CoreStrings.MultipleOwnerships Method

Definition

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