Пример #1
0
 public void RegistZQL(Dictionary<string, IZqlMaker> dict)
 {
     dict["isnull"] = new DefaultZqlMaker("isnull({0},{1})");
     dict["getdate"] = new DefaultZqlMaker("getdate()");
 }
Пример #2
0
 public void RegistZQL(Dictionary <string, IZqlMaker> dict)
 {
     dict["isnull"]  = new DefaultZqlMaker("isnull({0},{1})");
     dict["getdate"] = new DefaultZqlMaker("getdate()");
 }