Class ErrorMessages
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
Inherited Members
Namespace: FluentMigrator.Infrastructure
Assembly: FluentMigrator.Abstractions.dll
Syntax
public class ErrorMessages
Properties
| Edit this page View SourceColumnNameCannotBeNullOrEmpty
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 |
ColumnNamesMustBeUnique
Sucht eine lokalisierte Zeichenfolge, die Column names must be unique. ähnelt.
Declaration
public static string ColumnNamesMustBeUnique { get; }
Property Value
Type | Description |
---|---|
string |
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 |
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 |
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 |
DefaultValueCannotBeNull
Sucht eine lokalisierte Zeichenfolge, die The default value cannot be null. ähnelt.
Declaration
public static string DefaultValueCannotBeNull { get; }
Property Value
Type | Description |
---|---|
string |
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 |
ExpressionTableNameMissing
Sucht eine lokalisierte Zeichenfolge, die expression.TableName must not be empty ähnelt.
Declaration
public static string ExpressionTableNameMissing { get; }
Property Value
Type | Description |
---|---|
string |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |