爲什麼我的代碼無法更新?代碼不更新
CODE:
//Create a new Insurance
Insurance oInsurance = new Insurance();
oInsurance.Active = true;
oInsurance.Address1 = txtAddress.Text;
oInsurance.Address2 = txtAddress.Text;
oInsurance.Name = txtName.Text;
oInsurance.City = txtCity.Text;
oInsurance.BillingProviderAddress = txtNameSubmit.Text;
我懷疑任何人都可以開始回答在沒有至少知道問題是什麼,錯誤,崩潰或... – Jaapjan 2011-04-14 08:58:10
更新意義上,你將在哪裏更新。 – 2011-04-14 08:58:35
請顯示oHCSInsurance.UpdateInsurance(oInsurance)的定義; – Nighil 2011-04-14 09:05:33