CoreStrings.ConflictingForeignKeyAttributes メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ConflictingForeignKeyAttributes(Object, Object) |
エンティティ型 '{entityType}' で同じプロパティ セット '{propertyList}' を指している ForeignKeyAttribute が複数あります。 |
ConflictingForeignKeyAttributes(Object, Object, Object) |
エンティティ型 '{entityType}' でプロパティ '{propertyList}' の同じセットを指し、プリンシパル エンティティ型 '{principalEntityType}' を対象とする複数の [ForeignKey] 属性があります。 |
ConflictingForeignKeyAttributes(Object, Object)
エンティティ型 '{entityType}' で同じプロパティ セット '{propertyList}' を指している ForeignKeyAttribute が複数あります。
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}' でプロパティ '{propertyList}' の同じセットを指し、プリンシパル エンティティ型 '{principalEntityType}' を対象とする複数の [ForeignKey] 属性があります。
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
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework