赞
踩
官方网站:https://www.donet5.com/Home/Doc
SqlSugar属于orm框架,但比EF更加轻量级,性能也更优越。
下面用示例演示相关用法
项目结构:
项目需要应用程序集:SqlSugarCore
BaseOperate类
using SqlSugar; using SqlSugarStart.DbModels; using System; using System.Collections.Generic; namespace SqlSugarStart { public static class BaseOperate { public static void test1() { try { SqlSugarClient sqlSugarClient = new SqlSugarClient(new ConnectionConfig { DbType = DbType.SqlServer,//要连接的数据库类型 ConnectionString = "server=.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。