mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Optimized code
This commit is contained in:
@@ -9,7 +9,7 @@ namespace SqlSugar
|
|||||||
|
|
||||||
public class InstanceFactory
|
public class InstanceFactory
|
||||||
{
|
{
|
||||||
static Assembly assembly = Assembly.Load(UtilConstants.AssemblyName);
|
static Assembly assembly = Assembly.GetExecutingAssembly();
|
||||||
static Dictionary<string, Type> typeCache = new Dictionary<string, Type>();
|
static Dictionary<string, Type> typeCache = new Dictionary<string, Type>();
|
||||||
public static bool NoCache = false;
|
public static bool NoCache = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user