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); } }
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); } }