Exemplo n.º 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();
 }
Exemplo n.º 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();
 }