public static JetMakeKey ( JET_SESID sesid, JET_TABLEID tableid, byte data, int dataSize, MakeKeyGrbit grbit ) : void | ||
sesid | JET_SESID | The session to use. |
tableid | JET_TABLEID | The cursor to create the key on. |
data | byte | Column data for the current key column of the current index. |
dataSize | int | Size of the data. |
grbit | MakeKeyGrbit | Key options. |
return | void |