Overload List
Name | Description | |
---|---|---|
SQLFunctionExpression(String) |
Initializes a new instance of the SQLFunctionExpression class
|
|
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.
|
|
SQLFunctionExpression(String, array<SQLExpression>[]()[][]) |
Initializes a new instance of the SQLFunctionExpression class
|