Exemplo n.º 1
0
 public DataTable QueryByFind(ArrayList ParameterList, int RowCountLimit)
 {
     try
     {
         DBO.STM_StoreMappingDBO dbo = new STM_StoreMappingDBO(ref USEDB);
         return dbo.doQueryByFind(ParameterList, RowCountLimit);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }