mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-26 05:32:53 +08:00
Performance optimization
This commit is contained in:
@@ -27,10 +27,6 @@ namespace SqlSugar
|
||||
|
||||
public static bool? GetConvertBoolean(this IDataRecord dr, int i)
|
||||
{
|
||||
if (dr.IsDBNull(i))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
var reval = dr.GetBoolean(i);
|
||||
return reval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user