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