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

Tanım

'{otherEntityType}' varlık türü için kullanılan '{entityType}' varlık türü için '{table}' tablosu kullanılamaz ve '{entityType}' öğesinin bağımlı olduğu birincil anahtarları arasında bir ilişki vardır ancak '{entityType}' farklı bir tabloya eşlenmiş temel varlık türüne sahip olur. '{otherEntityType}' öğesini farklı bir tabloya eşler veya '{entityType}' ile '{otherEntityType}' arasındaki ilişkiyi ters çevirebilirsiniz.

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

Parametreler

table
Object
entityType
Object
otherEntityType
Object

Döndürülenler

String

Şunlara uygulanır