Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Given data retrieved from ESENT, decode the data and set the value in the ColumnValue object.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'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
)
Parameters
value
Type: []An array of bytes.
startIndex
Type: System.Int32The starting position within the bytes.
count
Type: System.Int32The number of bytes to decode.
err
Type: System.Int32The error returned from ESENT.