Overload List

  Name Description
Public method SQLFunctionExpression(String)
Initializes a new instance of the SQLFunctionExpression class
Protected method SQLFunctionExpression(array<SQLExpression>[]()[][])
Used when the arguments are known but the function name is dependant on the connection type. Typically, in this scenario the FunctionName() will be overridden.
Public method SQLFunctionExpression(String, array<SQLExpression>[]()[][])
Initializes a new instance of the SQLFunctionExpression class

See Also