EdmFunctions.Min(DbExpression) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立對指定集合叫用標準 'Min' 函式的 DbFunctionExpression。 運算式的結果類型與集合的元素類型相同。
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression Min (this System.Data.Entity.Core.Common.CommandTrees.DbExpression collection);
static member Min : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Min (collection As DbExpression) As DbFunctionExpression
參數
- collection
- DbExpression
運算式,指定應該從中擷取最小值的集合。
傳回
會產生最小值的新 DbFunctionExpression。