共用方式為


CoreStrings.NullableKey(Object, Object) 方法

定義

實體類型 '{entityType}' 上的索引鍵不能包含屬性 '{property}',因為它可為 Null/選擇性。 宣告索引鍵的所有屬性都必須標示為不可為 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

傳回

適用於