Api.DeserializeObjectFromColumn 方法 (JET_SESID、JET_TABLEID JET_COLUMNID)
从列中反序列化对象。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Function DeserializeObjectFromColumn ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID _
) As Object
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim returnValue As Object
returnValue = Api.DeserializeObjectFromColumn(sesid, _
tableid, columnid)
public static Object DeserializeObjectFromColumn(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要从中读取的表。
columnid
类型: Microsoft.Isam.Esent.Interop.JET_COLUMNID要从中读取的列。
返回值
类型: System.Object
已反序列化的对象。 如果该列为 null,则为 Null。