Gets the data from the given table.
            
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
 Syntax
Syntax
| C# | 
|---|
| DataTable GetTableData( string connectionString, TableSchema table ) | 
| Visual Basic | 
|---|
| Function GetTableData ( connectionString As String, table As TableSchema ) As DataTable | 
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: DataTableA DataTable containing the data of the specific table.






