毕业论文
计算机论文
经济论文
生物论文
数学论文
物理论文
机械论文
新闻传播论文
音乐舞蹈论文
法学论文
文学论文
材料科学
英语论文
日语论文
化学论文
自动化
管理论文
艺术论文
会计论文
土木工程
电子通信
食品科学
教学论文
医学论文
体育论文
论文下载
研究现状
任务书
开题报告
外文文献翻译
文献综述
范文
基于ASP.NET的图书管理系统+流程图+ER图(23)
string readerReaderRoleId = "",
int? maximumRows = null,
int? startRowIndex = null ) 根据借阅号、用户名、性别、读者状态、借阅类型查询读者信息(可分页)
FindReadersCount (
string readerCode = "",
string readerName = "",
int? readerGender = null,
int? readerStatus = null,
string readerReaderRoleId = "" ) 根据借阅号、用户名、性别、读者状态、借阅类型查询符合条件的读者信息条数
FindReaderById (string readerId = "" ) 根据读者ID查找读者信息
FindReaderByCode (
string readerCode = "" ) 根据借阅号查询读者信息
FindReaderStatusByReaderCode (
string readerCode = "" ) 根据借阅号查询读者状态
FindReaderIdByReaderCode (
string readerCode = "" ) 根据借阅号查询读者ID
FindReaderRoles () 查询所有的借阅类型
ChangeReaderStatus (
string readerId = "",
string readerStatus = "" ) 根据读者ID变更读者状态
CreateLend (
string lendId = "",
string lendReaderId = "",
string lendBookId = "",
global::System.DateTime? lendLendDate = null,
global::System.DateTime? lendLastDate = null,
int? lendLateTimes = null ) 根据借阅ID、借阅读者ID、借阅图书ID、借阅时间、借阅终止日期、延期次数创建借阅信息
UpdateLend (
string lendId = "",
string lendReaderId = "",
string lendBookId = "",
global::System.DateTime? lendLendDate = null,
global::System.DateTime? lendLastDate = null,
int? lendLateTimes = null ) 根据借阅ID、借阅读者ID、借阅图书ID、借阅时间、借阅终止日期、延期次数更新借阅信息
DeleteLend (string lendId = "" ) 根据借阅ID删除借阅信息
FindLendsByReaderId (
string readerId = "" ) 根据读者ID查询读者的借阅信息
FindLendByLendId (string lendId = "" ) 根据借阅ID查询借阅信息
FindLendsByBookId (
string bookId = "",
int? maximumRows = null,
int? startRowIndex = null ) 根据图书ID查询图书的被借阅信息
FindLendsByBookIdCount (
string bookId = "" ) 根据图书ID查询图书的被借阅次数
FindReaderLendCount (
string lendReaderId = "" ) 根据借阅读者ID查询读者借阅图书数量
UpdateReaderStatusByReaderId (
string readerId = "",
int? readerStatus = null ) 根据读者ID更新读者借阅状态
DelayBook (
string lendId = "",
int? lendLateTimes = null,
global::System.DateTime? lendLastDate = null ) 根据借阅ID完成图书延期操作
FindLendsByReaderCode (
string readerCode = "" ) 根据借阅号查询读者借阅信息
FindLendCountGroupType (
global::System.DateTime? startDate = null,
global::System.DateTime? endDate = null )
根据起始查询日期与终止查询日期查询该时间范围内的暗图书类型分组统计的图书借阅次数
该类对所有用户信息进行基本操作的数据访问层方法如表5.5所示。
表 5.5 BYSJ.DataAccess.UserProvider
方法名(变量) 作用
ExistsUser (
string userName = "",
string userPassword = "" ) 根据用户名、密码查询用户是否存在
共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#学校科研管理系统的设计