Beispiel #1
0
 public static DataTable GetTable(string strSQL)
 {
     return(CSHelper.GetTable(strSQL, null));
 }
Beispiel #2
0
 public static DataTable GetTable(string strSQL, SqlParameter[] pas)
 {
     return(CSHelper.GetTable(strSQL, pas, CommandType.Text));
 }