The properties of the SqlBlobStream class are listed below. For a complete list of SqlBlobStream class members, see the SqlBlobStream Members topic.
BlobAccess | Gets a current read/write permission. |
CanRead | Overridden. Gets a value indicating whether the current stream supports reading. |
CanSeek | Overridden. Gets a value indicating whether the current stream supports seeking. |
CanWrite | Overridden. Gets a value indicating whether the current stream supports writing. |
ColumnName | Gets, sets a table column for the BLOB value that the current SqlBlobStream object will encapsulate. |
ConnectionString | Gets, sets a sql connection string that includes the source database name, and other parameters needed to establish the initial connection. |
IsOpen | Gets the current SqlBlobStream's state. |
Length | Overridden. Gets the length in bytes of the stream. |
Pointer | Gets a current pointer to the BLOB value. |
Position | Overridden. Gets or sets the current position of this stream. |
PrimaryKeys | Gets the primary keys collection. |
TableName | Gets, sets a table name for the table that the current SqlBlobStream object will encapsulate. |
Transaction | Gets, sets a current sql transaction. |
SqlBlobStream Class | Mediachase.FileUploader Namespace