Skip to main content
A newer version of this page is available. .

IDBSchemaProviderEx.GetViews(SqlDataConnection, String[]) Method

Returns the data views corresponding to a specific data connection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

DBTable[] GetViews(
    SqlDataConnection connection,
    params string[] viewList
)

Parameters

Name Type Description
connection SqlDataConnection

An SqlDataConnection object, specifying a connection to a data store.

viewList String[]

An array of String values, specifying the data views to request.

Returns

Type Description
DBTable[]

An array of DBTable objects.

See Also