mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-07 00:40:55 +08:00
update
@@ -163,6 +163,7 @@ fsql.Delete<Blog>()
|
||||
| UseGenerateCommandParameterWithLambda | this | For lambda expression analysis, generate command parameterized execution |
|
||||
| UseLazyLoading | this | Turn on the lazy loading function, |
|
||||
| UseMonitorCommand | this | Monitor before and after global SQL execution. |
|
||||
| UseMappingPriority | this | Specify mapping priority(default Aop < FluentApi < Attribute) |
|
||||
| UseNameConvert | this | Automatic name conversion Entity -\> Db |
|
||||
| UseExitAutoDisposePool | this | Listen to the AppDomain.CurrentDomain.ProcessExit/Console.CancelKeyPress event to automatically release the connection pool (default true)|
|
||||
| Build\<T\> | IFreeSql\<T\> | Create an IFreeSql object. Note: Singleton design, don’t repeat creation |
|
||||
|
||||
Reference in New Issue
Block a user