Gets all columns for a given table.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
ColumnSchema[] GetTableColumns( string connectionString, TableSchema table ) |
Visual Basic |
---|
Function GetTableColumns ( connectionString As String, table As TableSchema ) As ColumnSchema() |
Parameters
- connectionString
- Type: System..::..String
The connection string used to connect to the target database.
- table
- Type: SchemaExplorer..::..TableSchema
The table schema.
Return Value
Type: array<ColumnSchema>[]()[][]An array of view columns for a specific table.