RelationalStrings.IncompatibleTableKeyNameMismatch(Object, Object, Object, Object, Object, Object, Object) Yöntem

Tanım

'{otherEntityType}' varlık türü için ve {primaryKey} birincil anahtarının '{keyName}' adı {otherPrimaryKey} birincil anahtarının '{otherName}' adı ile eşleşip eşleşmey olduğundan' '{entityType}' varlık türü için '{table}' tablosu kullanılamaz.

public static string IncompatibleTableKeyNameMismatch (object table, object entityType, object otherEntityType, object keyName, object primaryKey, object otherName, object otherPrimaryKey);
public static string IncompatibleTableKeyNameMismatch (object? table, object? entityType, object? otherEntityType, object? keyName, object? primaryKey, object? otherName, object? otherPrimaryKey);
static member IncompatibleTableKeyNameMismatch : obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function IncompatibleTableKeyNameMismatch (table As Object, entityType As Object, otherEntityType As Object, keyName As Object, primaryKey As Object, otherName As Object, otherPrimaryKey As Object) As String

Parametreler

table
Object
entityType
Object
otherEntityType
Object
keyName
Object
primaryKey
Object
otherName
Object
otherPrimaryKey
Object

Döndürülenler

String

Şunlara uygulanır