From 4ea9da1aed7db0fd6962ab661f09f1d53aeb6a00 Mon Sep 17 00:00:00 2001 From: chi Date: Wed, 4 Jun 2025 10:01:11 +0900 Subject: [PATCH] .. --- Project/dsMSSQL.Designer.cs | 136 ++++++++++++++++++------------------ Project/dsMSSQL.xsd | 36 +++++----- Project/dsMSSQL.xss | 44 ++++++------ 3 files changed, 108 insertions(+), 108 deletions(-) diff --git a/Project/dsMSSQL.Designer.cs b/Project/dsMSSQL.Designer.cs index 5263476..87286a3 100644 --- a/Project/dsMSSQL.Designer.cs +++ b/Project/dsMSSQL.Designer.cs @@ -16216,11 +16216,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string pdate { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.pdateColumn])); + if (this.IspdateNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.pdateColumn])); } } set { @@ -16232,11 +16232,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string edate { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.edateColumn])); + if (this.IsedateNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'edate\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.edateColumn])); } } set { @@ -16264,11 +16264,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string projectName { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.projectNameColumn])); + if (this.IsprojectNameNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'projectName\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.projectNameColumn])); } } set { @@ -16280,11 +16280,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string uid { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.uidColumn])); + if (this.IsuidNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'uid\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.uidColumn])); } } set { @@ -16296,11 +16296,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string requestpart { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.requestpartColumn])); + if (this.IsrequestpartNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'requestpart\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.requestpartColumn])); } } set { @@ -16312,11 +16312,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string package { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.packageColumn])); + if (this.IspackageNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'package\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.packageColumn])); } } set { @@ -16328,11 +16328,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string status { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.statusColumn])); + if (this.IsstatusNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'status\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.statusColumn])); } } set { @@ -16344,11 +16344,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string type { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.typeColumn])); + if (this.IstypeNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'type\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.typeColumn])); } } set { @@ -16360,11 +16360,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string process { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.processColumn])); + if (this.IsprocessNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'process\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.processColumn])); } } set { @@ -16376,11 +16376,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string description { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.descriptionColumn])); + if (this.IsdescriptionNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'description\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.descriptionColumn])); } } set { @@ -16392,11 +16392,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string remark { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.remarkColumn])); + if (this.IsremarkNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'remark\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.remarkColumn])); } } set { @@ -16440,11 +16440,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool import { get { - try { - return ((bool)(this[this.tableEETGW_JobReport_AutoInput.importColumn])); + if (this.IsimportNull()) { + return false; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'import\' 열의 값이 DBNull입니다.", e); + else { + return ((bool)(this[this.tableEETGW_JobReport_AutoInput.importColumn])); } } set { @@ -16478,11 +16478,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string description2 { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.description2Column])); + if (this.Isdescription2Null()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'description2\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.description2Column])); } } set { @@ -16494,11 +16494,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string tag { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.tagColumn])); + if (this.IstagNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'tag\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.tagColumn])); } } set { @@ -16510,11 +16510,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string autoinput { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.autoinputColumn])); + if (this.IsautoinputNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'autoinput\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.autoinputColumn])); } } set { @@ -16526,11 +16526,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool enable { get { - try { - return ((bool)(this[this.tableEETGW_JobReport_AutoInput.enableColumn])); + if (this.IsenableNull()) { + return false; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'enable\' 열의 값이 DBNull입니다.", e); + else { + return ((bool)(this[this.tableEETGW_JobReport_AutoInput.enableColumn])); } } set { @@ -16542,11 +16542,11 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string jobgrp { get { - try { - return ((string)(this[this.tableEETGW_JobReport_AutoInput.jobgrpColumn])); + if (this.IsjobgrpNull()) { + return string.Empty; } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'jobgrp\' 열의 값이 DBNull입니다.", e); + else { + return ((string)(this[this.tableEETGW_JobReport_AutoInput.jobgrpColumn])); } } set { diff --git a/Project/dsMSSQL.xsd b/Project/dsMSSQL.xsd index 4a3e14e..e2f1f48 100644 --- a/Project/dsMSSQL.xsd +++ b/Project/dsMSSQL.xsd @@ -3871,21 +3871,21 @@ WHERE (idx = @idx) - + - + - + @@ -3893,63 +3893,63 @@ WHERE (idx = @idx) - + - + - + - + - + - + - + - + - + @@ -3958,7 +3958,7 @@ WHERE (idx = @idx) - + @@ -3967,29 +3967,29 @@ WHERE (idx = @idx) - + - + - + - - + + diff --git a/Project/dsMSSQL.xss b/Project/dsMSSQL.xss index cf32a30..be5a831 100644 --- a/Project/dsMSSQL.xss +++ b/Project/dsMSSQL.xss @@ -4,29 +4,29 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file