Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

AggregateColumnCollection Members

The AggregateColumnCollection type exposes the following members.

Methods


  Name Description
Public method Add(`0) (Inherited from Collection.)
Public method BuildGroupByClause
Builds the GROUP BY clause.
Public method BuildSelectClause
Builds the SELECT clause.
Public method Clear (Inherited from Collection.)
Protected method ClearItems (Inherited from Collection.)
Public method Contains(`0) (Inherited from Collection.)
Public method CopyTo(`0[],System.Int32) (Inherited from Collection.)
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf(`0) (Inherited from Collection.)
Public method Insert(System.Int32,`0) (Inherited from Collection.)
Protected method InsertItem(System.Int32,`0) (Inherited from Collection.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(`0) (Inherited from Collection.)
Public method RemoveAt(System.Int32) (Inherited from Collection.)
Protected method RemoveItem(System.Int32) (Inherited from Collection.)
Protected method SetItem(System.Int32,`0) (Inherited from Collection.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property Count (Inherited from Collection.)
Public property HasGroupBy
If this returns true, there are columns that need to go into a GROUP BY clause.
Public property IsEmpty
If this returns false, there are columns that need to go into a SELECT clause.
Public property Item(System.Int32) (Inherited from Collection.)
Protected property Items (Inherited from Collection.)