Ninja Database Pro
ISingleIndex Interface Members
Properties  Methods 

KellermanSoftware.NinjaDatabasePro Namespace : ISingleIndex Interface

The following tables list the members exposed by ISingleIndex.

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 The name of the property 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 an index value into the index  
 Method Sort the index by the index value (Inherited from KellermanSoftware.NinjaDatabasePro.IIndex)
 Method Update an index value by the primary key  
Top
See Also

Reference

ISingleIndex Interface
KellermanSoftware.NinjaDatabasePro Namespace