Gets the data from a given view.

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

Syntax

C#
DataTable GetViewData(
	string connectionString,
	ViewSchema view
)
Visual Basic
Function GetViewData ( 
	connectionString As String,
	view As ViewSchema
) As DataTable

Parameters

connectionString
Type: System..::..String
The connection string used to connect to the target database.
view
Type: SchemaExplorer..::..ViewSchema
The view schema.

Return Value

Type: DataTable
A DataTable containing the data of the specific view.

See Also