UInt32ColumnValue.GetValueFromBytes method

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.Int32

    The starting position within the bytes.

See also

Reference

UInt32ColumnValue class

UInt32ColumnValue members

Microsoft.Isam.Esent.Interop namespace