CoreStrings.ConflictingForeignKeyAttributes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ConflictingForeignKeyAttributes(Object, Object) |
There are multiple ForeignKeyAttributes which are pointing to same set of properties - '{propertyList}' on entity type '{entityType}'. |
ConflictingForeignKeyAttributes(Object, Object, Object) |
There are multiple [ForeignKey] attributes which are pointing to same set of properties '{propertyList}' on entity type '{entityType}' and targeting the principal entity type '{principalEntityType}'. |
ConflictingForeignKeyAttributes(Object, Object)
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
There are multiple ForeignKeyAttributes which are pointing to same set of properties - '{propertyList}' on entity type '{entityType}'.
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
Parameters
- propertyList
- Object
- entityType
- Object
Returns
Applies to
ConflictingForeignKeyAttributes(Object, Object, Object)
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
There are multiple [ForeignKey] attributes which are pointing to same set of properties '{propertyList}' on entity type '{entityType}' and targeting the principal entity type '{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
Parameters
- propertyList
- Object
- entityType
- Object
- principalEntityType
- Object
Returns
Applies to
Entity Framework