CoreStrings.MutableKeyProperty(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性 '{keyProperty}' 無法設定為 'ValueGeneratedOnUpdate' 或 'ValueGeneratedOnAddOrUpdate',因為它屬於索引鍵的一部分,而且其值無法在實體新增至存放區之後變更。
public static string MutableKeyProperty (object keyProperty);
public static string MutableKeyProperty (object? keyProperty);
static member MutableKeyProperty : obj -> string
Public Shared Function MutableKeyProperty (keyProperty As Object) As String
參數
- keyProperty
- Object