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