다음을 통해 공유


CoreStrings.UnknownKeyValue(Object, Object) 메서드

정의

'{entityType}의 값입니다. 변경 내용을 저장하려고 할 때 {property}'을(를) 알 수 없습니다. 이는 속성이 관계의 주체 엔터티를 알 수 없는 외래 키의 일부이기도 했기 때문입니다.

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

매개 변수

entityType
Object
property
Object

반환

적용 대상