CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported Method

Definition

Overloads

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Include is not supported for entities with defining query. Entity type: '{entityType}'

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)
Obsolete.

The 'Include' operation with argument '{expression}' is not supported on entity type '{entityType}' because it has a defining query.

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Include is not supported for entities with defining query. Entity type: '{entityType}'

public static string IncludeOnEntityWithDefiningQueryNotSupported (object entityType);
static member IncludeOnEntityWithDefiningQueryNotSupported : obj -> string
Public Shared Function IncludeOnEntityWithDefiningQueryNotSupported (entityType As Object) As String

Parameters

entityType
Object

Returns

Applies to

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)

Caution

This API is now deprecated.

The 'Include' operation with argument '{expression}' is not supported on entity type '{entityType}' because it has a defining query.

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

Parameters

expression
Object
entityType
Object

Returns

Attributes

Applies to