コード例 #1
0
ファイル: DBExtend.cs プロジェクト: qaz734913414/CRL2
 /// <summary>
 /// 获取存储过程return的值
 /// </summary>
 /// <returns></returns>
 public int GetReturnValue()
 {
     return(helper.GetReturnValue());
 }