毕业论文
计算机论文
经济论文
生物论文
数学论文
物理论文
机械论文
新闻传播论文
音乐舞蹈论文
法学论文
文学论文
材料科学
英语论文
日语论文
化学论文
自动化
管理论文
艺术论文
会计论文
土木工程
电子通信
食品科学
教学论文
医学论文
体育论文
论文下载
研究现状
任务书
开题报告
外文文献翻译
文献综述
范文
基于ASP.NET的图书管理系统+流程图+ER图(22)
FindEmployeeCountByDepartment (string employeeDepartment = "" ) 根据部门ID查找该部门的职工数
FindEmployeeByDepartment (
string employeeDepartment = "") 根据部门部门ID查找该部门的职工信息
CreateEmployee (
string employeeId = "",
string employeeCode = "",
string employeeName = "",
string employeeRealName = "",
string employeeDepartment = "") 根据职工ID、职工号、职工用户名、职工姓名、所属部门创建职工信息
UpdateEmployee (
string employeeId = "",
string employeeCode = "",
string employeeName = "",
string employeeRealName = "",
string employeeDepartment = "" ) 根据职工ID、职工号、职工用户名、职工姓名、所属部门修改职工信息
DeleteEmployee (
string employeeId = "" ) 根据职工ID删除职工信息
FindEmployees (
string employeeCode = "",
string employeeName = "",
string employeeDepartment = "",
int? maximumRows = null,
int? startRowIndex = null ) 根据职工号、职工用户名、所属部门查找符合条件的职工信息(可分页)
FindEmployeesCount (
string employeeCode = "",
string employeeName = "",
string employeeDepartment = "" ) 根据职工号、职工用户名、所属部门查找符合条件的职工信息条数
FindEmployeeById (
string employeeId = "") 根据职工ID查找职工信息
FindEmployeePassword (
string employeeId = "" ) 根据职工ID查找该职工的密码
ChangeEmployeePassword (
string employeeId = "",
string employeePassword = "" ) 根据职工ID、职工密码更改职工密码
该类对所有读者用户信息进行操作的数据访问层方法如表5.4所示。
表 5.4 BYSJ.DataAccess.ReaderProvider
方法名(变量) 作用
ExistsReaderById (
string readerId = "" ) 根据读者ID查找是否存在该读者
ExistsReaderByCode (
string readerId = "",
string readerCode = "" ) 根据读者ID、借阅号查询是否存在该读者
CreateReader (
string readerId = "",
string readerCode = "",
string readerName = "",
string readerRealName = "",
string readerGender = "",
string readerAge = "",
string readerTelephone = "",
string readerEmail = "",
int? readerStatus = null,
string readerReaderRoleId = "" ) 根据读者ID、借阅号、用户名、姓名、性别、年龄、联系电话、电子邮箱、读者状态、借阅类型创建读者信息
UpdateReader (
string readerId = "",
string readerCode = "",
string readerName = "",
string readerRealName = "",
string readerGender = "",
string readerAge = "",
string readerTelephone = "",
string readerEmail = "",
string readerReaderRoleId = "" ) 根据读者ID、借阅号、用户名、姓名、性别、年龄、联系电话、电子邮箱、借阅类型更新读者信息
DeleteReader (string readerId = "" ) 根据读者ID删除读者信息
FindReaders (
string readerCode = "",
string readerName = "",
int? readerGender = null,
int? readerStatus = null,
共25页:
上一页
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
下一页
上一篇:
基于MATLAB的图像编辑软件开发
下一篇:
JSP吉他电子商务网站的分析与设计+数据流程图+ER图
基于Apriori算法的电影推荐
PHP+IOS的会议管理系统的设计+ER图
数据挖掘在电子商务中的应用
数据挖掘的主题标绘数据获取技术与实现
基于PageRank算法的网络数据分析
基于神经网络的验证码识别算法
基于网络的通用试题库系...
神经外科重症监护病房患...
公寓空调设计任务书
承德市事业单位档案管理...
志愿者活动的调查问卷表
国内外图像分割技术研究现状
医院财务风险因素分析及管理措施【2367字】
中国学术生态细节考察《...
AT89C52单片机的超声波测距...
10万元能开儿童乐园吗,我...
C#学校科研管理系统的设计