| AbstractObjectCollection Properties |
The AbstractObjectCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnNames |
Available column names.
(Inherited from AbstractDataContainerParentObjectType.) | |
| Columns |
Columns to get.
| |
| DynamicWhereCondition |
Dynamic where condition.
| |
| EnforceReadOnlyDataAccess |
If true, the read only access to the data is enforced within the transaction.
| |
| IsCachedObject |
If true, the object is cached within the system for later use
| |
| IsDisconnected |
Returns true if this collection is disconnected from the database
| |
| IsLastVersion |
If true, the document is the last version (retrieved using DocumentHelper.GetDocument).
| |
| Item |
Gets the value of particular property
(Inherited from AbstractHierarchicalObjectTObject.) | |
| LoadBinaryData |
Gets or sets the value which indicates whether to load binary data into the collections.
| |
| Name |
Collection name
| |
| OrderBy |
Order by expression.
| |
| ParentStorage |
Parent storage
| |
| Properties |
Properties available through the context.
(Inherited from AbstractHierarchicalObjectTObject.) | |
| PropertyList |
Used property list
(Inherited from AbstractHierarchicalObjectTObject.) | |
| RegisteredColumns |
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.) | |
| RegisteredColumnsObject |
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.) | |
| RegisteredProperties |
Registered properties
(Inherited from AbstractHierarchicalObjectTObject.) | |
| RegisteredPropertiesObject |
Registered properties object
(Inherited from AbstractHierarchicalObjectTObject.) | |
| TopN |
Select top N objects.
| |
| UseLocalColumns |
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.) | |
| UseLocalProperties |
If true, the object uses local properties
(Inherited from AbstractHierarchicalObjectTObject.) | |
| WhereCondition |
Where condition.
|