Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

MSSqlConnectionProvider.ComposeSafeSchemaName(String) Method

Returns the valid schema name for the specified table’s name.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public override string ComposeSafeSchemaName(
    string tableName
)

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