internal SqlSelectStatement()
 {
     this.select = new SqlSelectClauseBuilder(delegate() { return this.IsTopMost; });
 }
Ejemplo n.º 2
0
 internal SqlSelectStatement()
 {
     this.select = new SqlSelectClauseBuilder(delegate() { return(this.IsTopMost); });
 }