CoreStrings.InvalidPropertyListOnNavigation Method

Definition

Overloads

InvalidPropertyListOnNavigation(Object, Object)

The property list specified using [ForeignKey] attribute on navigation '{1_entityType}.{0_navigation}' is incorrect. The attribute value should be comma-separated list of property names.

InvalidPropertyListOnNavigation(Object, Object, Object)

The property list specified using [ForeignKey("{2_properties}")] attribute on navigation '{1_entityType}.{0_navigation}' is incorrect. Provide a comma-separated list of property names.

InvalidPropertyListOnNavigation(Object, Object)

The property list specified using [ForeignKey] attribute on navigation '{1_entityType}.{0_navigation}' is incorrect. The attribute value should be comma-separated list of property names.

public static string InvalidPropertyListOnNavigation (object navigation, object entityType);
static member InvalidPropertyListOnNavigation : obj * obj -> string
Public Shared Function InvalidPropertyListOnNavigation (navigation As Object, entityType As Object) As String

Parameters

navigation
Object
entityType
Object

Returns

Applies to

InvalidPropertyListOnNavigation(Object, Object, Object)

The property list specified using [ForeignKey("{2_properties}")] attribute on navigation '{1_entityType}.{0_navigation}' is incorrect. Provide a comma-separated list of property names.

public static string InvalidPropertyListOnNavigation (object? navigation, object? entityType, object? properties);
static member InvalidPropertyListOnNavigation : obj * obj * obj -> string
Public Shared Function InvalidPropertyListOnNavigation (navigation As Object, entityType As Object, properties As Object) As String

Parameters

navigation
Object
entityType
Object
properties
Object

Returns

Applies to