ConnectionProviderSql.FormatTable(String, String) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type |
|---|---|
| schema | String |
| tableName | String |
Returns
| Type |
|---|
| String |
See Also
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
public abstract string FormatTable(
string schema,
string tableName
)
Public MustOverride Function FormatTable(
schema As String,
tableName As String
) As String
| Name | Type |
|---|---|
| schema | String |
| tableName | String |
| Type |
|---|
| String |