Share via


CoreStrings.NullableKey(Object, Object) メソッド

定義

エンティティ型 '{entityType}' のキーには、null 許容または省略可能であるため、プロパティ '{property}' を含めることはできません。 キーが宣言されているすべてのプロパティは、null 非許容/必須としてマークする必要があります。

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

戻り値

適用対象