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