Skip to main content

IsInstanceOfTypeFunction.Register() Method

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

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.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