File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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 ( )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments