mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 补充 使用 IsIgnore 忽略后,表达式再使用时的友好错误提示;
This commit is contained in:
@ -18,7 +18,7 @@ namespace FreeSql
|
||||
{
|
||||
_ctx = ctx;
|
||||
_uow = ctx._uow;
|
||||
_fsql = ctx._fsql;
|
||||
_fsql = ctx.Orm;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user