mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-11-03 08:55:26 +08:00
动态操作表结构相关的API
This commit is contained in:
@@ -12,7 +12,7 @@ namespace FreeSql.Extensions
|
||||
public static class CodeFirstExtensions
|
||||
{
|
||||
/// <summary>
|
||||
/// 动态创建Class Type
|
||||
/// 动态构建Class Type
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public static DynamicCompileBuilder DynamicEntity(this ICodeFirst codeFirst, string className, TableAttribute tableAttribute)
|
||||
@@ -21,7 +21,7 @@ namespace FreeSql.Extensions
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 根据动态构建的Class生成实例并进行属性赋值
|
||||
/// 根据动态构建的Class Type生成实例并进行属性赋值
|
||||
/// </summary>
|
||||
/// <param name="type"></param>
|
||||
/// <param name="porpertys"></param>
|
||||
|
||||
Reference in New Issue
Block a user