BoolColumnValue class

A Boolean column value.

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.ColumnValue
    Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<Boolean>
      Microsoft.Isam.Esent.Interop.BoolColumnValue

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

Syntax

'Declaration
Public Class BoolColumnValue _
    Inherits ColumnValueOfStruct(Of Boolean)
'Usage
Dim instance As BoolColumnValue
public class BoolColumnValue : ColumnValueOfStruct<bool>

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

BoolColumnValue members

Microsoft.Isam.Esent.Interop namespace