ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / EomOperation Class
Properties Methods

In This Topic
    EomOperation Class Members
    In This Topic

    The following tables list the members exposed by EomOperation.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates whether operation is unary (true) or binary (false), the first case is defined by setting Left to null.  
    Public PropertyLeft operand of the operation, or null for unary operation.  
    Public PropertyGets or sets the returning type of operand. (Inherited from C1.C1DataExtender.EomOperandElement)
    Public PropertyThe operator of the operation.  
    Public PropertyIf this operand is Left or Right of EomOperation element, returns that EomOperation element. (Inherited from C1.C1DataExtender.EomOperandElement)
    Public PropertyRight operand of the operation  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Left and Right are nulls  
    Top
    See Also