/// This thin DbParameterCollection subclass avoids adding a dependency to a specific DbParameterCollection implementation
Inheritance: System.Data.Common.DbParameterCollection
Example #1
0
 /// <summary>
 /// Create a new TestCommand 
 /// </summary>
 public TestCommand()
 {
     _dbParameters = new TestParameterCollection();
 }