다음을 통해 공유


CoreStrings.PrimaryKeyDefinedOnIgnoredProperty(Object, Object) 메서드

정의

'{entityType}' 엔터티 형식의 [PrimaryKey] 특성은 '{propertyName}' 속성이 'OnModelCreating'에서 [NotMapped] 특성 또는 'Ignore()'에 의해 매핑되지 않은 것으로 표시되었기 때문에 유효하지 않습니다. 기본 키는 매핑되지 않은 속성을 사용할 수 없습니다.

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

매개 변수

entityType
Object
propertyName
Object

반환

적용 대상