Api.RetrieveColumn 方法 (JET_SESID、JET_TABLEID、JET_COLUMNID)

从当前记录中检索单个列值。 记录是与光标当前位置处的索引项关联的记录。

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

语法

'Declaration
Public Shared Function RetrieveColumn ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    columnid As JET_COLUMNID _
) As Byte()
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim returnValue As Byte()

returnValue = Api.RetrieveColumn(sesid, _
    tableid, columnid)
public static byte[] RetrieveColumn(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_COLUMNID columnid
)

参数

返回值

类型:[]
从列检索到的数据。 如果该列为 null,则为 Null。

另请参阅

参考

Api 类

Api 成员

RetrieveColumn 重载

Microsoft.Isam.Esent.Interop 命名空间