Edit

ColumnStream class

This class provides a streaming interface to a long-value column (i.e. a column of type LongBinary or LongText).

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    System.IO.Stream
      Microsoft.Isam.Esent.Interop.ColumnStream

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Class ColumnStream _
    Inherits Stream
'Usage
Dim instance As ColumnStream
public class ColumnStream : Stream

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ColumnStream members

Microsoft.Isam.Esent.Interop namespace