Gets the data contained within the table.

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

Syntax

C#
public DataTable GetTableData()
Visual Basic
Public Function GetTableData As DataTable

Return Value

Type: DataTable

Implements

ITableSchema..::..GetTableData()()()()

See Also