IGroupByCollection Methods |
The IGroupByCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddTEntityField |
Adds the passed in entity field instance to the list. Field objects can be added just once.
|
![]() | AddRange |
Adds the range of IEntityFieldCore fields to the groupbycollection.
|
![]() | ContainsTEntityField |
Checks if the field is in the list. Does a value compare, not an object reference compare.
|
![]() | GetEntityFieldCore |
Returns the IEntityFieldCore part of the field at position index
|
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | GetFieldPersistenceInfo |
Returns the IFieldPersistenceInfo part of the field at position index
|
![]() | IndexOfTEntityField |
Returns the index of the field specified.
|
![]() | InsertTEntityField |
Inserts the field passed in on index specified.
|
![]() | ReadXml |
Deserializes the object data on the xml reader into this instance
|
![]() | RemoveTEntityField |
Removes the passed in entity field instance. Finds the object to remove using value compare.
|
![]() | RemoveAt |
Removes the entity field instance at index specified from the collection.
|
![]() | ReplaceFieldAtIndex |
Replaces the field at the index specified with the field passed in
|
![]() | SetFieldPersistenceInfo |
Sets the IFieldPersistenceInfo part of the field at position index.
Adapter specific.
|
![]() | ToQueryText |
Retrieves a ready to use text representation for the groupby collection
|
![]() | ToQueryText(Boolean) |
Retrieves a ready to use text representation for the groupby collection.
|
![]() | WriteXml |
Serializes the object as xml to the writer specified.
|
Name | Description | |
---|---|---|
![]() | IsEmpty |
Determines whether the specified groupbycollection is empty. A null passed in is also considered empty.
(Defined by ORMClassExtensions.) |