public static JetSetCurrentIndex2 ( JET_SESID sesid, JET_TABLEID tableid, string index, SetCurrentIndexGrbit grbit ) : void | ||
sesid | JET_SESID | The session to use. |
tableid | JET_TABLEID | The cursor to set the index on. |
index | string | /// The name of the index to be selected. If this is null or empty the primary /// index will be selected. /// |
grbit | SetCurrentIndexGrbit | /// Set index options. /// |
Результат | void |