다음을 통해 공유


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

정의

'{entityType}' 및 '{otherEntityType}'은 모두 '{table}' 테이블에 매핑됩니다. 판별자가 없는 계층의 모든 엔터티 형식은 서로 다른 테이블에 매핑되어야 합니다. 자세한 내용은 https://go.microsoft.com/fwlink/?linkid=2130430 을 참조하세요.

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

매개 변수

entityType
Object
otherEntityType
Object
table
Object

반환

적용 대상