The FunctionExpression type exposes the following members.

Constructors

  NameDescription
FunctionExpressionOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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

  NameDescription
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.

See Also