資源簡介
winfrom 程序開發
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Data;
namespace?Bal
{
????public?class?tb_Bargain
????{
????????Dal.tb_Bargain?bargainDal?=?new?Dal.tb_Bargain();
????????public?int?Add(Model.tb_Bargain?model)
????????{
????????????return?bargainDal.Add(model);
????????}
????????public?int?Update(Model.tb_Bargain?model)
????????{
????????????return?bargainDal.Update(model);
????????}
????????public?int?DeleteByID(int?ID)
????????{
????????????return?bargainDal.Delete(ID);
????????}
????????public?int?DeleteWhere(string?strwhere)
????????{
????????????return?bargainDal.DeleteList(strwhere);
????????}
????????public?DataTable?GetTable(string?strwhere)
????????{
????????????return?bargainDal.GetList(strwhere);
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????98816??2012-07-06?16:39??1.doc
?????文件????????3447??2015-12-22?18:12??51Aspx源碼必讀.txt
?????目錄???????????0??2015-12-22?17:37??Bal\
?????文件????????5642??2015-12-22?17:37??Bal\Bal.csproj
?????文件?????????452??2015-12-22?17:37??Bal\Bal.csproj.user
?????目錄???????????0??2015-12-22?17:35??Bal\Properties\
?????文件????????1356??2012-06-14?14:37??Bal\Properties\AssemblyInfo.cs
?????目錄???????????0??2015-12-22?17:37??Bal\bin\
?????目錄???????????0??2015-12-22?17:42??Bal\bin\Debug\
?????文件???????18432??2015-12-22?17:42??Bal\bin\Debug\Bal.dll
?????文件??????165376??2015-12-22?17:42??Bal\bin\Debug\Bal.pdb
?????文件??????169472??2015-12-22?17:42??Bal\bin\Debug\Dal.dll
?????文件??????267776??2015-12-22?17:42??Bal\bin\Debug\Dal.pdb
?????文件???????55808??2015-12-22?17:42??Bal\bin\Debug\Model.dll
?????文件??????386560??2015-12-22?17:42??Bal\bin\Debug\Model.pdb
?????目錄???????????0??2015-12-22?18:12??Bal\bin\Release\
?????目錄???????????0??2015-12-22?17:35??Bal\obj\
?????目錄???????????0??2015-12-22?17:42??Bal\obj\Debug\
?????文件????????7642??2015-12-22?17:42??Bal\obj\Debug\Bal.csproj.FileListAbsolute.txt
?????文件????????7817??2015-12-22?17:42??Bal\obj\Debug\Bal.csprojResolveAssemblyReference.cache
?????文件???????18432??2015-12-22?17:42??Bal\obj\Debug\Bal.dll
?????文件??????165376??2015-12-22?17:42??Bal\obj\Debug\Bal.pdb
?????文件????????6078??2015-12-22?17:42??Bal\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2015-12-22?17:35??Bal\obj\Debug\Refactor\
?????文件????????9728??2012-08-29?20:56??Bal\obj\Debug\Refactor\Bal.dll
?????文件????????9461??2012-08-30?20:45??Bal\obj\Debug\ResolveAssemblyReference.cache
?????目錄???????????0??2015-12-22?18:12??Bal\obj\Debug\TempPE\
?????文件?????????953??2012-07-20?16:00??Bal\tb_Bargain.cs
?????文件????????1117??2012-08-16?22:28??Bal\tb_CashDeposit.cs
?????文件????????1109??2012-08-16?21:25??Bal\tb_CashExpend.cs
?????文件????????1081??2012-08-16?22:19??Bal\tb_CashRecord.cs
............此處省略356個文件信息
- 上一篇:C# socket 完整聊天
- 下一篇:POST模擬登錄源碼
評論
共有 條評論