コード例 #1
0
ファイル: ContextMethods.cs プロジェクト: tobaba/SqlSugar
 public void RemoveCacheAll()
 {
     ReflectionInoHelper.RemoveAllCache();
     InstanceFactory.RemoveCache();
 }