추석전 변경사항
This commit is contained in:
80
SubProject/FCM0000/dsMSSQL.Designer.cs
generated
80
SubProject/FCM0000/dsMSSQL.Designer.cs
generated
@@ -1678,11 +1678,11 @@ namespace FCM0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public string name {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableItems.nameColumn]));
|
||||
if (this.IsnameNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Items\' 테이블의 \'name\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((string)(this[this.tableItems.nameColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1694,11 +1694,11 @@ namespace FCM0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public string sid {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableItems.sidColumn]));
|
||||
if (this.IssidNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Items\' 테이블의 \'sid\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((string)(this[this.tableItems.sidColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1710,11 +1710,11 @@ namespace FCM0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public string model {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableItems.modelColumn]));
|
||||
if (this.IsmodelNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Items\' 테이블의 \'model\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((string)(this[this.tableItems.modelColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1726,11 +1726,11 @@ namespace FCM0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public string manu {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableItems.manuColumn]));
|
||||
if (this.IsmanuNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Items\' 테이블의 \'manu\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((string)(this[this.tableItems.manuColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1742,11 +1742,11 @@ namespace FCM0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public string supply {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableItems.supplyColumn]));
|
||||
if (this.IssupplyNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Items\' 테이블의 \'supply\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((string)(this[this.tableItems.supplyColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1758,11 +1758,11 @@ namespace FCM0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public string memo {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableItems.memoColumn]));
|
||||
if (this.IsmemoNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Items\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((string)(this[this.tableItems.memoColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1812,11 +1812,11 @@ namespace FCM0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public string cate {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableItems.cateColumn]));
|
||||
if (this.IscateNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Items\' 테이블의 \'cate\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((string)(this[this.tableItems.cateColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -2014,11 +2014,11 @@ namespace FCM0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public int dr_qty {
|
||||
get {
|
||||
try {
|
||||
return ((int)(this[this.tableInventory.dr_qtyColumn]));
|
||||
if (this.Isdr_qtyNull()) {
|
||||
return 0;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Inventory\' 테이블의 \'dr_qty\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((int)(this[this.tableInventory.dr_qtyColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -2030,11 +2030,11 @@ namespace FCM0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public decimal dr_amt {
|
||||
get {
|
||||
try {
|
||||
return ((decimal)(this[this.tableInventory.dr_amtColumn]));
|
||||
if (this.Isdr_amtNull()) {
|
||||
return 0m;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Inventory\' 테이블의 \'dr_amt\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((decimal)(this[this.tableInventory.dr_amtColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -2046,11 +2046,11 @@ namespace FCM0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public int cr_qty {
|
||||
get {
|
||||
try {
|
||||
return ((int)(this[this.tableInventory.cr_qtyColumn]));
|
||||
if (this.Iscr_qtyNull()) {
|
||||
return 0;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Inventory\' 테이블의 \'cr_qty\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((int)(this[this.tableInventory.cr_qtyColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
|
||||
Reference in New Issue
Block a user