Metode ByteColumnValue.GetValueFromBytes
Data yang diberikan diambil dari ESENT, dekode data dan atur nilai dalam objek ColumnValue.
Namespace:Microsoft.Isam.Esent.Interop
Majelis: Microsoft.Isam.Esent.Interop (dalam Microsoft.Isam.Esent.Interop.dll)
Sintaks
'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
)
Parameter
nilai
Jenis: []Array byte.
startIndex
Jenis: System.Int32Posisi awal dalam byte.
jumlah
Jenis: System.Int32Jumlah byte yang akan didekodekan.
Err
Jenis: System.Int32Kesalahan dikembalikan dari ESENT.