ICMSQueryableTObject Interface |
Namespace: CMS.DataEngine
public interface ICMSQueryable<out TObject> : ICMSQueryable, IOrderedQueryable<TObject>, IQueryable<TObject>, IEnumerable<TObject>, IEnumerable, IQueryable, IOrderedQueryable
The ICMSQueryableTObject type exposes the following members.
Name | Description | |
---|---|---|
Count |
Number of total items in the collection
(Inherited from ICMSQueryable.) | |
IsOffline |
Returns true if the given collection is offline (disconnected from the database)
(Inherited from ICMSQueryable.) | |
OrderByColumns |
Columns list of SQL order by expression.
(Inherited from ICMSQueryable.) |
Name | Description | |
---|---|---|
CreateChild |
Creates the child collection based on the given provider
|
Name | Description | |
---|---|---|
BatchTObject |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |