Gets the data from a given view.
Namespace: SchemaExplorerAssembly: 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: DataTableA DataTable containing the data of the specific view.