CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程

文件名称:wangwei123-easy4net-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-01-07
  • 文件大小:
    716.85kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

easy4net是一个轻量级orm框架,灵活在于可以自己编写复杂的SQL语句查询,简单在于几分钟内便能上手使用,并支持mysql, mssql, oracle, access数据库. -Easy4net is a lightweight ORM framework, flexible that can write a SQL statement complex queries, simple is a few minutes to get started, and supports mysql, MSSQL, Oracle, access .
(系统自动生成,下载前可以参看下载内容)

下载文件列表

easy4net/
easy4net/.gitignore
easy4net/DataBase/
easy4net/DataBase/createDatabase.sql
easy4net/DataBase/createTable.sql
easy4net/Easy4net/
easy4net/Easy4net/Common/
easy4net/Easy4net/Common/ColumnInfo.cs
easy4net/Easy4net/Common/CommonUtils.cs
easy4net/Easy4net/Common/DbCondition.cs
easy4net/Easy4net/Common/DbEntityUtils.cs
easy4net/Easy4net/Common/DbKeywords.cs
easy4net/Easy4net/Common/DynamicCalls.cs
easy4net/Easy4net/Common/EntityHelper.cs
easy4net/Easy4net/Common/Field.cs
easy4net/Easy4net/Common/IdInfo.cs
easy4net/Easy4net/Common/Map.cs
easy4net/Easy4net/Common/PageResult.cs
easy4net/Easy4net/Common/ParamMap.cs
easy4net/Easy4net/Common/ReflectionHelper.cs
easy4net/Easy4net/Common/ReflectionUtils.cs
easy4net/Easy4net/Common/SQLBuilderHelper.cs
easy4net/Easy4net/Common/TableInfo.cs
easy4net/Easy4net/Common/TypeUtils.cs
easy4net/Easy4net/Common/WhereExpression.cs
easy4net/Easy4net/CustomAttributes/
easy4net/Easy4net/CustomAttributes/ColumnAttribute.cs
easy4net/Easy4net/CustomAttributes/GenerationType.cs
easy4net/Easy4net/CustomAttributes/IdAttribute.cs
easy4net/Easy4net/CustomAttributes/TableAttribute.cs
easy4net/Easy4net/DBUtility/
easy4net/Easy4net/DBUtility/AdoHelper.cs
easy4net/Easy4net/DBUtility/DatabaseType.cs
easy4net/Easy4net/DBUtility/DbFactory.cs
easy4net/Easy4net/DBUtility/DbHelper.cs
easy4net/Easy4net/DBUtility/DbOperateType.cs
easy4net/Easy4net/DBUtility/DbTypeConvert.cs
easy4net/Easy4net/Easy4net.csproj
easy4net/Easy4net/Properties/
easy4net/Easy4net/Properties/AssemblyInfo.cs
easy4net/Easy4net/Session/
easy4net/Easy4net/Session/Session.cs
easy4net/Easy4net/Session/SessionFactory.cs
easy4net/Easy4net/Session/SessionThreadLocal.cs
easy4net/Easy4net/TransactionManager/
easy4net/Easy4net/TransactionManager/TransactionManager.cs
easy4net/Easy4net/obj/
easy4net/Easy4net/obj/Debug/
easy4net/Easy4net/obj/Debug/CSC4B2028D18CE44664AD4870584A72512.TMP
easy4net/Easy4net/obj/Debug/Orm.csproj.FileListAbsolute.txt
easy4net/Entiry/
easy4net/Entiry/Company.cs
easy4net/Entiry/Employee.cs
easy4net/Entiry/Entiry.csproj
easy4net/Entiry/Properties/
easy4net/Entiry/Properties/AssemblyInfo.cs
easy4net/Entiry/Student.cs
easy4net/Entiry/StudentForQuery.cs
easy4net/LICENSE
easy4net/OrmDemo.sln
easy4net/README.md
easy4net/WindowsDemo/
easy4net/WindowsDemo/AddCompanyForm.Designer.cs
easy4net/WindowsDemo/AddCompanyForm.cs
easy4net/WindowsDemo/AddCompanyForm.resx
easy4net/WindowsDemo/AddCompanyListForm.Designer.cs
easy4net/WindowsDemo/AddCompanyListForm.cs
easy4net/WindowsDemo/AddCompanyListForm.resx
easy4net/WindowsDemo/AddEmployeeForm.Designer.cs
easy4net/WindowsDemo/AddEmployeeForm.cs
easy4net/WindowsDemo/AddEmployeeForm.resx
easy4net/WindowsDemo/App.config
easy4net/WindowsDemo/MainForm.Designer.cs
easy4net/WindowsDemo/MainForm.cs
easy4net/WindowsDemo/MainForm.resx
easy4net/WindowsDemo/Program.cs
easy4net/WindowsDemo/Properties/
easy4net/WindowsDemo/Properties/AssemblyInfo.cs
easy4net/WindowsDemo/Properties/Resources.Designer.cs
easy4net/WindowsDemo/Properties/Resources.resx
easy4net/WindowsDemo/Properties/Settings.Designer.cs
easy4net/WindowsDemo/Properties/Settings.settings
easy4net/WindowsDemo/QueryCompanyForm.Designer.cs
easy4net/WindowsDemo/QueryCompanyForm.cs
easy4net/WindowsDemo/QueryCompanyForm.resx
easy4net/WindowsDemo/QueryEmployeeForm.Designer.cs
easy4net/WindowsDemo/QueryEmployeeForm.cs
easy4net/WindowsDemo/QueryEmployeeForm.resx
easy4net/WindowsDemo/WindowsDemo.csproj
easy4net/WindowsDemo/bin/
easy4net/WindowsDemo/bin/Debug/
easy4net/WindowsDemo/bin/Debug/WindowsDemo.exe.config
easy4net/WindowsDemo/bin/Debug/WindowsDemo.vshost.exe.config
easy4net/WindowsDemo/bin/Debug/WindowsDemo.vshost.exe.manifest
easy4net/WindowsDemo/bin/Debug/test.mdb
easy4net/WindowsDemo/obj/
easy4net/WindowsDemo/obj/x86/
easy4net/WindowsDemo/obj/x86/Debug/
easy4net/WindowsDemo/obj/x86/Debug/WindowsDemo.AddCompanyForm.resources
easy4net/WindowsDemo/obj/x86/Debug/WindowsDemo.AddCompanyListForm.resources
easy4net/WindowsDemo/obj/x86/Debug/WindowsDemo.AddEmployeeForm.resources
easy4net/WindowsDemo/obj/x86/Debug/WindowsDemo.MainForm.resources
easy4net/WindowsDemo/obj/x86/Debug/WindowsDemo.Properties.Resources.resources
easy4net/WindowsDemo/obj/x86/Debug/WindowsDemo.QueryCompanyForm.resources
easy4net/WindowsDemo/obj/x86/Debug/WindowsDemo.QueryEmployeeForm.resources
easy4net/WindowsDemo/test.mdb
easy4net/dll/
easy4net/dll/System.Data.SQLite.zip
easy4net/dll/mysql.data.zip
easy4net/test.sqlite
easy4net/使用须知.txt
easy4net/数据库脚本/
easy4net/数据库脚本/Access/
easy4net/数据库脚本/Access/tj.mdb
easy4net/数据库脚本/MySQL/
easy4net/数据库脚本/MySQL/test_db.sql
easy4net/数据库脚本/SqlServer/
easy4net/数据库脚本/SqlServer/company.sql
easy4net/数据库脚本/SqlServer/employee.sql

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com