CombinedInfoObjectCollection<CollectionType, ObjectType> Methods |
The CombinedInfoObjectCollection< CollectionType, ObjectType> generic type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds the collection to the combined collection.
| |
GetEnumerator |
Gets the enumerator over the collection.
| |
SubmitChanges |
Submits the changes in the collection to the database.
|
Name | Description | |
---|---|---|
Batch<ObjectType> |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
ToHashSet<ObjectType> |
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToList<ObjectType, TTo> |
Converts the given collection to a list of values
(Defined by BaseExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |