为什么产后奶水不足:请给我具体解释以下下面三个程序语句的意思!

来源:百度文库 编辑:高校问答 时间:2024/05/16 07:26:36
//将bookmaxbidget过程参数输出
cmbookmaxbidget.Parameters["@maxbid"].Direction=ParameterDirection.Output;
cmbookmaxbidget.ExecuteReader();
string maxbidstring=cmbookmaxbidget.Parameters["maxbid"].Value.ToString();

??什么程序的?