Gets all the views available for a given database.

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

Syntax

C#
ViewSchema[] GetViews(
	string connectionString,
	DatabaseSchema database
)
Visual Basic
Function GetViews ( 
	connectionString As String,
	database As DatabaseSchema
) As ViewSchema()

Parameters

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

Return Value

Type: array<ViewSchema>[]()[][]
An array of views for a specific database.

See Also