Click or drag to resize
ICMSQueryableTObject Interface
Interface for queryable CMS objects

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public interface ICMSQueryable<TObject> : ICMSQueryable, 
	IOrderedQueryable<TObject>, IQueryable<TObject>, IEnumerable<TObject>, 
	IOrderedQueryable, IQueryable, IEnumerable

Type Parameters

TObject

The ICMSQueryableTObject type exposes the following members.

Methods
  NameDescription
Public methodCreateChild
Creates the child collection based on the given provider
Top
Extension Methods
Properties
  NameDescription
Public propertyCount
Number of total items in the collection
(Inherited from ICMSQueryable.)
Public propertyIsOffline
Returns true if the given collection is offline (disconnected from the database)
(Inherited from ICMSQueryable.)
Top
See Also