资源简介
access 数据库
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
using Model;
using IBatisNet.DataMapper;
using IBatisNet.DataMapper.Configuration;
namespace DAL
{
public class DBAccess
{
public static ISqlMapper sqlMap;
private string fileName = “sqlMap.Config“;
public DBAccess()
{
DomSqlMapBuilder builder = new DomSqlMapBuilder();
sqlMap = builder.Configure(fileName);
}
public IList GetAllPerson()
{
return Mapper.Instance().QueryForList(“SelectAllPerson“ null);
}
public IList GetAllPersonByEntity()
{
return sqlMap.QueryForList(“SelectAllPerson“ null);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2010-06-11 22:32 DAL\
目录 0 2010-06-11 22:32 DAL\bin\
目录 0 2010-06-11 22:32 DAL\bin\Debug\
文件 4608 2010-06-11 19:51 DAL\bin\Debug\DAL.dll
文件 11776 2010-06-11 19:51 DAL\bin\Debug\DAL.pdb
文件 102400 2008-11-01 12:04 DAL\bin\Debug\IBatisNet.Common.dll
文件 57344 2008-11-01 12:04 DAL\bin\Debug\IBatisNet.DataAccess.dll
文件 266240 2008-11-01 12:04 DAL\bin\Debug\IBatisNet.DataMapper.dll
文件 4608 2010-06-11 18:48 DAL\bin\Debug\Model.dll
文件 7680 2010-06-11 18:47 DAL\bin\Debug\Model.pdb
文件 102400 2008-11-01 12:04 DAL\bin\IBatisNet.Common.dll
文件 57344 2008-11-01 12:04 DAL\bin\IBatisNet.DataAccess.dll
文件 266240 2008-11-01 12:04 DAL\bin\IBatisNet.DataMapper.dll
文件 3098 2010-06-11 19:15 DAL\DAL.csproj
文件 807 2010-06-11 20:01 DAL\DBAccess.cs
目录 0 2010-06-11 22:32 DAL\obj\
目录 0 2010-06-11 22:32 DAL\obj\Debug\
文件 1598 2010-06-11 19:57 DAL\obj\Debug\DAL.csproj.FileListAbsolute.txt
文件 4608 2010-06-11 19:51 DAL\obj\Debug\DAL.dll
文件 11776 2010-06-11 19:51 DAL\obj\Debug\DAL.pdb
目录 0 2010-06-11 19:00 DAL\obj\Debug\Refactor\
文件 20229 2010-06-11 19:57 DAL\obj\Debug\ResolveAssemblyReference.cache
目录 0 2010-06-11 18:59 DAL\obj\Debug\TempPE\
目录 0 2010-06-11 22:32 DAL\Properties\
文件 1338 2010-06-11 18:59 DAL\Properties\AssemblyInfo.cs
目录 0 2010-06-11 22:32 Model\
目录 0 2010-06-11 22:32 Model\bin\
目录 0 2010-06-11 22:32 Model\bin\Debug\
文件 4608 2010-06-11 18:48 Model\bin\Debug\Model.dll
文件 7680 2010-06-11 18:47 Model\bin\Debug\Model.pdb
文件 2107 2010-06-11 18:47 Model\Model.csproj
............此处省略44个文件信息
相关资源
- C# 显示磁盘目录信息
- 解析
- 即系
- IconPanel ToolTip
- CSDN small
- 生成8位密码程序
- .net 2.0 List 去重 类似 distinct()函数
- c# 简单的借书/还书
- DCOM授权
- sina授权登录
- 计算你人生 剩余几个月
- 经纬度在范围内外判断
- VS批注批量修改CommentHelper
- 远控系列软件2(远控服务器端)
- 生成星号金字塔
- 控制动物的奔跑与停止
- UART_veryhuo.com
- mysql生成随机码
- C# 简易计算器源码
- c# 取消 Alt+F4(关闭窗口)源码
- C# 石头剪刀布入门级控制台源码
- C# 仿记事本(可用作备注/书签)
- C#(switch/if)入门级
- 将Excel数据分解到多个文本文件
- 将文本文件数据分解到Excel中的不同数
- 为一个Excel文件创建多个工作表
- 将数据利用Excel生成图表
- 将多个Excel文件进行自动汇总
- 自动用递增变化的数据填充Excel
- 读取多个Word文档文件到Excel同一数据
评论
共有 条评论