MSSqlConnectionProvider.ComposeSafeSchemaName(String) Method
In This Article
Returns the valid schema name for the specified table’s name.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
table |
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