mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Synchronization code
This commit is contained in:
parent
6a0d43f7b1
commit
0319f97873
@ -482,6 +482,7 @@ namespace SqlSugar.Access
|
|||||||
info.DbColumnName = dr["COLUMN_NAME"] + "";
|
info.DbColumnName = dr["COLUMN_NAME"] + "";
|
||||||
info.IsNullable = Convert.ToBoolean(dr["IS_NULLABLE"]);
|
info.IsNullable = Convert.ToBoolean(dr["IS_NULLABLE"]);
|
||||||
info.DataType = dt.Columns[info.DbColumnName].DataType.Name;
|
info.DataType = dt.Columns[info.DbColumnName].DataType.Name;
|
||||||
|
info.ColumnDescription = dr["DESCRIPTION"] + "";
|
||||||
if (info.DataType.EqualCase( "int32"))
|
if (info.DataType.EqualCase( "int32"))
|
||||||
{
|
{
|
||||||
info.DataType = "int";
|
info.DataType = "int";
|
||||||
|
Loading…
Reference in New Issue
Block a user