C# 클래스 Shaolinq.Persistence.Linq.Expressions.SqlSubqueryExpression

Represents an aggregate subquery before the aggregate has been rewritten.
When a LINQ query projects a column using an aggregate, the subquery holds a select expression that represents that single aggregate call. The subquery consists of the part inside the outer parenthesis: SELECT (SELECT MAX(id) FROM product) AS max FROM product;
상속: SqlBaseExpression
파일 보기 프로젝트 열기: tumtumtum/Shaolinq 1 사용 예제들

공개 메소드들

메소드 설명
SqlSubqueryExpression ( Type type, SqlSelectExpression select ) : System

메소드 상세

SqlSubqueryExpression() 공개 메소드

public SqlSubqueryExpression ( Type type, SqlSelectExpression select ) : System
type System.Type
select SqlSelectExpression
리턴 System