mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 04:53:45 +08:00
Update CodeFirst XML
This commit is contained in:
@@ -309,7 +309,7 @@ namespace SqlSugar
|
|||||||
column.ColumnDescription = sugarColumn.ColumnDescription;
|
column.ColumnDescription = sugarColumn.ColumnDescription;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (column.ColumnDescription.IsNullOrEmpty()) column.ColumnDescription = GetPropertyAnnotation(result.Type, column.DbColumnName);
|
if (column.ColumnDescription.IsNullOrEmpty()) column.ColumnDescription = GetPropertyAnnotation(result.Type, column.PropertyName);
|
||||||
if (this.Context.MappingColumns.HasValue())
|
if (this.Context.MappingColumns.HasValue())
|
||||||
{
|
{
|
||||||
var golbalMappingInfo = this.Context.MappingColumns.FirstOrDefault(it => it.EntityName.Equals(result.EntityName, StringComparison.CurrentCultureIgnoreCase) && it.PropertyName == column.PropertyName);
|
var golbalMappingInfo = this.Context.MappingColumns.FirstOrDefault(it => it.EntityName.Equals(result.EntityName, StringComparison.CurrentCultureIgnoreCase) && it.PropertyName == column.PropertyName);
|
||||||
|
Reference in New Issue
Block a user