CoreStrings.InvalidSetTypeWeak(Object) Method

Definition

Caution

This API is now deprecated.

Cannot create a DbSet for '{typeName}' because it is mapped to multiple entity types with defining navigations and should be accessed through the owning entities.

public static string InvalidSetTypeWeak (object typeName);
[System.Obsolete]
public static string InvalidSetTypeWeak (object? typeName);
static member InvalidSetTypeWeak : obj -> string
[<System.Obsolete>]
static member InvalidSetTypeWeak : obj -> string
Public Shared Function InvalidSetTypeWeak (typeName As Object) As String

Parameters

typeName
Object

Returns

Attributes

Applies to