Skip to main content

IsInstanceOfTypeFunction.MaxOperandCount Property

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

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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