Api.SetColumn-Methode (JET_SESID, JET_TABLEID, JET_COLUMNID, DateTime)
Ändert einen einzelnen Spaltenwert in einem geänderten Datensatz, der eingefügt oder aktualisiert werden soll.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub SetColumn ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID, _
data As DateTime _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim data As DateTimeApi.SetColumn(sesid, tableid, columnid, _
data)
public static void SetColumn(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid,
DateTime data
)
Parameter
sesid
Typ: Microsoft.Isam.Esent.Interop.JET_SESIDDie zu verwendende Sitzung.
tableid
Typ: Microsoft.Isam.Esent.Interop.JET_TABLEIDDer zu aktualisierende Cursor. Ein Update sollte vorbereitet werden.
columnid
Typ: Microsoft.Isam.Esent.Interop.JET_COLUMNIDDie columnid, die festgelegt werden soll.
data
Typ: System.DateTimeDie festzulegenden Daten.