UInt32ColumnValue class

A UInt32 column value.

This API is not CLS-compliant. 

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.ColumnValue
    Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<UInt32>
      Microsoft.Isam.Esent.Interop.UInt32ColumnValue

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class UInt32ColumnValue _
    Inherits ColumnValueOfStruct(Of UInteger)
'Usage
Dim instance As UInt32ColumnValue
[CLSCompliantAttribute(false)]
public class UInt32ColumnValue : ColumnValueOfStruct<uint>

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

UInt32ColumnValue members

Microsoft.Isam.Esent.Interop namespace