Beispiel #1
0
 void OnPageLoadComplete(object sender, EventArgs e)
 {
     SelectParameters.UpdateValues(Context, this);
     WhereParameters.UpdateValues(Context, this);
     GroupByParameters.UpdateValues(Context, this);
     OrderByParameters.UpdateValues(Context, this);
     OrderGroupsByParameters.UpdateValues(Context, this);
 }