谋取不正当利益解释:请给我具体解释以下下面三个程序语句的意思!

来源:百度文库 编辑:中科新闻网 时间:2024/07/07 11:34:33
//将bookmaxbidget过程参数输出
cmbookmaxbidget.Parameters["@maxbid"].Direction=ParameterDirection.Output;
cmbookmaxbidget.ExecuteReader();
string maxbidstring=cmbookmaxbidget.Parameters["maxbid"].Value.ToString();

??什么程序的?