ConnectionProviderSql.GetStorageTablesList(Boolean) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type |
|---|---|
| includeViews | Boolean |
Returns
| Type |
|---|
| String[] |
See Also
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
public abstract string[] GetStorageTablesList(
bool includeViews
)
Public MustOverride Function GetStorageTablesList(
includeViews As Boolean
) As String()
| Name | Type |
|---|---|
| includeViews | Boolean |
| Type |
|---|
| String[] |