Classe T> ColumnValueOfStruct<

Définissez une colonne de type struct (par exemple, Int32/GUID).

Hiérarchie d’héritage

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

Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Syntaxe

'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>

Paramètres de type

  • T
    Type à définir.

Sécurité des threads

Tout membre statique public (Shared en Visual Basic) de ce type est thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Informations de référence

ColumnValueOfStruct<, membres T>

Espace de noms Microsoft.Isam.Esent.Interop

Types dérivés

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