장비관리를 별도의 프로젝트로 분리 -
개별 프로젝트 참조를 위한 뼈대 생성 - 공용은 fcommon 으로 이 관
This commit is contained in:
24
Project/dsEQ.Designer.cs
generated
24
Project/dsEQ.Designer.cs
generated
@@ -6002,11 +6002,11 @@ namespace Project {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public string Filter {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableEquipmentFilter.FilterColumn]));
|
||||
if (this.IsFilterNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'EquipmentFilter\' 테이블의 \'Filter\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((string)(this[this.tableEquipmentFilter.FilterColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6018,11 +6018,11 @@ namespace Project {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public string Apply {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableEquipmentFilter.ApplyColumn]));
|
||||
if (this.IsApplyNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'EquipmentFilter\' 테이블의 \'Apply\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((string)(this[this.tableEquipmentFilter.ApplyColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6034,11 +6034,11 @@ namespace Project {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
public string memo {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableEquipmentFilter.memoColumn]));
|
||||
if (this.IsmemoNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'EquipmentFilter\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((string)(this[this.tableEquipmentFilter.memoColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
|
||||
Reference in New Issue
Block a user