From 39d2232ba5f8d7be3b185c55a253b4b7843fa224 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@qq.com> Date: Wed, 1 Jun 2022 09:31:27 +0800 Subject: [PATCH] update --- Getting-Started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Getting-Started.md b/Getting-Started.md index d889437..3fca286 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -163,6 +163,7 @@ fsql.Delete() | 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\ | IFreeSql\ | Create an IFreeSql object. Note: Singleton design, don’t repeat creation |