Skip to main content
A newer version of this page is available. .

IsExactTypeFunction.Register() Method

Registers the IsExactTypeFunction custom function operator by calling the CriteriaOperator.RegisterCustomFunction method.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public static void Register()

Remarks

You do not need to call the Register method as XPO does this automatically.

See Also