Example #1
0
 public void AddOutParameter(string parameterName, DbType dbType)
 {
     DbCommandHelper.AddOutParameter(this.command, parameterName, dbType);
 }