DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVCommand Class / SupportOrderBy Method
The GroupBy clause to check if can be executed directly on the CSV server.

In This Topic
    SupportOrderBy Method (C1CSVCommand)
    In This Topic
    To check whether or not orderby can be executed directly on the CSV server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportOrderBy( _
       ByVal orderby As IList(Of OrderbyColumn) _
    ) As Boolean
    protected override bool SupportOrderBy( 
       IList<OrderbyColumn> orderby
    )

    Parameters

    orderby
    The GroupBy clause to check if can be executed directly on the CSV server.

    Return Value

    A boolean indicating if the orderby clause can be executed directly on the CSV server.
    See Also