mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-05 05:07:57 +08:00
-
This commit is contained in:
parent
728c352080
commit
610a690f39
@ -88,7 +88,6 @@ namespace SqlSugar
|
|||||||
return reval;
|
return reval;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static Int32? GetConvertInt32(this IDataRecord dr, int i)
|
public static Int32? GetConvertInt32(this IDataRecord dr, int i)
|
||||||
{
|
{
|
||||||
if (dr.IsDBNull(i))
|
if (dr.IsDBNull(i))
|
||||||
@ -151,6 +150,5 @@ namespace SqlSugar
|
|||||||
T t = (T)Enum.ToObject(typeof(T), value);
|
T t = (T)Enum.ToObject(typeof(T), value);
|
||||||
return t;
|
return t;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user