CoreStrings.BadFilterOwnedType(Object, Object) Method

Definition

The filter expression '{filter}' cannot be specified for owned entity type '{entityType}'. A filter may only be applied to an entity type that is not owned. See https://aka.ms/efcore-docs-owned for more information and examples.

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

Parameters

filter
Object
entityType
Object

Returns

Applies to