Edit

ColumnStream.CanRead property

Gets a value indicating whether the stream supports reading.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CanRead As Boolean
    Get
'Usage
Dim instance As ColumnStream
Dim value As Boolean

value = instance.CanRead
public override bool CanRead { get; }

Property value

Type: System.Boolean

See also

Reference

ColumnStream class

ColumnStream members

Microsoft.Isam.Esent.Interop namespace