CoreStrings.NonDefiningOwnership(Object, Object, Object) Method
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.
Caution
This API is now deprecated.
The entity type '{2_entityType}' owned by '{0_ownershipNavigation}' should use defining navigation '{1_definingNavigation}' for .
public static string NonDefiningOwnership (object ownershipNavigation, object definingNavigation, object entityType);
[System.Obsolete]
public static string NonDefiningOwnership (object? ownershipNavigation, object? definingNavigation, object? entityType);
static member NonDefiningOwnership : obj * obj * obj -> string
[<System.Obsolete>]
static member NonDefiningOwnership : obj * obj * obj -> string
Public Shared Function NonDefiningOwnership (ownershipNavigation As Object, definingNavigation As Object, entityType As Object) As String
- ownershipNavigation
- Object
- definingNavigation
- Object
- entityType
- Object
- Attributes
Product | Versions (Obsolete) |
---|---|
Entity Framework Core | 3.0, 3.1, 5.0 (6.0) |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: