Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include protected members
Include inherited members
This class provides a streaming interface to a long-value column (i.e. a column of type LongBinary or LongText).
The ColumnStream type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
ColumnStream | Initializes a new instance of the ColumnStream class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
CanRead | Gets a value indicating whether the stream supports reading. (Overrides Stream.CanRead.) |
![]() |
CanSeek | Gets a value indicating whether the stream supports seeking. (Overrides Stream.CanSeek.) |
![]() |
CanTimeout | (Inherited from Stream.) |
![]() |
CanWrite | Gets a value indicating whether the stream supports writing. (Overrides Stream.CanWrite.) |
![]() |
Itag | Gets or sets the itag of the column. |
![]() |
Length | Gets the current length of the stream. (Overrides Stream.Length.) |
![]() |
Position | Gets or sets the current position in the stream. (Overrides Stream.Position.) |
![]() |
ReadTimeout | (Inherited from Stream.) |
![]() |
WriteTimeout | (Inherited from Stream.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
BeginRead | (Inherited from Stream.) |
![]() |
BeginWrite | (Inherited from Stream.) |
![]() |
Close | (Inherited from Stream.) |
![]() |
CreateObjRef | (Inherited from MarshalByRefObject.) |
![]() |
CreateWaitHandle | Obsolete. (Inherited from Stream.) |
![]() |
Dispose() | (Inherited from Stream.) |
![]() |
Dispose(Boolean) | (Inherited from Stream.) |
![]() |
EndRead | (Inherited from Stream.) |
![]() |
EndWrite | (Inherited from Stream.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
Flush | Flush the stream. (Overrides Stream.Flush().) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() |
Read | Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. (Overrides Stream.Read([], Int32, Int32).) |
![]() |
ReadByte | (Inherited from Stream.) |
![]() |
Seek | Sets the position in the current stream. (Overrides Stream.Seek(Int64, SeekOrigin).) |
![]() |
SetLength | Sets the length of the stream. (Overrides Stream.SetLength(Int64).) |
![]() |
ToString | Returns a String that represents the current ColumnStream. (Overrides Object.ToString().) |
![]() |
Write | Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. (Overrides Stream.Write([], Int32, Int32).) |
![]() |
WriteByte | (Inherited from Stream.) |
Top
.gif)
.gif)
.gif)