IDBSchemaProviderEx.GetViews(SqlDataConnection, String[]) Method
Returns the data views corresponding to a specific data connection.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
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