ColumnValueOfStruct<T> class

Set a column of a struct type (e.g. Int32/Guid).

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.ColumnValue
    Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<T>
      

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

Syntax

'Declaration
Public MustInherit Class ColumnValueOfStruct(Of T As {Structure, New, IEquatable(Of T)}) _
    Inherits ColumnValue
'Usage
Dim instance As ColumnValueOfStruct(Of T)
public abstract class ColumnValueOfStruct<T> : ColumnValue
where T : struct, new(), IEquatable<T>

Type parameters

  • T
    Type to set.

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

ColumnValueOfStruct<T> members

Microsoft.Isam.Esent.Interop namespace

Derived types

System.Object
  Microsoft.Isam.Esent.Interop.ColumnValue
    Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<T>
      Microsoft.Isam.Esent.Interop.BoolColumnValue
      Microsoft.Isam.Esent.Interop.ByteColumnValue
      Microsoft.Isam.Esent.Interop.DateTimeColumnValue
      Microsoft.Isam.Esent.Interop.DoubleColumnValue
      Microsoft.Isam.Esent.Interop.FloatColumnValue
      Microsoft.Isam.Esent.Interop.GuidColumnValue
      Microsoft.Isam.Esent.Interop.Int16ColumnValue
      Microsoft.Isam.Esent.Interop.Int32ColumnValue
      Microsoft.Isam.Esent.Interop.Int64ColumnValue
      Microsoft.Isam.Esent.Interop.UInt16ColumnValue
      Microsoft.Isam.Esent.Interop.UInt32ColumnValue
      Microsoft.Isam.Esent.Interop.UInt64ColumnValue