다음을 통해 공유


CoreStrings.KeyReadOnly(Object, Object) 메서드

정의

속성 '{1_entityType}입니다. {0_property}'은(는) 키의 일부이므로 수정하거나 수정된 것으로 표시할 수 없습니다. 식별 외래 키를 사용하여 기존 엔터티의 보안 주체를 변경하려면 먼저 종속 항목을 삭제하고 ‘SaveChanges’를 호출한 다음, 종속 항목을 새 보안 주체와 연결합니다.

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

매개 변수

property
Object
entityType
Object

반환

적용 대상