다음을 통해 공유


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

연산자가 적용되는 셰이드 쿼리입니다.

반환

변환 후의 셰이드 쿼리입니다.

적용 대상