UInt64ColumnValue class
A UInt64 column value.
This API is not CLS-compliant.
Inheritance hierarchy
System.Object
Microsoft.Isam.Esent.Interop.ColumnValue
Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<UInt64>
Microsoft.Isam.Esent.Interop.UInt64ColumnValue
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class UInt64ColumnValue _
Inherits ColumnValueOfStruct(Of ULong)
'Usage
Dim instance As UInt64ColumnValue
[CLSCompliantAttribute(false)]
public class UInt64ColumnValue : ColumnValueOfStruct<ulong>
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.