Gets the definition for a given view.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
string GetViewText( string connectionString, ViewSchema view ) |
Visual Basic |
---|
Function GetViewText ( connectionString As String, view As ViewSchema ) As String |
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: StringThe definition of a view.