C#中存储过程返回值的问题?
insert存储过程,然后挨个添加,最后不知道返回什么值?publicintInsertMouldInformation(stringOutput,stringNumbe...
insert存储过程,然后挨个添加,最后不知道返回什么值?
public int InsertMouldInformation(string Output, string Number, string Type,)
{
this.SetInsertCommand("Mould_insert", CommandType.StoredProcedure);
this.AddInParameter("V_Output", DbType.String, MouldNumber);
this.AddInParameter("V_Type", DbType.String, MouldType);
return返回什么值呢?
我 展开
public int InsertMouldInformation(string Output, string Number, string Type,)
{
this.SetInsertCommand("Mould_insert", CommandType.StoredProcedure);
this.AddInParameter("V_Output", DbType.String, MouldNumber);
this.AddInParameter("V_Type", DbType.String, MouldType);
return返回什么值呢?
我 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询