DbExpressionBuilder.Distinct(DbExpression) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 DbDistinctExpression,它會從指定的集合引數中移除重複的項目。
public static System.Data.Entity.Core.Common.CommandTrees.DbDistinctExpression Distinct (this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member Distinct : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbDistinctExpression
<Extension()>
Public Function Distinct (argument As DbExpression) As DbDistinctExpression
參數
- argument
- DbExpression
運算式,定義要對相異作業進行排列的集合。
傳回
表示套用至指定集合引數之 Distinct 運算的新的 DbDistinctExpression。
例外狀況
引數為 null。
引數沒有集合結果類型。