mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
update demo
This commit is contained in:
@ -20,6 +20,7 @@ namespace FreeSql.Tests.Issues
|
||||
RegisterPocoType(typeof(Customer)); //注删 POCO 类型
|
||||
fsql.Aop.ParseExpression += (_, e) =>
|
||||
{
|
||||
if (e.Expression.IsParameter() == false) return;
|
||||
//解析 POCO Jsonb a.Customer.Name
|
||||
if (e.Expression is MemberExpression memExp)
|
||||
{
|
||||
|
Reference in New Issue
Block a user