存款访问数据库

时间:2015-04-21 20:35:12

标签: c# database

我正在为我编写此代码的Bank项目工作 但是,对于存款/提款交易,我收到的错误是"

Error   5   'ChattBank.DepWithDraw' does not contain a definition for 'balance' and no extension method 'balance' accepting a first argument of type 'ChattBank.DepWithDraw' 
Error   3   Use of unassigned local variable 'depAmount'

1 个答案:

答案 0 :(得分:1)

您尚未将变量balance定义为字段。在将任何内容存储到其中之前,您还尝试使用depAmount