ICMSQueryableTObject Interface |
Namespace: CMS.DataEngine
public interface ICMSQueryable<TObject> : ICMSQueryable, IOrderedQueryable<TObject>, IQueryable<TObject>, IEnumerable<TObject>, IOrderedQueryable, IQueryable, IEnumerable
The ICMSQueryableTObject type exposes the following members.
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.) |
![]() | ToHashSetTObject |
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.) |
![]() | ToListTObject, 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.) |
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.) |