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

Syntax

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

Parameters

connectionString
Type: System..::..String
view
Type: SchemaExplorer..::..ViewSchema

Return Value

Type: DataTable

Implements

IDbSchemaProvider..::..GetViewData(String, ViewSchema)

See Also