コード例 #1
0
ファイル: Main.cs プロジェクト: rudi-bruchez/SQLTrismegiste
 internal void CacheExplorer()
 {
     _cacheExplorer = new CacheExplorer.PlanCache(ConnectionStringBuilder.ToString());
     PlanCache = _cacheExplorer.Explore(_infos.VersionMajor);
 }
コード例 #2
0
ファイル: Main.cs プロジェクト: vijaybandi/SQLTrismegiste
 internal void CacheExplorer()
 {
     _cacheExplorer = new CacheExplorer.PlanCache(ConnectionStringBuilder.ToString());
     PlanCache      = _cacheExplorer.Explore(_infos.VersionMajor);
 }