mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
commit
255c03ce5d
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
using System.Data.Common;
|
using System.Data.Common;
|
||||||
@ -128,6 +128,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
this.DbType = System.Data.DbType.Time;
|
this.DbType = System.Data.DbType.Time;
|
||||||
}
|
}
|
||||||
|
else if (type.Name=="Geometry")
|
||||||
|
{
|
||||||
|
this.DbType = System.Data.DbType.Object;
|
||||||
|
}
|
||||||
else if (type!=null&&type.IsEnum())
|
else if (type!=null&&type.IsEnum())
|
||||||
{
|
{
|
||||||
this.DbType = System.Data.DbType.Int64;
|
this.DbType = System.Data.DbType.Int64;
|
||||||
|
Loading…
Reference in New Issue
Block a user