Api.SetColumn method (JET_SESID, JET_TABLEID, JET_COLUMNID, Byte )

Modifies a single column value in a modified record to be inserted or to update the current record.

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 Byte() _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim data As Byte()

Api.SetColumn(sesid, tableid, columnid, _
    data)
public static void SetColumn(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_COLUMNID columnid,
    byte[] data
)

Parameters

  • data
    Type: []

    The data to set.

See also

Reference

Api class

Api members

SetColumn overload

Microsoft.Isam.Esent.Interop namespace