Gets the data from the given table.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

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: DataTable
A DataTable containing the data of the specific table.

See Also