江户硝子真伪:请给我具体解释以下下面三个程序语句的意思!

来源:百度文库 编辑:杭州交通信息网 时间:2024/06/08 08:26:29
//将bookmaxbidget过程参数输出
cmbookmaxbidget.Parameters["@maxbid"].Direction=ParameterDirection.Output;
cmbookmaxbidget.ExecuteReader();
string maxbidstring=cmbookmaxbidget.Parameters["maxbid"].Value.ToString();

??什么程序的?