Api.DeserializeObjectFromColumn method (JET_SESID, JET_TABLEID, JET_COLUMNID, RetrieveColumnGrbit)
Deserialize an object from a column.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Function DeserializeObjectFromColumn ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID, _
grbit As RetrieveColumnGrbit _
) As Object
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim grbit As RetrieveColumnGrbit
Dim returnValue As Object
returnValue = Api.DeserializeObjectFromColumn(sesid, _
tableid, columnid, grbit)
public static Object DeserializeObjectFromColumn(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid,
RetrieveColumnGrbit grbit
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
tableid
Type: Microsoft.Isam.Esent.Interop.JET_TABLEIDThe table to read from.
columnid
Type: Microsoft.Isam.Esent.Interop.JET_COLUMNIDThe column to read from.
grbit
Type: Microsoft.Isam.Esent.Interop.RetrieveColumnGrbitThe retrieval options to use.
Return value
Type: System.Object
The deserialized object. Null if the column was null.