Table of Contents

Interface ICMSQueryable

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Interface for queryable CMS objects

public interface ICMSQueryable
Extension Methods

Properties

Count

Number of total items in the collection

int Count { get; }

Property Value

int

IsOffline

Returns true if the given collection is offline (disconnected from the database)

bool IsOffline { get; }

Property Value

bool

OrderByColumns

Columns list of SQL order by expression.

string OrderByColumns { get; }

Property Value

string