Example #1
0
 public object ReturnValue(string parameterName)
 {
     return(DbCommandHelper.ReturnValue(this.command.Parameters[parameterName]));
 }