MSSqlConnectionProvider.ComposeSafeSchemaName(String) Method
Returns the valid schema name for the specified table’s name.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
tableName | String | A string value that specifies the table’s name for which the valid schema name must be composed. |
Returns
Type | Description |
---|---|
String | A string value that specifies the valid schema name. |
Remarks
This method is intended for internal use.
See Also