This commit is contained in:
sunkaixuan 2017-06-25 17:15:10 +08:00
parent 5c1bdbeb7f
commit 775977fcf8

View File

@ -228,7 +228,7 @@ namespace SqlSugar
}
else
{
this.Context.Ado.DbBind.GetDbTypeName(propertyType.Name);
result.DataType = this.Context.Ado.DbBind.GetDbTypeName(propertyType.Name);
}
return result;
}