Classe ColumnValueOfStruct<T>

Impostare una colonna di un tipo di struct, ad esempio Int32/Guid.

Gerarchia di ereditarietà

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

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

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

Parametri di tipo

  • T
    Digitare da impostare.

Thread safety

I membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedi anche

Riferimento

Membri ColumnValueOfStruct<T>

Spazio dei nomi Microsoft.Isam.Esent.Interop

Tipi derivati

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