Search Results for

    Show / Hide Table of Contents

    Class ErrorMessages

    Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.

    Inheritance
    object
    ErrorMessages
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Infrastructure
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public class ErrorMessages

    Properties

    | Edit this page View Source

    ColumnNameCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The column's name cannot be null or an empty string. ähnelt.

    Declaration
    public static string ColumnNameCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ColumnNamesMustBeUnique

    Sucht eine lokalisierte Zeichenfolge, die Column names must be unique. ähnelt.

    Declaration
    public static string ColumnNamesMustBeUnique { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ColumnTypeMustBeDefined

    Sucht eine lokalisierte Zeichenfolge, die The column does not have a type defined. ähnelt.

    Declaration
    public static string ColumnTypeMustBeDefined { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ConstraintMustHaveAtLeastOneColumn

    Sucht eine lokalisierte Zeichenfolge, die The constraint must have at least one column specified. ähnelt.

    Declaration
    public static string ConstraintMustHaveAtLeastOneColumn { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Culture

    Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.

    Declaration
    public static CultureInfo Culture { get; set; }
    Property Value
    Type Description
    CultureInfo
    | Edit this page View Source

    DefaultValueCannotBeNull

    Sucht eine lokalisierte Zeichenfolge, die The default value cannot be null. ähnelt.

    Declaration
    public static string DefaultValueCannotBeNull { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DestinationSchemaCannotBeNull

    Sucht eine lokalisierte Zeichenfolge, die The destination schema's name cannot be null or an empty string. ähnelt.

    Declaration
    public static string DestinationSchemaCannotBeNull { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ExpressionTableNameMissing

    Sucht eine lokalisierte Zeichenfolge, die expression.TableName must not be empty ähnelt.

    Declaration
    public static string ExpressionTableNameMissing { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ExpressionTableNameMissingWithHints

    Sucht eine lokalisierte Zeichenfolge, die Table name not specified, ensure you have appended the OnTable extension. Format should be Delete.ForeignKey(KeyName).OnTable(TableName) ähnelt.

    Declaration
    public static string ExpressionTableNameMissingWithHints { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ForeignKeyMustHaveOneOrMoreForeignColumns

    Sucht eine lokalisierte Zeichenfolge, die The foreign key must have one or more foreign columns. ähnelt.

    Declaration
    public static string ForeignKeyMustHaveOneOrMoreForeignColumns { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ForeignKeyMustHaveOneOrMorePrimaryColumns

    Sucht eine lokalisierte Zeichenfolge, die The foreign key must have one or more primary columns. ähnelt.

    Declaration
    public static string ForeignKeyMustHaveOneOrMorePrimaryColumns { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ForeignKeyNameCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The foreign key's name cannot be null or an empty string. ähnelt.

    Declaration
    public static string ForeignKeyNameCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ForeignTableNameCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The foreign table name cannot be null or empty. ähnelt.

    Declaration
    public static string ForeignTableNameCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IndexMustHaveOneOrMoreColumns

    Sucht eine lokalisierte Zeichenfolge, die The index must have one or more columns. ähnelt.

    Declaration
    public static string IndexMustHaveOneOrMoreColumns { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IndexNameCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The index's name cannot be null or an empty string. ähnelt.

    Declaration
    public static string IndexNameCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MethodXMustBeCalledOnObjectImplementingY

    Sucht eine lokalisierte Zeichenfolge, die The {0} method must be called on an object that implements {1}. ähnelt.

    Declaration
    public static string MethodXMustBeCalledOnObjectImplementingY { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NewColumnNameCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The new column name cannot be null or empty. ähnelt.

    Declaration
    public static string NewColumnNameCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NewTableNameCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The new table name cannot be null or empty. ähnelt.

    Declaration
    public static string NewTableNameCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OldColumnNameCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The old column name cannot be null or empty. ähnelt.

    Declaration
    public static string OldColumnNameCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OldTableNameCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The old table name cannot be null or empty. ähnelt.

    Declaration
    public static string OldTableNameCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OperationCannotBeNull

    Sucht eine lokalisierte Zeichenfolge, die The operation to be performed using the database connection cannot be null. ähnelt.

    Declaration
    public static string OperationCannotBeNull { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PrimaryTableNameCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The primary table name cannot be null or empty. ähnelt.

    Declaration
    public static string PrimaryTableNameCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ResourceManager

    Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.

    Declaration
    public static ResourceManager ResourceManager { get; }
    Property Value
    Type Description
    ResourceManager
    | Edit this page View Source

    SchemaNameCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The schema's name cannot be null or an empty string. ähnelt.

    Declaration
    public static string SchemaNameCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SequenceNameCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The sequence's name cannot be null or an empty string. ähnelt.

    Declaration
    public static string SequenceNameCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SqlScriptCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The sql script cannot be null or an empty string. ähnelt.

    Declaration
    public static string SqlScriptCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SqlStatementCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The sql statement cannot be null or an empty string. ähnelt.

    Declaration
    public static string SqlStatementCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TableNameCannotBeNullOrEmpty

    Sucht eine lokalisierte Zeichenfolge, die The table's name cannot be null or an empty string. ähnelt.

    Declaration
    public static string TableNameCannotBeNullOrEmpty { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UpdateDataExpressionMustNotSpecifyBothWhereClauseAndAllRows

    Sucht eine lokalisierte Zeichenfolge, die Update statement specifies both a .Where() condition and that .AllRows() should be targeted. Specify one or the other, but not both. ähnelt.

    Declaration
    public static string UpdateDataExpressionMustNotSpecifyBothWhereClauseAndAllRows { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UpdateDataExpressionMustSpecifyWhereClauseOrAllRows

    Sucht eine lokalisierte Zeichenfolge, die Update statement is missing a condition. Specify one by calling .Where() or target all rows by calling .AllRows(). ähnelt.

    Declaration
    public static string UpdateDataExpressionMustSpecifyWhereClauseOrAllRows { get; }
    Property Value
    Type Description
    string
    • 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.