ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / EomOperation Class / IsUnary Property

In This Topic
    IsUnary Property
    In This Topic
    Indicates whether operation is unary (true) or binary (false), the first case is defined by setting Left to null.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsUnary As System.Boolean
    public System.bool IsUnary {get;}
    See Also