DataMgr 1.1 Documentation: View DataMgr's Table Definitions

View DataMgr's Table Definitions

If you want to see how DataMgr sees your database tables, just ask it:

<cfset TableStructure = Application.DataMgr.getTableData()>

Note that this will only give information about tables that DataMgr has used or been told about.

You can also limit the results to one table:

<cfset TableStructure = Application.DataMgr.getTableData("mytable")>