Class ExplicitUnicodeString
Insert text with unicode data. Primarily for Sql Server, it prefixes the string with 'N
Inherited Members
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 SourceExplicitUnicodeString(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 SourceText
Gets the text of the unicode string literal
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |