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

Tanım

'{otherEntityType}' varlık türü ve potansiyel olarak diğer varlık türleri için kullanılan '{entityType}' varlık türü için '{table}' tablosu kullanılamaz, ancak bağlantı ilişkisi yoktur. Birincil anahtar özelliklerinde '{entityType}' değerine bir yabancı anahtar ekleyin ve '{table}' ile eşlenmiş başka bir varlık türündeki birincil anahtarı işaret eder.

public static string IncompatibleTableNoRelationship (object table, object entityType, object otherEntityType);
public static string IncompatibleTableNoRelationship (object? table, object? entityType, object? otherEntityType);
static member IncompatibleTableNoRelationship : obj * obj * obj -> string
Public Shared Function IncompatibleTableNoRelationship (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