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