共用方式為


CoreStrings.KeyReadOnly(Object, Object) 方法

定義

屬性 '{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

傳回

適用於