Api.SetColumn method

Include protected members
Include inherited members

Overload list

  Name Description
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, Boolean) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(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.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, []) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, DateTime) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, Double) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, Guid) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, Int16) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, Int32) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, Int64) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, Single) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, UInt16) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, UInt32) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, UInt64) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, [], SetColumnGrbit) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, String, Encoding) Modifies a single column value in a modified record to be inserted or to update the current record.
Public methodStatic member SetColumn(JET_SESID, JET_TABLEID, JET_COLUMNID, String, Encoding, SetColumnGrbit) Modifies a single column value in a modified record to be inserted or to update the current record.

Top

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace