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 virtual DataTable GetData()
Visual Basic
Public Overridable Function GetData As DataTable

Return Value

Type: DataTable

Implements

ITabularObject..::..GetData()()()()

See Also