mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 20:38:16 +08:00
动态操作表结构相关的API
This commit is contained in:
@ -37,7 +37,7 @@ namespace FreeSql.Internal
|
||||
/// </summary>
|
||||
/// <param name="propertyName">属性名称</param>
|
||||
/// <param name="propertyType">属性类型</param>
|
||||
/// <param name="attributes">属性标记的特性[Column(IsPrimary = true)]</param>
|
||||
/// <param name="attributes">属性标记的特性-支持多个</param>
|
||||
/// <returns></returns>
|
||||
public DynamicCompileBuilder Property(string propertyName, Type propertyType, params Attribute [] attributes)
|
||||
{
|
||||
|
Reference in New Issue
Block a user