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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public interface ICMSQueryable

The ICMSQueryable type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of total items in the collection
Public propertyIsOffline
Returns true if the given collection is offline (disconnected from the database)
Public propertyOrderByColumns
Columns list of SQL order by expression.
Top
See Also