Skip to content

Commit 0c575c7

Browse files
2881028810
authored andcommitted
update
1 parent 93bbcae commit 0c575c7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

FreeSql.Tests/UnitTest1.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ public class TaskBuild {
260260

261261
[Fact]
262262
public void Test1() {
263+
264+
var ttdkdk = g.mysql.Select<NewsArticle>().Where<TaskBuild>(a => a.NamespaceName == "ddd").ToSql();
265+
263266
var tsqlddd = g.sqlite.Select<NewsArticle>().Where(a =>
264267
g.sqlite.Select<TaskBuild>().Where(b => b.NamespaceName == a.ArticleTitle)
265268
.Where("@id=1", new { id = 1 }).Any()

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ FreeSql 是一个功能强大的 .NETStandard 库,用于对象关系映射程
3636
- FreeSql.Repository 也是扩展包,提供仓储+工作单元用法;
3737
- FreeSql.Connection.Extensions 也是扩展包,提供像 Dapper 一样的用法;
3838
- [FreeSql.Tools 生成器](https://github.com/2881099/FreeSql.Tools),基于 razor 模板的生成器;
39+
- [ABP 使用 FreeSql ORM](https://github.com/gnsilence/JPGZService),测试中...;
3940

4041
# Providers
4142

0 commit comments

Comments
 (0)