nr구매등록 기능 추가
This commit is contained in:
32
SubProject/FPJ0000/dsPRJ.Designer.cs
generated
32
SubProject/FPJ0000/dsPRJ.Designer.cs
generated
@@ -5552,11 +5552,11 @@ namespace FPJ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public int Project {
|
||||
get {
|
||||
try {
|
||||
return ((int)(this[this.tableProjectsPart.ProjectColumn]));
|
||||
if (this.IsProjectNull()) {
|
||||
return -1;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'ProjectsPart\' 테이블의 \'Project\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((int)(this[this.tableProjectsPart.ProjectColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -5568,11 +5568,11 @@ namespace FPJ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public int Item {
|
||||
get {
|
||||
try {
|
||||
return ((int)(this[this.tableProjectsPart.ItemColumn]));
|
||||
if (this.IsItemNull()) {
|
||||
return -1;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'ProjectsPart\' 테이블의 \'Item\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((int)(this[this.tableProjectsPart.ItemColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -5846,11 +5846,11 @@ namespace FPJ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public int ItemSupplyidx {
|
||||
get {
|
||||
try {
|
||||
return ((int)(this[this.tableProjectsPart.ItemSupplyidxColumn]));
|
||||
if (this.IsItemSupplyidxNull()) {
|
||||
return -1;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'ProjectsPart\' 테이블의 \'ItemSupplyidx\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((int)(this[this.tableProjectsPart.ItemSupplyidxColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -5894,11 +5894,11 @@ namespace FPJ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public bool import {
|
||||
get {
|
||||
try {
|
||||
return ((bool)(this[this.tableProjectsPart.importColumn]));
|
||||
if (this.IsimportNull()) {
|
||||
return false;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'ProjectsPart\' 테이블의 \'import\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((bool)(this[this.tableProjectsPart.importColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
|
||||
Reference in New Issue
Block a user