mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 增加 FreeSql.DbContext OnModelCreating 虚方法,实现在 DbContext 使用 FluentApi;#4 - 移除 FreeSql.Extensions.EfCoreFluentApi,功能移至 FreeSql.DbContext;
This commit is contained in:
@ -3,7 +3,7 @@ using System;
|
||||
using System.Threading;
|
||||
|
||||
[ExpressionCall]
|
||||
public static class FreeSqlGlobalExpressionCall
|
||||
public static class FreeSqlGlobalExpressionCallExtensions
|
||||
{
|
||||
public static ThreadLocal<ExpressionCallContext> expContext = new ThreadLocal<ExpressionCallContext>();
|
||||
|
Reference in New Issue
Block a user