CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Ş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
- Öznitelikler