mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update Access DbFirst
This commit is contained in:
parent
df3a928db2
commit
6a0d43f7b1
@ -482,6 +482,7 @@ namespace SqlSugar.Access
|
||||
info.DbColumnName = dr["COLUMN_NAME"] + "";
|
||||
info.IsNullable = Convert.ToBoolean(dr["IS_NULLABLE"]);
|
||||
info.DataType = dt.Columns[info.DbColumnName].DataType.Name;
|
||||
info.ColumnDescription = dr["DESCRIPTION"] + "";
|
||||
if (info.DataType.EqualCase( "int32"))
|
||||
{
|
||||
info.DataType = "int";
|
||||
|
Loading…
Reference in New Issue
Block a user