CoreStrings.KeyPropertyMustBeReadOnly(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性 '{1_entityType}。{0_property}' 必須在儲存後標示為唯讀,因為它是金鑰的一部分。 一旦實體第一次儲存,索引鍵屬性一律為唯讀。
public static string KeyPropertyMustBeReadOnly (object property, object entityType);
public static string KeyPropertyMustBeReadOnly (object? property, object? entityType);
static member KeyPropertyMustBeReadOnly : obj * obj -> string
Public Shared Function KeyPropertyMustBeReadOnly (property As Object, entityType As Object) As String
參數
- property
- Object
- entityType
- Object