Class SqlServer2005Quoter
Implements
Inherited Members
Namespace: FluentMigrator.Runner.Generators.SqlServer
Assembly: FluentMigrator.Runner.SqlServer.dll
Syntax
public class SqlServer2005Quoter : SqlServer2000Quoter, IQuoter
Methods
QuoteSchemaName(string)
Quotes a schema name
Declaration
public override string QuoteSchemaName(string schemaName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | schemaName | The schema name to quote |
Returns
| Type | Description |
|---|---|
| string | The quoted schema name |