DateTimeColumnValue.GetValueFromBytes 方法

给定从 ESENT 检索的数据,解码数据并在 ColumnValue 对象中设置值。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

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

参数

  • value
    类型:[]

    字节数组。

  • startIndex
    类型: System.Int32

    字节内的起始位置。

另请参阅

参考

DateTimeColumnValue 类

DateTimeColumnValue 成员

Microsoft.Isam.Esent.Interop 命名空间