CoreStrings.TypeNotMarkedAsShared(Object) Method

Definition

The type '{type}' has not been configured as a shared type in the model. Before calling 'UsingEntity' add the entity type in the model as a shared entity.

public static string TypeNotMarkedAsShared (object type);
public static string TypeNotMarkedAsShared (object? type);
static member TypeNotMarkedAsShared : obj -> string
Public Shared Function TypeNotMarkedAsShared (type As Object) As String

Parameters

type
Object

Returns

Applies to