We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523a7ff commit 3cb53dfCopy full SHA for 3cb53df
FreeSql/FreeSqlBuilder.cs
@@ -194,7 +194,7 @@ public FreeSqlBuilder UseQuoteSqlName(bool value)
194
}
195
196
/// <summary>
197
- /// 指定映射优先级<para></para>
+ /// 指定映射优先级(从小到大)<para></para>
198
/// 例如表名:实体类名 < Aop < FluentApi < Attribute < AsTable<para></para>
199
/// 事件 Aop -------> fsql.Aop.ConfigEntity/fsql.Aop.ConfigEntityProperty<para></para>
200
/// 方法 FluentApi -> fsql.CodeFirst.ConfigEntity/fsql.CodeFirst.Entity<para></para>
0 commit comments