The FunctionExpression type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FunctionExpression | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides Object..::.Equals(Object).) |
![]() | GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()
is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::.GetHashCode()()().) |
Properties
Name | Description | |
---|---|---|
![]() | Arguments |
Additional arguments to pass to the SQL function.
|
![]() | ImplicitArgumentIndex |
Gets the index at which the expression to which the
FunctionExpression is attached will appear in the arguments to the SQL function.
|
![]() | Name |
The name of the SQL function.
|