[This is preliminary documentation and is subject to change.]
Queries the provider for the schema content of a given table.

C# | Visual Basic | Visual C++ |
List<KeyValuePair<string, string>> columns( string p_table )
Function columns ( _ p_table As String _ ) As List(Of KeyValuePair(Of String, String))
List<KeyValuePair<String^, String^>>^ columns( String^ p_table )

- p_table (String)
- Name of table of interest

List of name / type name