The DatabaseStream type exposes the following members.

Methods

  NameDescription
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
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)
Write
Write to the external file accessed by the database stream.

Properties

  NameDescription
GetConfig
Return the database stream configuration.

See Also