다음을 통해 공유


DefaultQuerySqlGenerator.GenerateProjection(Expression) 메서드

정의

SQL SELECT 절의 단일 프로젝션 방문

protected virtual void GenerateProjection (System.Linq.Expressions.Expression projection);
abstract member GenerateProjection : System.Linq.Expressions.Expression -> unit
override this.GenerateProjection : System.Linq.Expressions.Expression -> unit
Protected Overridable Sub GenerateProjection (projection As Expression)

매개 변수

projection
Expression

프로젝션 식입니다.

적용 대상