DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Op Class / Add Method
First operand.
Second operand.

In This Topic
    Add Method (Op)
    In This Topic
    Add: binary, simple (without aggregation) operation.
    Syntax
    'Declaration
     
    Public Shared Function Add( _
       ByVal col1 As Column, _
       ByVal col2 As Column _
    ) As ColumnOp
    public static ColumnOp Add( 
       Column col1,
       Column col2
    )

    Parameters

    col1
    First operand.
    col2
    Second operand.
    See Also