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

IsInstanceOfTypeFunction.MaxOperandCount Property

Specifies the maximum number of operands (parameters) the IsInstanceOfTypeFunction function operator can accept.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public int MaxOperandCount { get; }

Property Value

Type Description
Int32

An integer value specifying the maximum number of function operands (parameters) the custom function can accept. -1 indicates that a custom function accepts an infinite number of operands.

Remarks

This property returns “2”.

See Also