Exemplo n.º 1
0
 public void GetAllBy(HPS.BLL.InCameraPicturesBLL.BLLInCameraPictures_T.InCameraPictures_TField fieldName, Object value, ref System.Data.DataSet dataSet, String srcTable)
 {
     try
     {
         _dataObject.SelectByField(fieldName.ToString(), value, ref dataSet, srcTable);
     }
     catch (System.Exception ex)
     {
         throw Hepsa.Core.Exception.HandleException.ChangeExceptionLanguage(ex, this);
     }
 }
Exemplo n.º 2
0
 public List <HPS.BLL.InCameraPicturesBLL.BLLInCameraPictures_T> GetAllBy(HPS.BLL.InCameraPicturesBLL.BLLInCameraPictures_T.InCameraPictures_TField fieldName, Object value)
 {
     try
     {
         return(_dataObject.SelectByField(fieldName.ToString(), value));
     }
     catch (System.Exception ex)
     {
         throw Hepsa.Core.Exception.HandleException.ChangeExceptionLanguage(ex, this);
     }
 }