Skip to main content

IsExactTypeFunction.MinOperandCount Property

Specifies the minimum number of operands (parameters) required by the IsExactTypeFunction function operator.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public int MinOperandCount { get; }

Property Value

Type Description
Int32

An integer value specifying the least possible number of function operands (parameters) required by the custom function. 0 indicates that operands can be omitted.

Remarks

This property returns “2”.

See Also