BoolColumnValue-Klasse
Ein boolescher Spaltenwert.
Vererbungshierarchie
System.Object
Microsoft.Isam.Esent.Interop.ColumnValue
Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<Boolean>
Microsoft.Isam.Esent.Interop.BoolColumnValue
Namespace:Microsoft.Isam.Esent.Interop
Versammlung: 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>
Threadsicherheit
Alle öffentlichen statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.