다음을 통해 공유


CoreStrings.InvalidKeyValue(Object, Object) 메서드

정의

기본 키 속성 '{keyProperty}'이(가) null이므로 '{entityType}' 형식의 엔터티를 추적할 수 없습니다.

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

매개 변수

entityType
Object
keyProperty
Object

반환

적용 대상