ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / EomOperation Class / EomOperation Constructor / EomOperation Constructor(EomOperandElement,EomOperatorSymbol,EomOperandElement)

In This Topic
    EomOperation Constructor(EomOperandElement,EomOperatorSymbol,EomOperandElement)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As EomOperandElement, _
       ByVal op As EomOperatorSymbol, _
       ByVal right As EomOperandElement _
    )
    public EomOperation( 
       EomOperandElement left,
       EomOperatorSymbol op,
       EomOperandElement right
    )

    Parameters

    left
    op
    right
    See Also