DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector.Interfaces Namespace / IExtendedConnection Interface / SupportGroupBy Property

In This Topic
    SupportGroupBy Property (IExtendedConnection)
    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