mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 10:42:52 +08:00
- DynamicEntity拆分独立nuget包
This commit is contained in:
parent
b290d8a2d3
commit
64c9d0bdee
@ -1301,17 +1301,4 @@ SELECT ");
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region DynamicEntity
|
||||
#if net40 || NETSTANDARD2_0
|
||||
#else
|
||||
/// <summary>
|
||||
/// 动态构建Class Type
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public static DynamicCompileBuilder DynamicEntity(this ICodeFirst codeFirst, string className, TableAttribute tableAttribute)
|
||||
{
|
||||
return new DynamicCompileBuilder(className, tableAttribute);
|
||||
}
|
||||
#endif
|
||||
#endregion
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user