public static JetGetIndexInfo ( JET_SESID sesid, JET_DBID dbid, string tablename, string ignored, |
||
sesid | JET_SESID | The session to use. |
dbid | JET_DBID | The database to use. |
tablename | string | The name of the table to retrieve index information about. |
ignored | string | This parameter is ignored. |
indexlist | Filled in with information about indexes on the table. | |
return | void |