CoreStrings.KeyReadOnly(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性 '{1_entityType}。{0_property}' 是索引鍵的一部分,因此無法修改或標示為已修改。 若要變更具有識別外鍵的現有實體主體,請先刪除相依專案並叫用 'SaveChanges',然後將相依專案與新的主體產生關聯。
public static string KeyReadOnly (object property, object entityType);
public static string KeyReadOnly (object? property, object? entityType);
static member KeyReadOnly : obj * obj -> string
Public Shared Function KeyReadOnly (property As Object, entityType As Object) As String
參數
- property
- Object
- entityType
- Object