DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / ColumnOp Class / Gte Method
A value.

In This Topic
    Gte Method (ColumnOp)
    In This Topic
    Comparison operation GreaterThanOrEqual.
    Syntax
    'Declaration
     
    Public Function Gte( _
       ByVal val As Object _
    ) As ColumnCondition
    public ColumnCondition Gte( 
       object val
    )

    Parameters

    val
    A value.

    Return Value

    True if a column value is greater than or equal to the specified value.
    See Also