Search Results for

    Show / Hide Table of Contents

    Class NonUnicodeString

    An explicitly non-Unicode string literal ('some string' in T-SQL)

    Inheritance
    object
    NonUnicodeString
    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
    public class NonUnicodeString

    Constructors

    | Edit this page View Source

    NonUnicodeString(string)

    Used for explicitly creating a non-Unicode string literal in Transact SQL

    Declaration
    public NonUnicodeString(string value)
    Parameters
    Type Name Description
    string value

    The value of the non-Unicode string literal

    Properties

    | Edit this page View Source

    Value

    Gets the value of the non-Unicode string literal

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

    Methods

    | Edit this page View Source

    ToString()

    Overrides ToString() to return the value.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    The value of the non-Unicode string literal.

    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.