RelationalStrings.IncompatibleTableCommentMismatch Methode

Definition

Die Tabelle '{table}' kann nicht für den Entitätstyp '{entityType}' verwendet werden, da sie für den Entitätstyp '{otherEntityType}' verwendet wird und der Kommentar '{comment}' nicht mit dem Kommentar '{otherComment}' übereinstimmt.

public static string IncompatibleTableCommentMismatch (object table, object entityType, object otherEntityType, object comment, object otherComment);
public static string IncompatibleTableCommentMismatch (object? table, object? entityType, object? otherEntityType, object? comment, object? otherComment);
static member IncompatibleTableCommentMismatch : obj * obj * obj * obj * obj -> string
Public Shared Function IncompatibleTableCommentMismatch (table As Object, entityType As Object, otherEntityType As Object, comment As Object, otherComment As Object) As String

Parameter

table
Object
entityType
Object
otherEntityType
Object
comment
Object
otherComment
Object

Gibt zurück

Gilt für: