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 BLOB. |
![]() | 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 blob accessed by this database stream.
|
![]() | Size |
Return the size of the blob in bytes accessed by the database
stream.
|
![]() | ToString | (Inherited from Object.) |
![]() | Write |
Write to the blob accessed by the database stream.
|