Class SqlServer2000Quoter
Inheritance
SqlServer2000Quoter
Assembly: FluentMigrator.Runner.SqlServer.dll
Syntax
public class SqlServer2000Quoter : GenericQuoter, IQuoter
Properties
|
Edit this page
View Source
CloseQuote
Returns the closing quote identifier - " is the standard according to the specification
Declaration
public override string CloseQuote { get; }
Property Value
Overrides
|
Edit this page
View Source
CloseQuoteEscapeString
Declaration
public override string CloseQuoteEscapeString { get; }
Property Value
Overrides
|
Edit this page
View Source
OpenQuote
Returns the opening quote identifier - " is the standard according to the specification
Declaration
public override string OpenQuote { get; }
Property Value
Overrides
|
Edit this page
View Source
OpenQuoteEscapeString
Declaration
public override string OpenQuoteEscapeString { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
Declaration
public override string FormatNationalString(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
Overrides
|
Edit this page
View Source
Declaration
public override string FormatSystemMethods(SystemMethods value)
Parameters
Returns
Overrides
|
Edit this page
View Source
QuoteSchemaName(string)
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
|
Overrides
Implements