public static JetSetColumn ( JET_SESID sesid, JET_TABLEID tableid, JET_COLUMNID columnid, byte data, int dataSize, SetColumnGrbit grbit, JET_SETINFO setinfo ) : void | ||
sesid | JET_SESID | The session which is performing the update. |
tableid | JET_TABLEID | The cursor to update. An update should be prepared. |
columnid | JET_COLUMNID | The columnid to set. |
data | byte | The data to set. |
dataSize | int | The size of data to set. |
grbit | SetColumnGrbit | SetColumn options. |
setinfo | JET_SETINFO | Used to specify itag or long-value offset. |
return | void |