QueryableMethods 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別,提供可轉譯 LINQ 方法的反映中繼資料。
public static class QueryableMethods
type QueryableMethods = class
Public Class QueryableMethods
- 繼承
-
QueryableMethods
備註
如需詳細資訊和範例,請參閱 資料庫提供者和延伸模組的實作 和 EF Core 查詢的運作方式 。
屬性
方法
GetAverageWithoutSelector(Type) |
傳回 方法的 Queryable.Average , MethodInfo 而沒有指定型別的選取器。 |
GetAverageWithSelector(Type) |
MethodInfoQueryable.Average 傳回具有指定型別之選取器之 方法的 。 |
GetSumWithoutSelector(Type) |
傳回 方法的 Queryable.Sum , MethodInfo 而沒有指定型別的選取器。 |
GetSumWithSelector(Type) |
MethodInfoQueryable.Sum 傳回具有指定型別之選取器之 方法的 。 |
IsAverageWithoutSelector(MethodInfo) |
檢查指定的 MethodInfo 是否為不含選取器的其中 Queryable.Average 一個 。 |
IsAverageWithSelector(MethodInfo) |
檢查指定的 MethodInfo 是否為具有選取器的其中 Queryable.Average 一個 。 |
IsSumWithoutSelector(MethodInfo) |
檢查指定的 MethodInfo 是否為不含選取器的其中 Queryable.Sum 一個 。 |
IsSumWithSelector(MethodInfo) |
檢查指定的 MethodInfo 是否為具有選取器的其中 Queryable.Sum 一個 。 |