Search Results for

    Show / Hide Table of Contents

    Class SqlServer2005Quoter

    Inheritance
    object
    GenericQuoter
    SqlServer2000Quoter
    SqlServer2005Quoter
    SqlServer2008Quoter
    SqlServer2008Quoter
    Implements
    IQuoter
    Inherited Members
    SqlServer2000Quoter.OpenQuote
    SqlServer2000Quoter.CloseQuote
    SqlServer2000Quoter.CloseQuoteEscapeString
    SqlServer2000Quoter.OpenQuoteEscapeString
    SqlServer2000Quoter.FormatNationalString(string)
    SqlServer2000Quoter.FormatSystemMethods(SystemMethods)
    GenericQuoter.QuoteValue(object)
    GenericQuoter.FromTimeSpan(TimeSpan)
    GenericQuoter.FormatByteArray(byte[])
    GenericQuoter.FormatNull()
    GenericQuoter.FormatAnsiString(string)
    GenericQuoter.FormatChar(char)
    GenericQuoter.FormatBool(bool)
    GenericQuoter.FormatGuid(Guid)
    GenericQuoter.FormatDateTime(DateTime)
    GenericQuoter.FormatDateTimeOffset(DateTimeOffset)
    GenericQuoter.FormatEnum(object)
    GenericQuoter.ValueQuote
    GenericQuoter.EscapeValueQuote
    GenericQuoter.IdentifierSeparator
    GenericQuoter.IsQuoted(string)
    GenericQuoter.ShouldQuote(string)
    GenericQuoter.Quote(string)
    GenericQuoter.QuoteColumnName(string)
    GenericQuoter.QuoteConstraintName(string, string)
    GenericQuoter.QuoteIndexName(string, string)
    GenericQuoter.QuoteTableName(string, string)
    GenericQuoter.QuoteSequenceName(string, string)
    GenericQuoter.UnQuote(string)
    GenericQuoter.CreateSchemaPrefixedQuotedIdentifier(string, string)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Generators.SqlServer
    Assembly: FluentMigrator.Runner.SqlServer.dll
    Syntax
    public class SqlServer2005Quoter : SqlServer2000Quoter, IQuoter

    Methods

    | Edit this page View Source

    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

    Overrides
    SqlServer2000Quoter.QuoteSchemaName(string)

    Implements

    IQuoter
    • Edit this page
    • View Source
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.