CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
IncludeOnEntityWithDefiningQueryNotSupported(Object) |
定義查詢的實體不支援 Include。 實體類型:'{entityType}' |
IncludeOnEntityWithDefiningQueryNotSupported(Object, Object) |
已淘汰.
實體類型 '{entityType}' 不支援具有引數 '{expression}' 的 'Include' 作業,因為它具有定義查詢。 |
IncludeOnEntityWithDefiningQueryNotSupported(Object)
定義查詢的實體不支援 Include。 實體類型:'{entityType}'
public static string IncludeOnEntityWithDefiningQueryNotSupported (object entityType);
static member IncludeOnEntityWithDefiningQueryNotSupported : obj -> string
Public Shared Function IncludeOnEntityWithDefiningQueryNotSupported (entityType As Object) As String
參數
- entityType
- Object
傳回
適用於
IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)
警告
此 API 現已淘汰。
實體類型 '{entityType}' 不支援具有引數 '{expression}' 的 'Include' 作業,因為它具有定義查詢。
[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
參數
- expression
- Object
- entityType
- Object
傳回
- 屬性