Skip to main content

Data Quality Wizard

DbTableMetadata — Table Details

CategoryData Profiling
SyntaxDBTableMetadata(connection Conn, scalar Table1, Table2...)
Arguments
connection ConnData connection
scalar Table1, Table2...Table names from the connection

Example

    DbTableMetadata($MyConn$, "Customers")

Returns the metadata of the table "Customers" using the connection "MyConn".