Esempio n. 1
0
 /// <summary>
 /// 获取存储过程return的值
 /// </summary>
 /// <returns></returns>
 public int GetReturnValue()
 {
     return(__DbHelper.GetReturnValue());
 }