次の方法で共有


RelationalQueryableMethodTranslatingExpressionVisitor.TranslateDistinct メソッド

定義

メソッドを Distinct<TSource>(IQueryable<TSource>) 指定されたソースに変換します。

protected override Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression TranslateDistinct (Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source);
protected override Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression? TranslateDistinct (Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source);
override this.TranslateDistinct : Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression -> Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression
Protected Overrides Function TranslateDistinct (source As ShapedQueryExpression) As ShapedQueryExpression

パラメーター

source
ShapedQueryExpression

演算子が適用される整形クエリ。

戻り値

翻訳後の整形されたクエリ。

適用対象