ColumnValueOfStruct, <T> classe
Définissez une colonne d’un 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
Assembly : 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
<T>Membres ColumnValueOfStruct
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