XPDictionary.CustomFunctionOperators Property
In This Article
Gets a collection of custom function operators supplied by the current metadata provider.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public CustomFunctionCollection CustomFunctionOperators { get; }
#Property Value
Type | Description |
---|---|
Custom |
A DevExpress. |
#Remarks
To learn how to implement and register custom function operators, refer to How to: Implement a Custom Criteria Language Function Operator.
See Also