...
This commit is contained in:
576
SubProject/FPJ0000/dsPRJ.Designer.cs
generated
576
SubProject/FPJ0000/dsPRJ.Designer.cs
generated
@@ -1003,6 +1003,24 @@ namespace FPJ0000 {
|
||||
|
||||
private global::System.Data.DataColumn columnfinishrate;
|
||||
|
||||
private global::System.Data.DataColumn columndesignid;
|
||||
|
||||
private global::System.Data.DataColumn columnassemblyid;
|
||||
|
||||
private global::System.Data.DataColumn columnepanelid;
|
||||
|
||||
private global::System.Data.DataColumn columnsoftwareid;
|
||||
|
||||
private global::System.Data.DataColumn columnname_champion;
|
||||
|
||||
private global::System.Data.DataColumn columnname_design;
|
||||
|
||||
private global::System.Data.DataColumn columnname_assembly;
|
||||
|
||||
private global::System.Data.DataColumn columnname_epanel;
|
||||
|
||||
private global::System.Data.DataColumn columnname_software;
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public ProjectsDataTable() :
|
||||
@@ -1509,6 +1527,78 @@ namespace FPJ0000 {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public global::System.Data.DataColumn designidColumn {
|
||||
get {
|
||||
return this.columndesignid;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public global::System.Data.DataColumn assemblyidColumn {
|
||||
get {
|
||||
return this.columnassemblyid;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public global::System.Data.DataColumn epanelidColumn {
|
||||
get {
|
||||
return this.columnepanelid;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public global::System.Data.DataColumn softwareidColumn {
|
||||
get {
|
||||
return this.columnsoftwareid;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public global::System.Data.DataColumn name_championColumn {
|
||||
get {
|
||||
return this.columnname_champion;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public global::System.Data.DataColumn name_designColumn {
|
||||
get {
|
||||
return this.columnname_design;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public global::System.Data.DataColumn name_assemblyColumn {
|
||||
get {
|
||||
return this.columnname_assembly;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public global::System.Data.DataColumn name_epanelColumn {
|
||||
get {
|
||||
return this.columnname_epanel;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public global::System.Data.DataColumn name_softwareColumn {
|
||||
get {
|
||||
return this.columnname_software;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
[global::System.ComponentModel.Browsable(false)]
|
||||
@@ -1603,7 +1693,16 @@ namespace FPJ0000 {
|
||||
string qdate,
|
||||
string cdate,
|
||||
string championid,
|
||||
int finishrate) {
|
||||
int finishrate,
|
||||
string designid,
|
||||
string assemblyid,
|
||||
string epanelid,
|
||||
string softwareid,
|
||||
string name_champion,
|
||||
string name_design,
|
||||
string name_assembly,
|
||||
string name_epanel,
|
||||
string name_software) {
|
||||
ProjectsRow rowProjectsRow = ((ProjectsRow)(this.NewRow()));
|
||||
object[] columnValuesArray = new object[] {
|
||||
null,
|
||||
@@ -1663,7 +1762,16 @@ namespace FPJ0000 {
|
||||
qdate,
|
||||
cdate,
|
||||
championid,
|
||||
finishrate};
|
||||
finishrate,
|
||||
designid,
|
||||
assemblyid,
|
||||
epanelid,
|
||||
softwareid,
|
||||
name_champion,
|
||||
name_design,
|
||||
name_assembly,
|
||||
name_epanel,
|
||||
name_software};
|
||||
rowProjectsRow.ItemArray = columnValuesArray;
|
||||
this.Rows.Add(rowProjectsRow);
|
||||
return rowProjectsRow;
|
||||
@@ -1727,7 +1835,16 @@ namespace FPJ0000 {
|
||||
string qdate,
|
||||
string cdate,
|
||||
string championid,
|
||||
int finishrate) {
|
||||
int finishrate,
|
||||
string designid,
|
||||
string assemblyid,
|
||||
string epanelid,
|
||||
string softwareid,
|
||||
string name_champion,
|
||||
string name_design,
|
||||
string name_assembly,
|
||||
string name_epanel,
|
||||
string name_software) {
|
||||
ProjectsRow rowProjectsRow = ((ProjectsRow)(this.NewRow()));
|
||||
object[] columnValuesArray = new object[] {
|
||||
null,
|
||||
@@ -1787,7 +1904,16 @@ namespace FPJ0000 {
|
||||
qdate,
|
||||
cdate,
|
||||
championid,
|
||||
finishrate};
|
||||
finishrate,
|
||||
designid,
|
||||
assemblyid,
|
||||
epanelid,
|
||||
softwareid,
|
||||
name_champion,
|
||||
name_design,
|
||||
name_assembly,
|
||||
name_epanel,
|
||||
name_software};
|
||||
rowProjectsRow.ItemArray = columnValuesArray;
|
||||
this.Rows.Add(rowProjectsRow);
|
||||
return rowProjectsRow;
|
||||
@@ -1875,6 +2001,15 @@ namespace FPJ0000 {
|
||||
this.columncdate = base.Columns["cdate"];
|
||||
this.columnchampionid = base.Columns["championid"];
|
||||
this.columnfinishrate = base.Columns["finishrate"];
|
||||
this.columndesignid = base.Columns["designid"];
|
||||
this.columnassemblyid = base.Columns["assemblyid"];
|
||||
this.columnepanelid = base.Columns["epanelid"];
|
||||
this.columnsoftwareid = base.Columns["softwareid"];
|
||||
this.columnname_champion = base.Columns["name_champion"];
|
||||
this.columnname_design = base.Columns["name_design"];
|
||||
this.columnname_assembly = base.Columns["name_assembly"];
|
||||
this.columnname_epanel = base.Columns["name_epanel"];
|
||||
this.columnname_software = base.Columns["name_software"];
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
@@ -1996,6 +2131,24 @@ namespace FPJ0000 {
|
||||
base.Columns.Add(this.columnchampionid);
|
||||
this.columnfinishrate = new global::System.Data.DataColumn("finishrate", typeof(int), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnfinishrate);
|
||||
this.columndesignid = new global::System.Data.DataColumn("designid", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columndesignid);
|
||||
this.columnassemblyid = new global::System.Data.DataColumn("assemblyid", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnassemblyid);
|
||||
this.columnepanelid = new global::System.Data.DataColumn("epanelid", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnepanelid);
|
||||
this.columnsoftwareid = new global::System.Data.DataColumn("softwareid", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnsoftwareid);
|
||||
this.columnname_champion = new global::System.Data.DataColumn("name_champion", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnname_champion);
|
||||
this.columnname_design = new global::System.Data.DataColumn("name_design", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnname_design);
|
||||
this.columnname_assembly = new global::System.Data.DataColumn("name_assembly", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnname_assembly);
|
||||
this.columnname_epanel = new global::System.Data.DataColumn("name_epanel", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnname_epanel);
|
||||
this.columnname_software = new global::System.Data.DataColumn("name_software", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnname_software);
|
||||
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
||||
this.columnidx}, true));
|
||||
this.columnidx.AutoIncrement = true;
|
||||
@@ -2056,6 +2209,20 @@ namespace FPJ0000 {
|
||||
this.columncdate.MaxLength = 50;
|
||||
this.columnchampionid.MaxLength = 20;
|
||||
this.columnfinishrate.ReadOnly = true;
|
||||
this.columndesignid.MaxLength = 20;
|
||||
this.columnassemblyid.MaxLength = 20;
|
||||
this.columnepanelid.MaxLength = 20;
|
||||
this.columnsoftwareid.MaxLength = 20;
|
||||
this.columnname_champion.ReadOnly = true;
|
||||
this.columnname_champion.MaxLength = 200;
|
||||
this.columnname_design.ReadOnly = true;
|
||||
this.columnname_design.MaxLength = 200;
|
||||
this.columnname_assembly.ReadOnly = true;
|
||||
this.columnname_assembly.MaxLength = 200;
|
||||
this.columnname_epanel.ReadOnly = true;
|
||||
this.columnname_epanel.MaxLength = 200;
|
||||
this.columnname_software.ReadOnly = true;
|
||||
this.columnname_software.MaxLength = 200;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
@@ -12450,6 +12617,150 @@ namespace FPJ0000 {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public string designid {
|
||||
get {
|
||||
if (this.IsdesignidNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
else {
|
||||
return ((string)(this[this.tableProjects.designidColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableProjects.designidColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public string assemblyid {
|
||||
get {
|
||||
if (this.IsassemblyidNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
else {
|
||||
return ((string)(this[this.tableProjects.assemblyidColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableProjects.assemblyidColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public string epanelid {
|
||||
get {
|
||||
if (this.IsepanelidNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
else {
|
||||
return ((string)(this[this.tableProjects.epanelidColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableProjects.epanelidColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public string softwareid {
|
||||
get {
|
||||
if (this.IssoftwareidNull()) {
|
||||
return string.Empty;
|
||||
}
|
||||
else {
|
||||
return ((string)(this[this.tableProjects.softwareidColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableProjects.softwareidColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public string name_champion {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableProjects.name_championColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'name_champion\' 열의 값이 DBNull입니다.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableProjects.name_championColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public string name_design {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableProjects.name_designColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'name_design\' 열의 값이 DBNull입니다.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableProjects.name_designColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public string name_assembly {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableProjects.name_assemblyColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'name_assembly\' 열의 값이 DBNull입니다.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableProjects.name_assemblyColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public string name_epanel {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableProjects.name_epanelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'name_epanel\' 열의 값이 DBNull입니다.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableProjects.name_epanelColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public string name_software {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableProjects.name_softwareColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'name_software\' 열의 값이 DBNull입니다.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableProjects.name_softwareColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public bool IsnameNull() {
|
||||
@@ -13097,6 +13408,114 @@ namespace FPJ0000 {
|
||||
public void SetfinishrateNull() {
|
||||
this[this.tableProjects.finishrateColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public bool IsdesignidNull() {
|
||||
return this.IsNull(this.tableProjects.designidColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public void SetdesignidNull() {
|
||||
this[this.tableProjects.designidColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public bool IsassemblyidNull() {
|
||||
return this.IsNull(this.tableProjects.assemblyidColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public void SetassemblyidNull() {
|
||||
this[this.tableProjects.assemblyidColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public bool IsepanelidNull() {
|
||||
return this.IsNull(this.tableProjects.epanelidColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public void SetepanelidNull() {
|
||||
this[this.tableProjects.epanelidColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public bool IssoftwareidNull() {
|
||||
return this.IsNull(this.tableProjects.softwareidColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public void SetsoftwareidNull() {
|
||||
this[this.tableProjects.softwareidColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public bool Isname_championNull() {
|
||||
return this.IsNull(this.tableProjects.name_championColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public void Setname_championNull() {
|
||||
this[this.tableProjects.name_championColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public bool Isname_designNull() {
|
||||
return this.IsNull(this.tableProjects.name_designColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public void Setname_designNull() {
|
||||
this[this.tableProjects.name_designColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public bool Isname_assemblyNull() {
|
||||
return this.IsNull(this.tableProjects.name_assemblyColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public void Setname_assemblyNull() {
|
||||
this[this.tableProjects.name_assemblyColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public bool Isname_epanelNull() {
|
||||
return this.IsNull(this.tableProjects.name_epanelColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public void Setname_epanelNull() {
|
||||
this[this.tableProjects.name_epanelColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public bool Isname_softwareNull() {
|
||||
return this.IsNull(this.tableProjects.name_softwareColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||
public void Setname_softwareNull() {
|
||||
this[this.tableProjects.name_softwareColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -22329,6 +22748,15 @@ namespace FPJ0000.dsPRJTableAdapters {
|
||||
tableMapping.ColumnMappings.Add("cdate", "cdate");
|
||||
tableMapping.ColumnMappings.Add("championid", "championid");
|
||||
tableMapping.ColumnMappings.Add("finishrate", "finishrate");
|
||||
tableMapping.ColumnMappings.Add("designid", "designid");
|
||||
tableMapping.ColumnMappings.Add("assemblyid", "assemblyid");
|
||||
tableMapping.ColumnMappings.Add("epanelid", "epanelid");
|
||||
tableMapping.ColumnMappings.Add("softwareid", "softwareid");
|
||||
tableMapping.ColumnMappings.Add("name_champion", "name_champion");
|
||||
tableMapping.ColumnMappings.Add("name_design", "name_design");
|
||||
tableMapping.ColumnMappings.Add("name_assembly", "name_assembly");
|
||||
tableMapping.ColumnMappings.Add("name_epanel", "name_epanel");
|
||||
tableMapping.ColumnMappings.Add("name_software", "name_software");
|
||||
this._adapter.TableMappings.Add(tableMapping);
|
||||
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._adapter.DeleteCommand.Connection = this.Connection;
|
||||
@@ -22343,23 +22771,25 @@ namespace FPJ0000.dsPRJTableAdapters {
|
||||
"k_ans], [ddate], [progress], [import], [asset], [isdel], [path], [userhw2], [ord" +
|
||||
"erno], [gcode], [category], [userprocess], [CMP_Background], [CMP_Description], " +
|
||||
"[CMP_Before], [CMP_After], [bCost], [bFanOut], [div], [crdue], [model], [serial]" +
|
||||
", [bdate], [qdate], [cdate], [championid]) VALUES (@status, @pdate, @name, @user" +
|
||||
"main, @usersub, @reqstaff, @sdate, @edate, @odate, @memo, @wuid, @wdate, @rev, @" +
|
||||
"pidx, @userManager, @level, @part, @process, @costo, @costn, @cnt, @remark_req, " +
|
||||
"@remark_ans, @ddate, @progress, @import, @asset, @isdel, @path, @userhw2, @order" +
|
||||
"no, @gcode, @category, @userprocess, @CMP_Background, @CMP_Description, @CMP_Bef" +
|
||||
"ore, @CMP_After, @bCost, @bFanOut, @div, @crdue, @model, @serial, @bdate, @qdate" +
|
||||
", @cdate, @championid);\r\nSELECT idx, status, pdate, name, usermain, usersub, req" +
|
||||
"staff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, pa" +
|
||||
"rt, process, costo, costn, cnt, remark_req, remark_ans, ddate, progress, import," +
|
||||
" asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, g" +
|
||||
"code, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_Af" +
|
||||
"ter, bCost, bFanOut, div, crdue, dbo.getScheduleProgressI(idx) AS ProgressPrj, \'" +
|
||||
"\' AS wws, \'\' AS wwo, \'\' AS wwe, \'\' AS wwd, model, serial, bdate, qdate, cdate, c" +
|
||||
"hampionid FROM Projects WHERE (idx = SCOPE_IDENTITY()) ORDER BY (CASE WHEN [stat" +
|
||||
"us] = \'검토\' THEN \'0\' WHEN ([status] = \'진행\') THEN \'1\' WHEN ([status] = \'보류\') THEN " +
|
||||
"\'2\' WHEN ([status] = \'완료\') THEN \'3\' WHEN ([status] = \'취소\') THEN \'9\' ELSE \'5\' END" +
|
||||
")";
|
||||
", [bdate], [qdate], [cdate], [championid], [designid], [assemblyid], [epanelid]," +
|
||||
" [softwareid]) VALUES (@status, @pdate, @name, @usermain, @usersub, @reqstaff, @" +
|
||||
"sdate, @edate, @odate, @memo, @wuid, @wdate, @rev, @pidx, @userManager, @level, " +
|
||||
"@part, @process, @costo, @costn, @cnt, @remark_req, @remark_ans, @ddate, @progre" +
|
||||
"ss, @import, @asset, @isdel, @path, @userhw2, @orderno, @gcode, @category, @user" +
|
||||
"process, @CMP_Background, @CMP_Description, @CMP_Before, @CMP_After, @bCost, @bF" +
|
||||
"anOut, @div, @crdue, @model, @serial, @bdate, @qdate, @cdate, @championid, @desi" +
|
||||
"gnid, @assemblyid, @epanelid, @softwareid);\r\nSELECT idx, status, pdate, name, us" +
|
||||
"ermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, us" +
|
||||
"erManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddat" +
|
||||
"e, progress, import, asset, isdel, path, userhw2, orderno, dbo.getLastHistory(id" +
|
||||
"x) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description" +
|
||||
", CMP_Before, CMP_After, bCost, bFanOut, div, crdue, dbo.getScheduleProgressI(id" +
|
||||
"x) AS ProgressPrj, \'\' AS wws, \'\' AS wwo, \'\' AS wwe, \'\' AS wwd, model, serial, bd" +
|
||||
"ate, qdate, cdate, championid, dbo.getProjectFinishRate(gcode, idx) AS finishrat" +
|
||||
"e, designid, assemblyid, epanelid, softwareid FROM Projects WHERE (idx = SCOPE_I" +
|
||||
"DENTITY()) ORDER BY (CASE WHEN [status] = \'검토\' THEN \'0\' WHEN ([status] = \'진행\') T" +
|
||||
"HEN \'1\' WHEN ([status] = \'보류\') THEN \'2\' WHEN ([status] = \'완료\') THEN \'3\' WHEN ([s" +
|
||||
"tatus] = \'취소\') THEN \'9\' ELSE \'5\' END)";
|
||||
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -22409,6 +22839,10 @@ namespace FPJ0000.dsPRJTableAdapters {
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@championid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "championid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@designid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "designid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@assemblyid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "assemblyid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@epanelid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "epanelid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@softwareid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "softwareid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._adapter.UpdateCommand.Connection = this.Connection;
|
||||
this._adapter.UpdateCommand.CommandText = "UPDATE Projects\r\nSET status = @status, pdate = @pdate, name = @name, userm" +
|
||||
@@ -22423,17 +22857,20 @@ namespace FPJ0000.dsPRJTableAdapters {
|
||||
"nd, CMP_Description = @CMP_Description, \r\n CMP_Before = @CMP_Befor" +
|
||||
"e, CMP_After = @CMP_After, bCost = @bCost, bFanOut = @bFanOut, div = @div, crdue" +
|
||||
" = @crdue, model = @model, serial = @serial, bdate = @bdate, \r\n qd" +
|
||||
"ate = @qdate, cdate = @cdate, championid = @championid\r\nWHERE (idx = @Original_" +
|
||||
"idx); \r\nSELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, eda" +
|
||||
"te, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, cost" +
|
||||
"o, costn, cnt, remark_req, remark_ans, ddate, progress, import, asset, isdel, pa" +
|
||||
"th, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, u" +
|
||||
"serprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After, bCost, bFanO" +
|
||||
"ut, div, crdue, dbo.getScheduleProgressI(idx) AS ProgressPrj, \'\' AS wws, \'\' AS w" +
|
||||
"wo, \'\' AS wwe, \'\' AS wwd, model, serial, bdate, qdate, cdate, championid FROM Pr" +
|
||||
"ojects WHERE (idx = @idx) ORDER BY (CASE WHEN [status] = \'검토\' THEN \'0\' WHEN ([st" +
|
||||
"atus] = \'진행\') THEN \'1\' WHEN ([status] = \'보류\') THEN \'2\' WHEN ([status] = \'완료\') TH" +
|
||||
"EN \'3\' WHEN ([status] = \'취소\') THEN \'9\' ELSE \'5\' END)";
|
||||
"ate = @qdate, cdate = @cdate, championid = @championid, designid = @designid, as" +
|
||||
"semblyid = @assemblyid, epanelid = @epanelid, softwareid = @softwareid\r\nWHERE (" +
|
||||
"idx = @Original_idx); \r\nSELECT idx, status, pdate, name, usermain, usersub, reqs" +
|
||||
"taff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, par" +
|
||||
"t, process, costo, costn, cnt, remark_req, remark_ans, ddate, progress, import, " +
|
||||
"asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gc" +
|
||||
"ode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_Aft" +
|
||||
"er, bCost, bFanOut, div, crdue, dbo.getScheduleProgressI(idx) AS ProgressPrj, \'\'" +
|
||||
" AS wws, \'\' AS wwo, \'\' AS wwe, \'\' AS wwd, model, serial, bdate, qdate, cdate, ch" +
|
||||
"ampionid, dbo.getProjectFinishRate(gcode, idx) AS finishrate, designid, assembly" +
|
||||
"id, epanelid, softwareid FROM Projects WHERE (idx = @idx) ORDER BY (CASE WHEN [s" +
|
||||
"tatus] = \'검토\' THEN \'0\' WHEN ([status] = \'진행\') THEN \'1\' WHEN ([status] = \'보류\') TH" +
|
||||
"EN \'2\' WHEN ([status] = \'완료\') THEN \'3\' WHEN ([status] = \'취소\') THEN \'9\' ELSE \'5\' " +
|
||||
"END)";
|
||||
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@status", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "status", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
@@ -22483,6 +22920,10 @@ namespace FPJ0000.dsPRJTableAdapters {
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qdate", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "qdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cdate", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "cdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@championid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "championid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@designid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "designid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@assemblyid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "assemblyid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@epanelid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "epanelid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@softwareid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "softwareid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
}
|
||||
@@ -22503,7 +22944,8 @@ namespace FPJ0000.dsPRJTableAdapters {
|
||||
this._commandCollection[0].CommandText = @"SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddate,
|
||||
progress, import, asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After,
|
||||
bCost, bFanOut, div, crdue, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial, bdate, qdate, cdate, championid,
|
||||
dbo.getProjectFinishRate(gcode, idx) AS finishrate
|
||||
dbo.getProjectFinishRate(gcode, idx) AS finishrate, designid, assemblyid, epanelid, softwareid, dbo.getUserName(championid) AS name_champion, dbo.getUserName(designid)
|
||||
AS name_design, dbo.getUserName(assemblyid) AS name_assembly, dbo.getUserName(epanelid) AS name_epanel, dbo.getUserName(softwareid) AS name_software
|
||||
FROM Projects
|
||||
WHERE (status LIKE @state) AND (ISNULL(userManager, '') LIKE @username OR
|
||||
ISNULL(usermain, '') LIKE @username OR
|
||||
@@ -22524,7 +22966,8 @@ ORDER BY (CASE WHEN [status] = '검토' THEN '0' WHEN ([status] = '진행') THEN
|
||||
this._commandCollection[2].CommandText = @"SELECT asset, cnt, costn, costo, ddate, edate, idx, import, isdel, level, memo, name, odate, orderno, part, path, pdate, pidx, process, progress, remark_ans, remark_req, reqstaff, rev, sdate, status,
|
||||
userManager, userhw2, usermain, usersub, wdate, wuid, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After,
|
||||
bCost, bFanOut, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial, bdate, qdate, cdate, championid, dbo.getProjectFinishRate(gcode,
|
||||
idx) AS finishrate
|
||||
idx) AS finishrate, designid, assemblyid, epanelid, softwareid, dbo.getUserName(championid) AS name_champion, dbo.getUserName(designid) AS name_design,
|
||||
dbo.getUserName(assemblyid) AS name_assembly, dbo.getUserName(epanelid) AS name_epanel, dbo.getUserName(softwareid) AS name_software
|
||||
FROM Projects
|
||||
WHERE (idx = @idx)";
|
||||
this._commandCollection[2].CommandType = global::System.Data.CommandType.Text;
|
||||
@@ -22534,7 +22977,8 @@ WHERE (idx = @idx)";
|
||||
this._commandCollection[3].CommandText = @"SELECT idx, status, pdate, name, usermain, usersub, reqstaff, sdate, edate, odate, memo, wuid, wdate, rev, pidx, userManager, level, part, process, costo, costn, cnt, remark_req, remark_ans, ddate,
|
||||
progress, import, asset, isdel, path, userhw2, orderno, dbo.getLastHistory(idx) AS lasthistory, gcode, category, userprocess, CMP_Background, CMP_Description, CMP_Before, CMP_After,
|
||||
bCost, bFanOut, dbo.getScheduleProgressI(idx) AS ProgressPrj, '' AS wws, '' AS wwo, '' AS wwe, '' AS wwd, model, serial, bdate, qdate, cdate, championid, dbo.getProjectFinishRate(gcode,
|
||||
idx) AS finishrate
|
||||
idx) AS finishrate, designid, assemblyid, epanelid, softwareid, dbo.getUserName(championid) AS name_champion, dbo.getUserName(designid) AS name_design,
|
||||
dbo.getUserName(assemblyid) AS name_assembly, dbo.getUserName(epanelid) AS name_epanel, dbo.getUserName(softwareid) AS name_software
|
||||
FROM Projects
|
||||
WHERE (ISNULL(name, N'') LIKE @search) AND (ISNULL(isdel, 0) = 0) AND (gcode = @gcode) OR
|
||||
(ISNULL(isdel, 0) = 0) AND (gcode = @gcode) AND (CAST(idx AS varchar) LIKE @search) OR
|
||||
@@ -22789,7 +23233,11 @@ WHERE (ISNULL(name, N'') LIKE @search) AND (ISNULL(isdel, 0) = 0) AND (gcode =
|
||||
string bdate,
|
||||
string qdate,
|
||||
string cdate,
|
||||
string championid) {
|
||||
string championid,
|
||||
string designid,
|
||||
string assemblyid,
|
||||
string epanelid,
|
||||
string softwareid) {
|
||||
if ((status == null)) {
|
||||
this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
|
||||
}
|
||||
@@ -23073,6 +23521,30 @@ WHERE (ISNULL(name, N'') LIKE @search) AND (ISNULL(isdel, 0) = 0) AND (gcode =
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[47].Value = ((string)(championid));
|
||||
}
|
||||
if ((designid == null)) {
|
||||
this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[48].Value = ((string)(designid));
|
||||
}
|
||||
if ((assemblyid == null)) {
|
||||
this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[49].Value = ((string)(assemblyid));
|
||||
}
|
||||
if ((epanelid == null)) {
|
||||
this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[50].Value = ((string)(epanelid));
|
||||
}
|
||||
if ((softwareid == null)) {
|
||||
this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[51].Value = ((string)(softwareid));
|
||||
}
|
||||
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
||||
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
||||
!= global::System.Data.ConnectionState.Open)) {
|
||||
@@ -23142,6 +23614,10 @@ WHERE (ISNULL(name, N'') LIKE @search) AND (ISNULL(isdel, 0) = 0) AND (gcode =
|
||||
string qdate,
|
||||
string cdate,
|
||||
string championid,
|
||||
string designid,
|
||||
string assemblyid,
|
||||
string epanelid,
|
||||
string softwareid,
|
||||
int Original_idx,
|
||||
int idx) {
|
||||
if ((status == null)) {
|
||||
@@ -23427,8 +23903,32 @@ WHERE (ISNULL(name, N'') LIKE @search) AND (ISNULL(isdel, 0) = 0) AND (gcode =
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[47].Value = ((string)(championid));
|
||||
}
|
||||
this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(Original_idx));
|
||||
this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(idx));
|
||||
if ((designid == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(designid));
|
||||
}
|
||||
if ((assemblyid == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[49].Value = ((string)(assemblyid));
|
||||
}
|
||||
if ((epanelid == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(epanelid));
|
||||
}
|
||||
if ((softwareid == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(softwareid));
|
||||
}
|
||||
this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(Original_idx));
|
||||
this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(idx));
|
||||
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
||||
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
||||
!= global::System.Data.ConnectionState.Open)) {
|
||||
|
||||
Reference in New Issue
Block a user