RelationalStrings.TphTableMismatch(Object, Object, Object, Object) 메서드

정의

'{entityType}'은 테이블 '{table}'에 매핑되고 '{otherEntityType}'은 테이블 '{otherTable}'에 매핑됩니다. 계층 구조의 모든 엔터티 형식을 동일한 테이블에 매핑하거나 판별자를 제거하고 모두 다른 테이블에 매핑합니다. 자세한 내용은 https://go.microsoft.com/fwlink/?linkid=2130430 을 참조하세요.

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

매개 변수

entityType
Object
table
Object
otherEntityType
Object
otherTable
Object

반환

적용 대상