다음을 통해 공유


CoreStrings.KeyPropertyMustBeReadOnly(Object, Object) 메서드

정의

속성 '{1_entityType}입니다. {0_property}'은(는) 키의 일부이므로 저장한 후 읽기 전용으로 표시되어야 합니다. 키 속성은 엔터티가 처음으로 저장되면 항상 읽기 전용입니다.

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

매개 변수

property
Object
entityType
Object

반환

적용 대상