CoreStrings.ConflictingForeignKeyAttributes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ConflictingForeignKeyAttributes(Object, Object) |
有多個 ForeignKeyAttributes 指向實體類型 '{entityType}' 上的相同屬性集 - '{propertyList}'。 |
ConflictingForeignKeyAttributes(Object, Object, Object) |
實體類型 '{entityType}' 上有多個 [ForeignKey] 屬性指向同一組屬性 '{propertyList}',並以主體實體類型 '{principalEntityType}' 為目標。 |
ConflictingForeignKeyAttributes(Object, Object)
有多個 ForeignKeyAttributes 指向實體類型 '{entityType}' 上的相同屬性集 - '{propertyList}'。
public static string ConflictingForeignKeyAttributes (object propertyList, object entityType);
static member ConflictingForeignKeyAttributes : obj * obj -> string
Public Shared Function ConflictingForeignKeyAttributes (propertyList As Object, entityType As Object) As String
參數
- propertyList
- Object
- entityType
- Object
傳回
適用於
ConflictingForeignKeyAttributes(Object, Object, Object)
實體類型 '{entityType}' 上有多個 [ForeignKey] 屬性指向同一組屬性 '{propertyList}',並以主體實體類型 '{principalEntityType}' 為目標。
public static string ConflictingForeignKeyAttributes (object propertyList, object entityType, object principalEntityType);
public static string ConflictingForeignKeyAttributes (object? propertyList, object? entityType, object? principalEntityType);
static member ConflictingForeignKeyAttributes : obj * obj * obj -> string
Public Shared Function ConflictingForeignKeyAttributes (propertyList As Object, entityType As Object, principalEntityType As Object) As String
參數
- propertyList
- Object
- entityType
- Object
- principalEntityType
- Object