Skip to main content

DBSchemaProviderEx.GetViews(SqlDataConnection, String[]) Method

Returns the data views corresponding to a specific data connection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public virtual 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