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