Class SelectionCollection.SelectionCollectionIdx
Base class for the index facades.
Inheritance
SelectionCollection.SelectionCollectionIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class SelectionCollectionIdx : Selection.SelectionIdxBase, ISentryIgnorable
Constructors
SelectionCollectionIdx(SelectionRows.SelectionRowsIdx)
Constructor for the index facades.
Declaration
protected SelectionCollectionIdx(SelectionRows.SelectionRowsIdx idx)
Parameters
Type | Name | Description |
---|---|---|
SelectionRows.SelectionRowsIdx | idx | Index for the SelectionRows object |
Properties
IsDistinct
Flag indicating that the Select-command is DISTINCT.
Declaration
public virtual bool IsDistinct { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
ToSelectionCollection()
Operator retrieving an object assignable to SelectionCollection based upon the index.
Declaration
public SelectionCollection ToSelectionCollection()
Returns
Type | Description |
---|---|
SelectionCollection | Instance of an object assignable to SelectionCollection based upon the value of the index. |
Operators
Implicit(SelectionCollection.SelectionCollectionIdx to SelectionCollection)
Operator retrieving an object assignable to SelectionCollection based upon the index.
Declaration
public static implicit operator SelectionCollection(SelectionCollection.SelectionCollectionIdx idx)
Parameters
Type | Name | Description |
---|---|---|
SelectionCollection.SelectionCollectionIdx | idx | The index the SelectionCollection represents |
Returns
Type | Description |
---|---|
SelectionCollection | Instance of an object assignable to SelectionCollection based upon the value of the index. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)