CoreStrings.NavigationToShadowEntity(Object, Object, Object) Method

Definition

Caution

This API is now deprecated.

The navigation '{navigation}' cannot be added to the entity type '{entityType}' because the target entity type '{targetType}' is defined in shadow state, and navigations properties cannot point to shadow state entities.

public static string NavigationToShadowEntity (object navigation, object entityType, object targetType);
[System.Obsolete]
public static string NavigationToShadowEntity (object? navigation, object? entityType, object? targetType);
static member NavigationToShadowEntity : obj * obj * obj -> string
[<System.Obsolete>]
static member NavigationToShadowEntity : obj * obj * obj -> string
Public Shared Function NavigationToShadowEntity (navigation As Object, entityType As Object, targetType As Object) As String

Parameters

navigation
Object
entityType
Object
targetType
Object

Returns

Attributes

Applies to