DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / IExtendedConnectionStringBuilder Interface / SupportOrderBy Property

In This Topic
    SupportOrderBy Property (IExtendedConnectionStringBuilder)
    In This Topic
    Holds the value true or false if Order by is a supported operation or not on the server-side
    Syntax
    'Declaration
     
    ReadOnly Property SupportOrderBy As Boolean
    bool SupportOrderBy {get;}
    See Also