다음을 통해 공유


RelationalStrings.IncompatibleTableNoRelationship 메서드

정의

엔터티 형식 '{entityType}'이(가) 엔터티 형식 '{otherEntityType}' 및 잠재적으로 다른 엔터티 형식에 사용되기 때문에 '{table}' 테이블을 사용할 수 없지만 연결 관계는 없습니다. 기본 키 속성의 '{entityType}'에 외래 키를 추가하고 '{table}'에 매핑된 다른 엔터티 형식의 기본 키를 가리킵니다.

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

매개 변수

table
Object
entityType
Object
otherEntityType
Object

반환

적용 대상