mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-01 00:05:28 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -260,6 +260,9 @@ namespace FreeSql.Tests { | ||||
|  | ||||
| 		[Fact] | ||||
| 		public void Test1() { | ||||
|  | ||||
| 			var ttdkdk = g.mysql.Select<NewsArticle>().Where<TaskBuild>(a => a.NamespaceName == "ddd").ToSql(); | ||||
|  | ||||
| 			var tsqlddd = g.sqlite.Select<NewsArticle>().Where(a => | ||||
| 				g.sqlite.Select<TaskBuild>().Where(b => b.NamespaceName == a.ArticleTitle) | ||||
| 				.Where("@id=1", new { id = 1 }).Any() | ||||
|   | ||||
| @@ -36,6 +36,7 @@ FreeSql 是一个功能强大的 .NETStandard 库,用于对象关系映射程 | ||||
| - FreeSql.Repository 也是扩展包,提供仓储+工作单元用法; | ||||
| - FreeSql.Connection.Extensions 也是扩展包,提供像 Dapper 一样的用法; | ||||
| - [FreeSql.Tools 生成器](https://github.com/2881099/FreeSql.Tools),基于 razor 模板的生成器; | ||||
| - [ABP 使用 FreeSql ORM](https://github.com/gnsilence/JPGZService),测试中...; | ||||
|  | ||||
| # Providers | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 28810
					28810