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

Syntax

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

Parameters

connectionString
Type: System..::..String
database
Type: SchemaExplorer..::..DatabaseSchema

Return Value

Type: array<ViewSchema>[]()[][]

Implements

IDbSchemaProvider..::..GetViews(String, DatabaseSchema)

See Also