GroupByClause.GroupingSpecifications Property
Gets a list of grouping specifications.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property GroupingSpecifications As IList(Of GroupingSpecification)
public IList<GroupingSpecification> GroupingSpecifications { get; }
public:
property IList<GroupingSpecification^>^ GroupingSpecifications {
IList<GroupingSpecification^>^ get ();
}
member GroupingSpecifications : IList<GroupingSpecification>
function get GroupingSpecifications () : IList<GroupingSpecification>
Property Value
Type: System.Collections.Generic.IList<GroupingSpecification>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.