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
| |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable TObject .) | |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
Extension Methods
Name | Description | |
---|---|---|
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.) | |
ElementType | Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed. (Inherited from IQueryable.) | |
Expression | Gets the expression tree that is associated with the instance of IQueryable. (Inherited from IQueryable.) | |
IsOffline |
Returns true if the given collection is offline (disconnected from the database)
(Inherited from ICMSQueryable.) | |
Provider | Gets the query provider that is associated with this data source. (Inherited from IQueryable.) |
See Also