Search Results for

    Show / Hide Table of Contents

    Class ExplicitUnicodeString

    Insert text with unicode data. Primarily for Sql Server, it prefixes the string with 'N

    Inheritance
    object
    ExplicitUnicodeString
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    [Obsolete("Use normal CLR strings instead, as they will be formatted to SQL Server Unicode strings")]
    public class ExplicitUnicodeString

    Constructors

    | Edit this page View Source

    ExplicitUnicodeString(string)

    Insert text with unicode data. Primarily for Sql Server, it prefixes the string with 'N

    Declaration
    public ExplicitUnicodeString(string text)
    Parameters
    Type Name Description
    string text

    Unicode string

    Properties

    | Edit this page View Source

    Text

    Gets the text of the unicode string literal

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • 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.