[This is preliminary documentation and is subject to change.]
Queries the provider for the schema content of a given table.
Declaration Syntax
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 )
Parameters
- p_table (String)
- Name of table of interest
Return Value
List of name / type name