.
This commit is contained in:
48
SubProject/FEQ0000/dsPurchase.Designer.cs
generated
48
SubProject/FEQ0000/dsPurchase.Designer.cs
generated
@@ -1150,11 +1150,11 @@ namespace FEQ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public int pumqty {
|
||||
get {
|
||||
try {
|
||||
return ((int)(this[this.tablePurchase.pumqtyColumn]));
|
||||
if (this.IspumqtyNull()) {
|
||||
return 0;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumqty\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((int)(this[this.tablePurchase.pumqtyColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1166,11 +1166,11 @@ namespace FEQ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public decimal pumprice {
|
||||
get {
|
||||
try {
|
||||
return ((decimal)(this[this.tablePurchase.pumpriceColumn]));
|
||||
if (this.IspumpriceNull()) {
|
||||
return 0m;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumprice\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((decimal)(this[this.tablePurchase.pumpriceColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1182,11 +1182,11 @@ namespace FEQ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public decimal pumamt {
|
||||
get {
|
||||
try {
|
||||
return ((decimal)(this[this.tablePurchase.pumamtColumn]));
|
||||
if (this.IspumamtNull()) {
|
||||
return 0m;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumamt\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((decimal)(this[this.tablePurchase.pumamtColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1214,11 +1214,11 @@ namespace FEQ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public int supplyidx {
|
||||
get {
|
||||
try {
|
||||
return ((int)(this[this.tablePurchase.supplyidxColumn]));
|
||||
if (this.IssupplyidxNull()) {
|
||||
return -1;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'supplyidx\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((int)(this[this.tablePurchase.supplyidxColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1246,11 +1246,11 @@ namespace FEQ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public int projectidx {
|
||||
get {
|
||||
try {
|
||||
return ((int)(this[this.tablePurchase.projectidxColumn]));
|
||||
if (this.IsprojectidxNull()) {
|
||||
return -1;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'projectidx\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((int)(this[this.tablePurchase.projectidxColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1380,11 +1380,11 @@ namespace FEQ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public int pumidx {
|
||||
get {
|
||||
try {
|
||||
return ((int)(this[this.tablePurchase.pumidxColumn]));
|
||||
if (this.IspumidxNull()) {
|
||||
return -1;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumidx\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((int)(this[this.tablePurchase.pumidxColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
|
||||
Reference in New Issue
Block a user