CoreStrings.InvalidKeyValue(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
無法追蹤類型為 '{entityType}' 的實體,因為其主鍵屬性 '{keyProperty}' 為 Null。
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