mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-20 04:48:16 +08:00
- 修复 InsertDict SqlServer 下的问题;
This commit is contained in:
@ -622,7 +622,8 @@ namespace FreeSql.Internal.CommonProvider
|
||||
Attribute = new DataAnnotations.ColumnAttribute
|
||||
{
|
||||
Name = colName,
|
||||
MapType = colType
|
||||
MapType = colType,
|
||||
DbType = "", //for SqlServer: ncharDbTypes.Any(a => mapColumn.Attribute.DbType.Contains(a))
|
||||
},
|
||||
CsType = colType
|
||||
};
|
||||
|
Reference in New Issue
Block a user