Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public bool IsValidOperandCount(
    int count
)

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