Ninja Database Pro
ICompositeIndex Interface Members
Properties  Methods 

KellermanSoftware.NinjaDatabasePro Namespace : ICompositeIndex Interface

The following tables list the members exposed by ICompositeIndex.

Public Properties
 NameDescription
 Property The name of the class type (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
 Property Reference to the database (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
 Property The name of the index (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
 Property True if an index has been inserted or updated or deleted (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
 Property True if an index has been inserted or updated or deleted and has not been sorted yet (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
 Property A list of properties for this index  
 Property The style of the index; unique or non-unique (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
Top
Public Methods
 NameDescription
 Method Clear all the items in the index (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
 Method Clear all lazy loaded values (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
 Method Delete an item in the index by primary key and set IsDirty to true (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
 Method Get all the primary keys associated with this index (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
 Method Get all the primary keys associated with this index in descending order (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
 Method Get all the primary keys associated with this index in ascending order (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
 Method Insert a list of index values  
 Method Sort the index by the index value (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
 Method Update a list of index values  
Top
See Also

Reference

ICompositeIndex Interface
KellermanSoftware.NinjaDatabasePro Namespace