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

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

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