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

Tanım

'{entityType}' '{table}' tablosuyla eşlenmiş, '{otherEntityType}' ise '{otherTable}' tablosuyla eşlenmiş. Hiyerarşide yer alan tüm varlık türlerini aynı tabloya eşle veya ayrımı kaldır ve bunların hepsini farklı tablolara eşle. Daha fazla bilgi edinmek için bkz. https://go.microsoft.com/fwlink/?linkid=2130430.

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

Parametreler

entityType
Object
table
Object
otherEntityType
Object
otherTable
Object

Döndürülenler

String

Şunlara uygulanır