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

IsInstanceOfTypeFunction.Register() Method

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

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public static void Register()

Remarks

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

See Also