DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Op Class / First Method
Operand column.

In This Topic
    First Method
    In This Topic
    First (value in the first row in the column order): aggregation operation.
    Syntax
    'Declaration
     
    Public Shared Function First( _
       ByVal col As Column _
    ) As ColumnOp
    public static ColumnOp First( 
       Column col
    )

    Parameters

    col
    Operand column.
    See Also