MSSqlConnectionProvider.ComposeSafeSchemaName(String) Method
Returns the valid schema name for the specified table’s name.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v25.1.dll
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