CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported Yöntem

Tanım

Aşırı Yüklemeler

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Sorgu tanımlayan varlıklar için Include desteklenmez. Varlık türü: ' {entityType} '

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)
Kullanımdan kalktı.

' {Expression} ' bağımsız değişkenine sahip ' Include ' işlemi, tanımlayan bir sorgu içerdiğinden ' {entityType} ' varlık türünde desteklenmiyor.

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Sorgu tanımlayan varlıklar için Include desteklenmez. Varlık türü: ' {entityType} '

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

Parametreler

entityType
Object

Döndürülenler

String

Şunlara uygulanır

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)

Dikkat

Bu API artık kullanım dışıdır.

' {Expression} ' bağımsız değişkenine sahip ' Include ' işlemi, tanımlayan bir sorgu içerdiğinden ' {entityType} ' varlık türünde desteklenmiyor.

[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

Parametreler

expression
Object
entityType
Object

Döndürülenler

String
Öznitelikler

Şunlara uygulanır