/// <summary> /// get list of CCells_attach_file by field /// </summary> /// <param name="fieldName">field name</param> /// <param name="value">value</param> /// <returns>list</returns> public List <CCells_attach_file> GetAllBy(CCells_attach_file.CCells_attach_fileFields fieldName, object value) { return(_dataObject.SelectByField(fieldName.ToString(), value)); }
/// <summary> /// delete CCells_attach_file by field. /// </summary> /// <param name="fieldName">field name</param> /// <param name="value">value</param> /// <returns>true for successfully deleted</returns> public bool Delete(CCells_attach_file.CCells_attach_fileFields fieldName, object value) { return(_dataObject.DeleteByField(fieldName.ToString(), value)); }