Api.JetGetTableInfo method
Include protected members
Include inherited members
Overload list
Name | Description | |
---|---|---|
JetGetTableInfo(JET_SESID, JET_TABLEID, JET_DBID, JET_TblInfo) | Retrieves various pieces of information about a table in a database. | |
JetGetTableInfo(JET_SESID, JET_TABLEID, JET_OBJECTINFO, JET_TblInfo) | Retrieves various pieces of information about a table in a database. | |
JetGetTableInfo(JET_SESID, JET_TABLEID, Int32, JET_TblInfo) | Retrieves various pieces of information about a table in a database. | |
JetGetTableInfo(JET_SESID, JET_TABLEID, [], JET_TblInfo) | Retrieves various pieces of information about a table in a database. | |
JetGetTableInfo(JET_SESID, JET_TABLEID, String, JET_TblInfo) | Retrieves various pieces of information about a table in a database. |
Top