Api.DeserializeObjectFromColumn-Methode (JET_SESID, JET_TABLEID, JET_COLUMNID)
Deserialisieren eines Objekts aus einer Spalte.
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 _
) 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
)
Parameter
sesid
Typ: Microsoft.Isam.Esent.Interop.JET_SESIDDie zu verwendende Sitzung.
tableid
Typ: Microsoft.Isam.Esent.Interop.JET_TABLEIDDie Tabelle, aus der gelesen werden soll.
columnid
Typ: Microsoft.Isam.Esent.Interop.JET_COLUMNIDDie Spalte, aus der gelesen werden soll.
Rückgabewert
Typ: System.Object
Das deserialisierte Objekt. NULL, wenn die Spalte NULL war.