Int32ColumnValue class

An Int32 column value.

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.ColumnValue
    Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<Int32>
      Microsoft.Isam.Esent.Interop.Int32ColumnValue

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

Syntax

'Declaration
Public Class Int32ColumnValue _
    Inherits ColumnValueOfStruct(Of Integer)
'Usage
Dim instance As Int32ColumnValue
public class Int32ColumnValue : ColumnValueOfStruct<int>

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

Int32ColumnValue members

Microsoft.Isam.Esent.Interop namespace