Skip to main content
.NET 8.0+

MSSqlConnectionProvider.ComposeSafeSchemaName(String) Method

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

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