다음을 통해 공유


CoreStrings.NullableKey(Object, Object) 메서드

정의

엔터티 형식 '{entityType}'의 키는 nullable/선택 사항이므로 속성 '{property}'을(를) 포함할 수 없습니다. 키가 선언된 모든 속성은 nullable/required가 아닌 것으로 표시되어야 합니다.

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

매개 변수

entityType
Object
property
Object

반환

적용 대상