Api.SetColumn-Methode (JET_SESID, JET_TABLEID, JET_COLUMNID, UInt64)
Ändert einen einzelnen Spaltenwert in einem geänderten Datensatz, der eingefügt oder aktualisiert werden soll.
Diese API ist nicht CLS-kompatibel.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Sub SetColumn ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID, _
data As ULong _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim data As ULongApi.SetColumn(sesid, tableid, columnid, _
data)
[CLSCompliantAttribute(false)]
public static void SetColumn(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid,
ulong 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.UInt64Die festzulegenden Daten.