Edit

ColumnStream properties

Include protected members
Include inherited members

The ColumnStream type exposes the following members.

Properties

  Name Description
Public property CanRead Gets a value indicating whether the stream supports reading. (Overrides Stream.CanRead.)
Public property CanSeek Gets a value indicating whether the stream supports seeking. (Overrides Stream.CanSeek.)
Public property CanTimeout (Inherited from Stream.)
Public property CanWrite Gets a value indicating whether the stream supports writing. (Overrides Stream.CanWrite.)
Public property Itag Gets or sets the itag of the column.
Public property Length Gets the current length of the stream. (Overrides Stream.Length.)
Public property Position Gets or sets the current position in the stream. (Overrides Stream.Position.)
Public property ReadTimeout (Inherited from Stream.)
Public property WriteTimeout (Inherited from Stream.)

Top

See also

Reference

ColumnStream class

Microsoft.Isam.Esent.Interop namespace