update

2881099
2022-06-01 09:31:27 +08:00
parent 5a8b5eef34
commit 39d2232ba5

@@ -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 prioritydefault 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, dont repeat creation |