Click or drag to resize

DatabaseLocation Methods

The DatabaseLocation type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
The default compare of two DatabaseLocation is by host name and directory
(Overrides OptimizedPersistableCompareTo(Object).)
Public methodContainsDatabase
Check if this location contains a particular Database
Public methodContainsNewDatabase
Check if this location contains a particular new database (not yet committed) Database
Public methodDatabasePath
Get the full path to a Database
Public methodDatabases
Enumerates all Databases of this location
Public methodInitializeAfterRead
Sets the desKey field for desEncrypted locations by reading .des file in Environment.SpecialFolder.MyDocuments
(Overrides OptimizedPersistableInitializeAfterRead(SessionBase).)
Public methodInitializeAfterRecreate
This function is called when an object has been read from disk before all data members (fields) have been fully loaded. Override this to provide your own initializations of transient data.
(Overrides OptimizedPersistableInitializeAfterRecreate(SessionBase).)
Public methodPersist
Persists this object. Override in your subclasses when you want fields of your class to be persisted in some special way.
(Overrides OptimizedPersistablePersist(Placement, SessionBase, Boolean, Boolean, QueueIOptimizedPersistable).)
Public methodReadMe (Overrides OptimizedPersistableReadMe(TypeVersion, Byte, Int32, SessionBase, Page, Boolean, Schema, Boolean, ListIOptimizedPersistable, Int32, Int32, Boolean).)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also