ConnectionProviderSql.FormatTable(String, String) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type |
---|---|
schema | String |
tableName | String |
Returns
Type |
---|
String |
See Also
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
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 |
No
Your feedback is appreciated.