Méthode Api.SerializeObjectToColumn
Écrivez une forme sérialisée d’un objet dans une colonne.
Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Sub SerializeObjectToColumn ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID, _
value As Object _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim value As ObjectApi.SerializeObjectToColumn(sesid, _
tableid, columnid, value)
public static void SerializeObjectToColumn(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid,
Object value
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDTable dans laquelle écrire. Une mise à jour doit être préparée.
columnid
Type : Microsoft.Isam.Esent.Interop.JET_COLUMNIDColonne dans laquelle écrire.
value
Type : System.ObjectObjet à écrire. L’objet doit être sérialisable.