Пример #1
0
 /// <summary>Default constructor.</summary>
 public SQLNETItem()
 {
     CacheKey = Guid.NewGuid().ToString();
     ParameterTables = new ListDictionary();
     ParameterTypes = new SharedCache<string, Type>();
     ParameterValues = new ListDictionary();
     ParallelItems = new SharedBucketList();
 }
Пример #2
0
 /// <summary>Default constructor.</summary>
 public SQLNETItem()
 {
     CacheKey        = Guid.NewGuid().ToString();
     ParameterTables = new ListDictionary();
     ParameterTypes  = new SharedCache <string, Type>();
     ParameterValues = new ListDictionary();
     ParallelItems   = new SharedBucketList();
 }