The DatabaseStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
Close | Discard the database stream. It is possible for the Close() method to throw a DatabaseException if there is any failure. After Close has been called, regardless of its result, the database stream handle cannot be used again. Always close the stream when you have finished accessing the external file. | |
Dispose |
Release the resources held by this object, and close the database
stream if it is still open.
| |
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
Read |
Read from the external file accessed by this database stream.
| |
Size |
Return the size of the external file in bytes accessed by the
database stream.
| |
ToString | (Inherited from Object.) | |
Write |
Write to the external file accessed by the database stream.
|
Properties
Name | Description | |
---|---|---|
GetConfig |
Return the database stream configuration.
|