CoreStrings.SkipInverseMismatchedForeignKey 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.
The foreign key {foreignKeyProperties} cannot be set for the skip navigation '{navigation}' as it uses the join entity type '{joinType}' while the inverse skip navigation '{inverse}' is associated with a foreign key using the join entity type '{inverseJoinType}'. The inverse navigation must use the same join entity type.
public static string SkipInverseMismatchedForeignKey (object foreignKeyProperties, object navigation, object joinType, object inverse, object inverseJoinType);
public static string SkipInverseMismatchedForeignKey (object? foreignKeyProperties, object? navigation, object? joinType, object? inverse, object? inverseJoinType);
static member SkipInverseMismatchedForeignKey : obj * obj * obj * obj * obj -> string
Public Shared Function SkipInverseMismatchedForeignKey (foreignKeyProperties As Object, navigation As Object, joinType As Object, inverse As Object, inverseJoinType As Object) As String
Parameters
- foreignKeyProperties
- Object
- navigation
- Object
- joinType
- Object
- inverse
- Object
- inverseJoinType
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework