Back to Devexpress

MSSqlConnectionProvider.ComposeSafeSchemaName(String) Method

xpo-devexpress-dot-xpo-dot-db-dot-mssqlconnectionprovider-dot-composesafeschemaname-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

MSSqlConnectionProvider.ComposeSafeSchemaName(String) Method

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

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public override string ComposeSafeSchemaName(
    string tableName
)
vb
Public Overrides Function ComposeSafeSchemaName(
    tableName As String
) As String

Parameters

NameTypeDescription
tableNameString

A string value that specifies the table’s name for which the valid schema name must be composed.

|

Returns

TypeDescription
String

A string value that specifies the valid schema name.

|

Remarks

This method is intended for internal use.

See Also

MSSqlConnectionProvider Class

MSSqlConnectionProvider Members

DevExpress.Xpo.DB Namespace