internal SqlSelectStatement()
 {
     @select = new SqlSelectClauseBuilder(delegate { return IsTopMost; });
 }
Exemple #2
0
 internal SqlSelectStatement()
 {
     @select = new SqlSelectClauseBuilder(delegate { return(IsTopMost); });
 }
Exemple #3
0
 internal SqlSelectStatement()
 {
     this.select = new SqlSelectClauseBuilder((Func <bool>)(() => this.IsTopMost));
 }