Beispiel #1
0
 public static DataRow QryRow(DataRow r, string type)
 {
     return(ExecuteRow(DataUtil.BuildSelectSQL(r), type));
 }
Beispiel #2
0
 public static DataTable QryTable(DataRow r, string type)
 {
     return(ExecuteTable(DataUtil.BuildSelectSQL(r), type));
 }