CoreStrings.PrimaryKeyDefinedOnNonExistentProperty 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實體類型 '{entityType}' 上的 [PrimaryKey] 屬性參考屬性 {properties},但該實體類型或其任何基底類型上沒有名稱為 '{propertyName}' 的屬性。
public static string PrimaryKeyDefinedOnNonExistentProperty (object? entityType, object? properties, object? propertyName);
static member PrimaryKeyDefinedOnNonExistentProperty : obj * obj * obj -> string
Public Shared Function PrimaryKeyDefinedOnNonExistentProperty (entityType As Object, properties As Object, propertyName As Object) As String
參數
- entityType
- Object
- properties
- Object
- propertyName
- Object