Api.RetrieveColumnAsString 方法 (JET_SESID、JET_TABLEID、JET_COLUMNID、Encoding)
从当前记录中检索字符串列值。 记录是与光标当前位置处的索引项关联的记录。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Function RetrieveColumnAsString ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID, _
encoding As Encoding _
) As String
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim encoding As Encoding
Dim returnValue As String
returnValue = Api.RetrieveColumnAsString(sesid, _
tableid, columnid, encoding)
public static string RetrieveColumnAsString(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid,
Encoding encoding
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要从中检索列的游标。
columnid
类型: Microsoft.Isam.Esent.Interop.JET_COLUMNID要检索的 columnid。
encoding
类型: System.Text.Encoding转换数据时要使用的字符串编码。
返回值
类型: System.String
以字符串的形式从列中检索的数据。 如果该列为 null,则为 Null。