- DynamicEntity拆分独立nuget包

This commit is contained in:
d4ilys 2023-05-05 10:52:52 +08:00
parent b290d8a2d3
commit 64c9d0bdee

View File

@ -1301,17 +1301,4 @@ SELECT ");
} }
#endregion #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
} }