QueryableMethodTranslatingExpressionVisitor.TranslateDistinct(ShapedQueryExpression) Yöntem

Tanım

Distinct<TSource>(IQueryable<TSource>)Yöntemi verilen kaynak üzerine çevirir.

protected abstract Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression TranslateDistinct (Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source);
protected abstract Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression? TranslateDistinct (Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source);
abstract member TranslateDistinct : Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression -> Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression
Protected MustOverride Function TranslateDistinct (source As ShapedQueryExpression) As ShapedQueryExpression

Parametreler

source
ShapedQueryExpression

İşlecin uygulandığı şekillendirilmiş sorgu.

Döndürülenler

ShapedQueryExpression

Çeviri sonrasında şekillendirilmiş sorgu.

Şunlara uygulanır