SessionBaseIndex Method |
Name | Description | |
---|---|---|
IndexT |
Gets an index of all objects of a certain type
| |
IndexT(String) |
Gets an index of all objects of a certain type
| |
IndexT(Database) |
Gets an index of all objects of a certain type within a given database (attribute OnePerDatabase must be used).
If you have updated objects persisted in a prior transaction that you want part of an index. Call FlushUpdates
or call Write/> to add such an object to index before querying using an index./>
| |
IndexT(String, Database) |
Gets an index of all objects of a certain type within a given database (attribute OnePerDatabase must be used)
|