資源簡介
簡單的easyui跟數據庫的交互,包括登錄系統,查詢修改和刪除數據
代碼片段和文件信息
using?System;
using?System.Data;
using?System.Collections.Generic;
using?WikEasyUIDemo.Model;
namespace?WikEasyUIDemo.BLL
{
????///?
????///?User
????///?
????public?partial?class?User
????{
????????private?readonly?WikEasyUIDemo.DAL.User?dal?=?new?WikEasyUIDemo.DAL.User();
????????public?User()
????????{?}
????????#region??Method
????????///?
????????///?是否存在該記錄
????????///?
????????public?bool?Exists(int?ID)
????????{
????????????return?dal.Exists(ID);
????????}
????????///?
????????///?增加一條數據
????????///?
????????public?int?Add(WikEasyUIDemo.Model.User?model)
????????{
????????????return?dal.Add(model);
????????}
????????///?
????????///?更新一條數據
????????///?
????????public?bo
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-02-05?10:23??jQueryEasyUIExample\
?????目錄???????????0??2017-12-26?13:55??jQueryEasyUIExample\BLL\
?????目錄???????????0??2017-12-26?13:55??jQueryEasyUIExample\BLL\bin\
?????目錄???????????0??2017-12-26?13:55??jQueryEasyUIExample\BLL\bin\Debug\
?????文件????????6144??2017-10-20?11:39??jQueryEasyUIExample\BLL\bin\Debug\BLL.dll
?????文件???????15872??2017-10-20?11:39??jQueryEasyUIExample\BLL\bin\Debug\BLL.pdb
?????文件????????8704??2017-10-20?11:39??jQueryEasyUIExample\BLL\bin\Debug\DAL.dll
?????文件???????17920??2017-10-20?11:39??jQueryEasyUIExample\BLL\bin\Debug\DAL.pdb
?????文件???????15360??2017-10-20?11:39??jQueryEasyUIExample\BLL\bin\Debug\DBUtility.dll
?????文件???????44544??2017-10-20?11:39??jQueryEasyUIExample\BLL\bin\Debug\DBUtility.pdb
?????文件????????5120??2017-10-20?11:39??jQueryEasyUIExample\BLL\bin\Debug\Model.dll
?????文件???????15872??2017-10-20?11:39??jQueryEasyUIExample\BLL\bin\Debug\Model.pdb
?????文件????????2661??2012-06-21?11:01??jQueryEasyUIExample\BLL\BLL.csproj
?????目錄???????????0??2017-12-26?13:55??jQueryEasyUIExample\BLL\obj\
?????目錄???????????0??2017-12-26?13:55??jQueryEasyUIExample\BLL\obj\Debug\
?????文件????????3785??2017-10-20?11:39??jQueryEasyUIExample\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt
?????文件???????12166??2017-10-20?11:39??jQueryEasyUIExample\BLL\obj\Debug\BLL.csprojResolveAssemblyReference.cache
?????文件????????6144??2017-10-20?11:39??jQueryEasyUIExample\BLL\obj\Debug\BLL.dll
?????文件???????15872??2017-10-20?11:39??jQueryEasyUIExample\BLL\obj\Debug\BLL.pdb
?????文件????????5954??2018-02-05?10:25??jQueryEasyUIExample\BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????8771??2014-04-04?14:23??jQueryEasyUIExample\BLL\obj\Debug\ResolveAssemblyReference.cache
?????目錄???????????0??2014-04-04?14:14??jQueryEasyUIExample\BLL\obj\Debug\TempPE\
?????目錄???????????0??2017-12-26?13:55??jQueryEasyUIExample\BLL\Properties\
?????文件????????1348??2012-06-21?11:01??jQueryEasyUIExample\BLL\Properties\AssemblyInfo.cs
?????文件????????4091??2012-06-21?11:01??jQueryEasyUIExample\BLL\User.cs
?????目錄???????????0??2017-12-26?13:55??jQueryEasyUIExample\DAL\
?????目錄???????????0??2017-12-26?13:55??jQueryEasyUIExample\DAL\bin\
?????目錄???????????0??2017-12-26?13:55??jQueryEasyUIExample\DAL\bin\Debug\
?????文件????????8704??2017-10-20?11:39??jQueryEasyUIExample\DAL\bin\Debug\DAL.dll
?????文件???????17920??2017-10-20?11:39??jQueryEasyUIExample\DAL\bin\Debug\DAL.pdb
?????文件???????15360??2017-10-20?11:39??jQueryEasyUIExample\DAL\bin\Debug\DBUtility.dll
............此處省略457個文件信息
- 上一篇:C# 超市連鎖管理系統源碼(附數據庫)
- 下一篇:C#開源新聞發布系統
評論
共有 條評論