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

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