..
This commit is contained in:
8
SubProject/FEQ0000/dsPurchase.Designer.cs
generated
8
SubProject/FEQ0000/dsPurchase.Designer.cs
generated
@@ -1821,11 +1821,11 @@ namespace FEQ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public decimal pumpriceD {
|
||||
get {
|
||||
try {
|
||||
return ((decimal)(this[this.tablePurchase.pumpriceDColumn]));
|
||||
if (this.IspumpriceDNull()) {
|
||||
return 0m;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumpriceD\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((decimal)(this[this.tablePurchase.pumpriceDColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
|
||||
Reference in New Issue
Block a user