ICustomFunctionOperatorQueryable Methods
The interface which must be implemented by classes that provide information on custom functions to use in LINQ to XPO expressions.Name | Description |
---|---|
GetMethodInfo() | When implemented by a class, returns the metadata of a method associated with a custom function used in LINQ to XPO expressions. |
See Also