CoreStrings.OwnershipToDependent(Object, Object, Object) 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 navigation '{navigation}' cannot be changed, because the foreign key between '{principalEntityType}' and '{dependentEntityType}' is an ownership. To change the navigation to the owned entity type remove the ownership.
public static string OwnershipToDependent (object? navigation, object? principalEntityType, object? dependentEntityType);
static member OwnershipToDependent : obj * obj * obj -> string
Public Shared Function OwnershipToDependent (navigation As Object, principalEntityType As Object, dependentEntityType As Object) As String
Parameters
- navigation
- Object
- principalEntityType
- Object
- dependentEntityType
- 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