DbTableMetadata
DbTableMetadata Function
Obtains the profile of the specified table from the data source.
Syntax
DBTableMetadata(connection Conn, scalar Table1, Table2...)
Arguments
| Argument | Description |
|---|---|
connection Conn | Data connection |
scalar Table1, Table2... | Table names from the connection |
Examples:
DBTableMetadata($MyConn$, "Customers")
Returns the metadata of the table "Customers" using the connection "MyConn".