CoreStrings.MultipleOwnerships 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
MultipleOwnerships(Object) |
The entity type '{entityType}' is the target of multiple ownership relationships. |
MultipleOwnerships(Object, Object) |
The entity type '{entityType}' is the target of multiple ownership relationships: {navigations}. |
MultipleOwnerships(Object)
The entity type '{entityType}' is the target of multiple ownership relationships.
public static string MultipleOwnerships (object entityType);
static member MultipleOwnerships : obj -> string
Public Shared Function MultipleOwnerships (entityType As Object) As String
Parameters
- entityType
- Object
Returns
Applies to
MultipleOwnerships(Object, Object)
The entity type '{entityType}' is the target of multiple ownership relationships: {navigations}.
public static string MultipleOwnerships (object? entityType, object? navigations);
static member MultipleOwnerships : obj * obj -> string
Public Shared Function MultipleOwnerships (entityType As Object, navigations As Object) As String
Parameters
- entityType
- Object
- navigations
- 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