다음을 통해 공유


CoreStrings.KeyPropertyInForeignKey(Object, Object) 메서드

정의

속성 '{property}'은(는) '{entityType}'의 키에 포함될 수 없습니다. 값 생성이 활성화되어 있고 파생 엔터티 형식에 정의된 외래 키에 포함되어 있기 때문입니다.

public static string KeyPropertyInForeignKey (object property, object entityType);
static member KeyPropertyInForeignKey : obj * obj -> string
Public Shared Function KeyPropertyInForeignKey (property As Object, entityType As Object) As String

매개 변수

property
Object
entityType
Object

반환

적용 대상