The ICMSQueryable TObject type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| CreateChild |
Creates the child collection based on the given provider
| |
Returns an enumerator that iterates through the collection. (Inherited from | ||
Returns an enumerator that iterates through a collection. (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| Batch TObject |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
| ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
| ToList TObject, 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.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Number of total items in the collection
(Inherited from ICMSQueryable.) | |
Gets the type of the element(s) that are returned when the expression tree associated with this instance of (Inherited from | ||
Gets the expression tree that is associated with the instance of (Inherited from | ||
| IsOffline |
Returns true if the given collection is offline (disconnected from the database)
(Inherited from ICMSQueryable.) | |
Gets the query provider that is associated with this data source. (Inherited from |
See Also