Database Methods |
The Database type exposes the following members.
Name | Description | |
---|---|---|
AllObjectsT |
Gets an object used for enumerating all objects in this Database
| |
Bytes |
Avoid using this one for now, internal use.
| |
CachedPage |
Try to retrieve a cached Page | |
CloneAs |
Any Database that only uses OidShort references can be cloned without changing any of the internals of the Database. This function simply copies the Database file.
It is the user's responsibility to know that only OidShort references are used within the Database or else such references will still keep the original Database number.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Equals(Database) |
Compares by version and page 0 offset
| |
Equals(Database, Database) | Determines whether the specified objects are equal. | |
GetEnumerator |
Gets an enumerable sequence of all the pages in this database.
| |
GetHashCode | Returns a hash code for the specified object. | |
OfType |
Gets an object used for enumerating all objects in this Database."/>
| |
Pages |
Gets an enumerable sequence of all the pages in this database.
| |
ReadMe | (Overrides OptimizedPersistableReadMe(TypeVersion, Byte, Int32, SessionBase, Page, Boolean, Schema, Boolean, ListIOptimizedPersistable, Int32, Int32, Boolean).) | |
ToString |
Displays class name plus object id
(Overrides OptimizedPersistableToString.) | |
WritePageBytes |
Name | Description | |
---|---|---|
ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |