예제 #1
0
 public QueryData()
 {
     this.BindVars = new List <QueryParameter>();
     this.Options  = new QueryOption();
 }
예제 #2
0
 public QueryData()
 {
     this.BindVars = new List<QueryParameter>();
     this.Options = new QueryOption();
 }