Edit

ColumnStream.CanWrite property

Gets a value indicating whether the stream supports writing.

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

Syntax

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

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

Property value

Type: System.Boolean

See also

Reference

ColumnStream class

ColumnStream members

Microsoft.Isam.Esent.Interop namespace