Aracılığıyla paylaş


CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported Yöntem

Tanım

Aşırı Yüklemeler

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Ekleme, sorgu tanımlama özelliğine sahip varlıklar için desteklenmez. Varlık türü: '{entityType}'

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)
Geçersiz.

'{expression}' bağımsız değişkenine sahip 'Include' işlemi, '{entityType}' varlık türünde desteklenmiyor çünkü tanımlama sorgusu var.

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Ekleme, sorgu tanımlama özelliğine sahip varlıklar için 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

Ş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, '{entityType}' varlık türünde desteklenmiyor çünkü tanımlama sorgusu var.

[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

Öznitelikler

Şunlara uygulanır