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

Syntax

C#
public DataTable GetTableData(
	string connectionString,
	TableSchema table
)
Visual Basic
Public Function GetTableData ( 
	connectionString As String,
	table As TableSchema
) As DataTable

Parameters

connectionString
Type: System..::..String
table
Type: SchemaExplorer..::..TableSchema

Return Value

Type: DataTable

Implements

IDbSchemaProvider..::..GetTableData(String, TableSchema)

See Also