Click or drag to resize
BaseCollectionSettings Class
Settings for the base object collection
Inheritance Hierarchy

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

The BaseCollectionSettings type exposes the following members.

Constructors
  NameDescription
Public methodBaseCollectionSettings
Top
Properties
  NameDescription
Public propertyColumns
Columns to get from database
Public propertyDynamicWhere
Dynamic where condition
Public propertyIndex
Index of the collection in repository
Public propertyName
Name of the collection
Public propertyNameColumn
Name column
Public propertyNiceName
Nice name of the collection
Public propertyOrderBy
Order by clause
Public propertyTopN
Top N items to get
Public propertyWhere Obsolete.
Where condition.
Public propertyWhereCondition
Where condition.
Top
See Also