add_function_v
Description:
[ Version ( since = "4.2" ) ]
public SqlBuilderId add_function_v (string func_name, SqlBuilderId[] args)
public SqlBuilderId add_function_v (string func_name, SqlBuilderId[] args)
Builds a new expression which represents a function applied to some arguments
Parameters:
this |
a SqlBuilder object |
func_name |
the functions's name |
args |
an array of IDs representing the function's arguments |
args_size |
|
Returns:
the ID of the new expression, or 0 if there was an error |