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

IsInstanceOfTypeFunction.Category Property

Designates the IsInstanceOfTypeFunction custom function operator’s category.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public FunctionCategory Category { get; }

Property Value

Type Description
FunctionCategory

A FunctionCategory value specifying the custom function’s category.

Available values:

Name Description
DateTime

Identifies functions that work with date-time values.

Logical

Identifies functions that perform logical operations.

Math

Identifies functions that perform math operations.

Text

Identifies functions that work with strings.

All

Identifies functions that fall into any of the other categories.

See Also