Metodo Int64ColumnValue.GetValueFromBytes

Dati recuperati da ESENT, decodificare i dati e impostare il valore nell'oggetto ColumnValue.

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

Sintassi

'Declaration
Protected Overrides Sub GetValueFromBytes ( _
    value As Byte(), _
    startIndex As Integer, _
    count As Integer, _
    err As Integer _
)
'Usage
Dim value As Byte()
Dim startIndex As Integer
Dim count As Integer
Dim err As Integer

Me.GetValueFromBytes(value, startIndex, _
    count, err)
protected override void GetValueFromBytes(
    byte[] value,
    int startIndex,
    int count,
    int err
)

Parametri

  • Valore
    Tipo: []

    Matrice di byte.

  • startIndex
    Tipo: System.Int32

    Posizione iniziale all'interno dei byte.

Vedi anche

Riferimento

Classe Int64ColumnValue

Membri di Int64ColumnValue

Spazio dei nomi Microsoft.Isam.Esent.Interop