IsExactTypeFunction.IsValidOperandCount(Int32) Method
Determines whether the IsExactTypeFunction custom function operator can accept a specified number of operands (parameters).
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
count | Int32 | An integer value specifying the number of operands (parameters) passed to the custom function. |
Returns
Type | Description |
---|---|
Boolean | true if the number of operands (parameters) passed as the count is valid for the custom function; otherwise, false. |
See Also