Skip to main content
A newer version of this page is available. .

SelectQuery.Groups Property

Provides access to all groups specified for the current query.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

[Browsable(false)]
public IList<Group> Groups { get; }

Property Value

Type Description
IList<Group>

A collection of Group objects.

See Also