11403 lines
707 KiB
C#
11403 lines
707 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
#pragma warning disable 1591
|
|
|
|
namespace GMW_data {
|
|
|
|
|
|
/// <summary>
|
|
///Represents a strongly typed in-memory cache of data.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
|
[global::System.Xml.Serialization.XmlRootAttribute("DS_Odette")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
|
public partial class DS_Odette : global::System.Data.DataSet {
|
|
|
|
private BORI202JDataTable tableBORI202J;
|
|
|
|
private OdetteDataTable tableOdette;
|
|
|
|
private stp_OdetteStatoCreateDataTable tablestp_OdetteStatoCreate;
|
|
|
|
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public DS_Odette() {
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|
base.Tables.CollectionChanged += schemaChangedHandler;
|
|
base.Relations.CollectionChanged += schemaChangedHandler;
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected DS_Odette(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context, false) {
|
|
if ((this.IsBinarySerialized(info, context) == true)) {
|
|
this.InitVars(false);
|
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|
this.Tables.CollectionChanged += schemaChangedHandler1;
|
|
this.Relations.CollectionChanged += schemaChangedHandler1;
|
|
return;
|
|
}
|
|
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
|
|
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
|
|
global::System.Data.DataSet ds = new global::System.Data.DataSet();
|
|
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
|
|
if ((ds.Tables["BORI202J"] != null)) {
|
|
base.Tables.Add(new BORI202JDataTable(ds.Tables["BORI202J"]));
|
|
}
|
|
if ((ds.Tables["Odette"] != null)) {
|
|
base.Tables.Add(new OdetteDataTable(ds.Tables["Odette"]));
|
|
}
|
|
if ((ds.Tables["stp_OdetteStatoCreate"] != null)) {
|
|
base.Tables.Add(new stp_OdetteStatoCreateDataTable(ds.Tables["stp_OdetteStatoCreate"]));
|
|
}
|
|
this.DataSetName = ds.DataSetName;
|
|
this.Prefix = ds.Prefix;
|
|
this.Namespace = ds.Namespace;
|
|
this.Locale = ds.Locale;
|
|
this.CaseSensitive = ds.CaseSensitive;
|
|
this.EnforceConstraints = ds.EnforceConstraints;
|
|
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
|
|
this.InitVars();
|
|
}
|
|
else {
|
|
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
|
|
}
|
|
this.GetSerializationData(info, context);
|
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|
base.Tables.CollectionChanged += schemaChangedHandler;
|
|
this.Relations.CollectionChanged += schemaChangedHandler;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public BORI202JDataTable BORI202J {
|
|
get {
|
|
return this.tableBORI202J;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public OdetteDataTable Odette {
|
|
get {
|
|
return this.tableOdette;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public stp_OdetteStatoCreateDataTable stp_OdetteStatoCreate {
|
|
get {
|
|
return this.tablestp_OdetteStatoCreate;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.BrowsableAttribute(true)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
|
|
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
|
|
get {
|
|
return this._schemaSerializationMode;
|
|
}
|
|
set {
|
|
this._schemaSerializationMode = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
|
public new global::System.Data.DataTableCollection Tables {
|
|
get {
|
|
return base.Tables;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
|
public new global::System.Data.DataRelationCollection Relations {
|
|
get {
|
|
return base.Relations;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void InitializeDerivedDataSet() {
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public override global::System.Data.DataSet Clone() {
|
|
DS_Odette cln = ((DS_Odette)(base.Clone()));
|
|
cln.InitVars();
|
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override bool ShouldSerializeTables() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override bool ShouldSerializeRelations() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
|
|
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
|
|
this.Reset();
|
|
global::System.Data.DataSet ds = new global::System.Data.DataSet();
|
|
ds.ReadXml(reader);
|
|
if ((ds.Tables["BORI202J"] != null)) {
|
|
base.Tables.Add(new BORI202JDataTable(ds.Tables["BORI202J"]));
|
|
}
|
|
if ((ds.Tables["Odette"] != null)) {
|
|
base.Tables.Add(new OdetteDataTable(ds.Tables["Odette"]));
|
|
}
|
|
if ((ds.Tables["stp_OdetteStatoCreate"] != null)) {
|
|
base.Tables.Add(new stp_OdetteStatoCreateDataTable(ds.Tables["stp_OdetteStatoCreate"]));
|
|
}
|
|
this.DataSetName = ds.DataSetName;
|
|
this.Prefix = ds.Prefix;
|
|
this.Namespace = ds.Namespace;
|
|
this.Locale = ds.Locale;
|
|
this.CaseSensitive = ds.CaseSensitive;
|
|
this.EnforceConstraints = ds.EnforceConstraints;
|
|
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
|
|
this.InitVars();
|
|
}
|
|
else {
|
|
this.ReadXml(reader);
|
|
this.InitVars();
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
|
|
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
|
|
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
|
|
stream.Position = 0;
|
|
return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal void InitVars() {
|
|
this.InitVars(true);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal void InitVars(bool initTable) {
|
|
this.tableBORI202J = ((BORI202JDataTable)(base.Tables["BORI202J"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableBORI202J != null)) {
|
|
this.tableBORI202J.InitVars();
|
|
}
|
|
}
|
|
this.tableOdette = ((OdetteDataTable)(base.Tables["Odette"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableOdette != null)) {
|
|
this.tableOdette.InitVars();
|
|
}
|
|
}
|
|
this.tablestp_OdetteStatoCreate = ((stp_OdetteStatoCreateDataTable)(base.Tables["stp_OdetteStatoCreate"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tablestp_OdetteStatoCreate != null)) {
|
|
this.tablestp_OdetteStatoCreate.InitVars();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitClass() {
|
|
this.DataSetName = "DS_Odette";
|
|
this.Prefix = "";
|
|
this.Namespace = "http://tempuri.org/DS_Odette.xsd";
|
|
this.EnforceConstraints = true;
|
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
this.tableBORI202J = new BORI202JDataTable();
|
|
base.Tables.Add(this.tableBORI202J);
|
|
this.tableOdette = new OdetteDataTable();
|
|
base.Tables.Add(this.tableOdette);
|
|
this.tablestp_OdetteStatoCreate = new stp_OdetteStatoCreateDataTable();
|
|
base.Tables.Add(this.tablestp_OdetteStatoCreate);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private bool ShouldSerializeBORI202J() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private bool ShouldSerializeOdette() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private bool ShouldSerializestp_OdetteStatoCreate() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
|
|
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
|
|
this.InitVars();
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
DS_Odette ds = new DS_Odette();
|
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
|
|
any.Namespace = ds.Namespace;
|
|
sequence.Items.Add(any);
|
|
type.Particle = sequence;
|
|
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
try {
|
|
global::System.Xml.Schema.XmlSchema schema = null;
|
|
dsSchema.Write(s1);
|
|
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
s2.SetLength(0);
|
|
schema.Write(s2);
|
|
if ((s1.Length == s2.Length)) {
|
|
s1.Position = 0;
|
|
s2.Position = 0;
|
|
for (; ((s1.Position != s1.Length)
|
|
&& (s1.ReadByte() == s2.ReadByte())); ) {
|
|
;
|
|
}
|
|
if ((s1.Position == s1.Length)) {
|
|
return type;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
finally {
|
|
if ((s1 != null)) {
|
|
s1.Close();
|
|
}
|
|
if ((s2 != null)) {
|
|
s2.Close();
|
|
}
|
|
}
|
|
}
|
|
xs.Add(dsSchema);
|
|
return type;
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public delegate void BORI202JRowChangeEventHandler(object sender, BORI202JRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public delegate void OdetteRowChangeEventHandler(object sender, OdetteRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public delegate void stp_OdetteStatoCreateRowChangeEventHandler(object sender, stp_OdetteStatoCreateRowChangeEvent e);
|
|
|
|
/// <summary>
|
|
///Represents the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class BORI202JDataTable : global::System.Data.TypedTableBase<BORI202JRow> {
|
|
|
|
private global::System.Data.DataColumn columnCDMFS;
|
|
|
|
private global::System.Data.DataColumn columnGRBOS;
|
|
|
|
private global::System.Data.DataColumn columnDTBOS;
|
|
|
|
private global::System.Data.DataColumn columnNRBOS;
|
|
|
|
private global::System.Data.DataColumn columnCDARS;
|
|
|
|
private global::System.Data.DataColumn columnNRRGS;
|
|
|
|
private global::System.Data.DataColumn columnCDINB;
|
|
|
|
private global::System.Data.DataColumn columnRA1ND;
|
|
|
|
private global::System.Data.DataColumn columnRA2ND;
|
|
|
|
private global::System.Data.DataColumn columnCAPND;
|
|
|
|
private global::System.Data.DataColumn columnCITND;
|
|
|
|
private global::System.Data.DataColumn columnRASCL;
|
|
|
|
private global::System.Data.DataColumn columnINDCL;
|
|
|
|
private global::System.Data.DataColumn columnCAPCL;
|
|
|
|
private global::System.Data.DataColumn columnLOCCL;
|
|
|
|
private global::System.Data.DataColumn columnPROCL;
|
|
|
|
private global::System.Data.DataColumn columnINEND;
|
|
|
|
private global::System.Data.DataColumn columnCRAGCL;
|
|
|
|
private global::System.Data.DataColumn columnTELND;
|
|
|
|
private global::System.Data.DataColumn columnCCDMOL;
|
|
|
|
private global::System.Data.DataColumn columnCCDPTR;
|
|
|
|
private global::System.Data.DataColumn columnEPLAVO;
|
|
|
|
private global::System.Data.DataColumn columnNRC1B;
|
|
|
|
private global::System.Data.DataColumn columnECMM01;
|
|
|
|
private global::System.Data.DataColumn columnDEPAR;
|
|
|
|
private global::System.Data.DataColumn columnRCARTC;
|
|
|
|
private global::System.Data.DataColumn columnPERND;
|
|
|
|
private global::System.Data.DataColumn columnCCDET1;
|
|
|
|
private global::System.Data.DataColumn columnECDNAE;
|
|
|
|
private global::System.Data.DataColumn columnECDNA1;
|
|
|
|
private global::System.Data.DataColumn columnEESPMD;
|
|
|
|
private global::System.Data.DataColumn columnPELDB;
|
|
|
|
private global::System.Data.DataColumn columnQTCNS;
|
|
|
|
private global::System.Data.DataColumn columnECLAQP;
|
|
|
|
private global::System.Data.DataColumn columnEPNETT;
|
|
|
|
private global::System.Data.DataColumn columnFCDI01;
|
|
|
|
private global::System.Data.DataColumn columnOCDODM;
|
|
|
|
private global::System.Data.DataColumn columnCCFOE1;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public BORI202JDataTable() {
|
|
this.TableName = "BORI202J";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal BORI202JDataTable(global::System.Data.DataTable table) {
|
|
this.TableName = table.TableName;
|
|
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
this.CaseSensitive = table.CaseSensitive;
|
|
}
|
|
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
this.Locale = table.Locale;
|
|
}
|
|
if ((table.Namespace != table.DataSet.Namespace)) {
|
|
this.Namespace = table.Namespace;
|
|
}
|
|
this.Prefix = table.Prefix;
|
|
this.MinimumCapacity = table.MinimumCapacity;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected BORI202JDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context) {
|
|
this.InitVars();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn CDMFSColumn {
|
|
get {
|
|
return this.columnCDMFS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn GRBOSColumn {
|
|
get {
|
|
return this.columnGRBOS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn DTBOSColumn {
|
|
get {
|
|
return this.columnDTBOS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn NRBOSColumn {
|
|
get {
|
|
return this.columnNRBOS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn CDARSColumn {
|
|
get {
|
|
return this.columnCDARS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn NRRGSColumn {
|
|
get {
|
|
return this.columnNRRGS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn CDINBColumn {
|
|
get {
|
|
return this.columnCDINB;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn RA1NDColumn {
|
|
get {
|
|
return this.columnRA1ND;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn RA2NDColumn {
|
|
get {
|
|
return this.columnRA2ND;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn CAPNDColumn {
|
|
get {
|
|
return this.columnCAPND;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn CITNDColumn {
|
|
get {
|
|
return this.columnCITND;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn RASCLColumn {
|
|
get {
|
|
return this.columnRASCL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn INDCLColumn {
|
|
get {
|
|
return this.columnINDCL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn CAPCLColumn {
|
|
get {
|
|
return this.columnCAPCL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn LOCCLColumn {
|
|
get {
|
|
return this.columnLOCCL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn PROCLColumn {
|
|
get {
|
|
return this.columnPROCL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn INENDColumn {
|
|
get {
|
|
return this.columnINEND;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn CRAGCLColumn {
|
|
get {
|
|
return this.columnCRAGCL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn TELNDColumn {
|
|
get {
|
|
return this.columnTELND;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn CCDMOLColumn {
|
|
get {
|
|
return this.columnCCDMOL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn CCDPTRColumn {
|
|
get {
|
|
return this.columnCCDPTR;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn EPLAVOColumn {
|
|
get {
|
|
return this.columnEPLAVO;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn NRC1BColumn {
|
|
get {
|
|
return this.columnNRC1B;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn ECMM01Column {
|
|
get {
|
|
return this.columnECMM01;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn DEPARColumn {
|
|
get {
|
|
return this.columnDEPAR;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn RCARTCColumn {
|
|
get {
|
|
return this.columnRCARTC;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn PERNDColumn {
|
|
get {
|
|
return this.columnPERND;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn CCDET1Column {
|
|
get {
|
|
return this.columnCCDET1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn ECDNAEColumn {
|
|
get {
|
|
return this.columnECDNAE;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn ECDNA1Column {
|
|
get {
|
|
return this.columnECDNA1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn EESPMDColumn {
|
|
get {
|
|
return this.columnEESPMD;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn PELDBColumn {
|
|
get {
|
|
return this.columnPELDB;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn QTCNSColumn {
|
|
get {
|
|
return this.columnQTCNS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn ECLAQPColumn {
|
|
get {
|
|
return this.columnECLAQP;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn EPNETTColumn {
|
|
get {
|
|
return this.columnEPNETT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn FCDI01Column {
|
|
get {
|
|
return this.columnFCDI01;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn OCDODMColumn {
|
|
get {
|
|
return this.columnOCDODM;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn CCFOE1Column {
|
|
get {
|
|
return this.columnCCFOE1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
public int Count {
|
|
get {
|
|
return this.Rows.Count;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public BORI202JRow this[int index] {
|
|
get {
|
|
return ((BORI202JRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event BORI202JRowChangeEventHandler BORI202JRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event BORI202JRowChangeEventHandler BORI202JRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event BORI202JRowChangeEventHandler BORI202JRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event BORI202JRowChangeEventHandler BORI202JRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void AddBORI202JRow(BORI202JRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public BORI202JRow AddBORI202JRow(
|
|
string CDMFS,
|
|
string GRBOS,
|
|
decimal DTBOS,
|
|
decimal NRBOS,
|
|
string CDARS,
|
|
decimal NRRGS,
|
|
string CDINB,
|
|
string RA1ND,
|
|
string RA2ND,
|
|
string CAPND,
|
|
string CITND,
|
|
string RASCL,
|
|
string INDCL,
|
|
string CAPCL,
|
|
string LOCCL,
|
|
string PROCL,
|
|
string INEND,
|
|
string CRAGCL,
|
|
string TELND,
|
|
string CCDMOL,
|
|
string CCDPTR,
|
|
decimal EPLAVO,
|
|
decimal NRC1B,
|
|
string ECMM01,
|
|
string DEPAR,
|
|
string RCARTC,
|
|
string PERND,
|
|
string CCDET1,
|
|
string ECDNAE,
|
|
string ECDNA1,
|
|
string EESPMD,
|
|
decimal PELDB,
|
|
decimal QTCNS,
|
|
string ECLAQP,
|
|
decimal EPNETT,
|
|
string FCDI01,
|
|
string OCDODM,
|
|
string CCFOE1) {
|
|
BORI202JRow rowBORI202JRow = ((BORI202JRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
CDMFS,
|
|
GRBOS,
|
|
DTBOS,
|
|
NRBOS,
|
|
CDARS,
|
|
NRRGS,
|
|
CDINB,
|
|
RA1ND,
|
|
RA2ND,
|
|
CAPND,
|
|
CITND,
|
|
RASCL,
|
|
INDCL,
|
|
CAPCL,
|
|
LOCCL,
|
|
PROCL,
|
|
INEND,
|
|
CRAGCL,
|
|
TELND,
|
|
CCDMOL,
|
|
CCDPTR,
|
|
EPLAVO,
|
|
NRC1B,
|
|
ECMM01,
|
|
DEPAR,
|
|
RCARTC,
|
|
PERND,
|
|
CCDET1,
|
|
ECDNAE,
|
|
ECDNA1,
|
|
EESPMD,
|
|
PELDB,
|
|
QTCNS,
|
|
ECLAQP,
|
|
EPNETT,
|
|
FCDI01,
|
|
OCDODM,
|
|
CCFOE1};
|
|
rowBORI202JRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowBORI202JRow);
|
|
return rowBORI202JRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public BORI202JRow FindByCDMFSGRBOSDTBOSNRBOSCDARSNRRGS(string CDMFS, string GRBOS, decimal DTBOS, decimal NRBOS, string CDARS, decimal NRRGS) {
|
|
return ((BORI202JRow)(this.Rows.Find(new object[] {
|
|
CDMFS,
|
|
GRBOS,
|
|
DTBOS,
|
|
NRBOS,
|
|
CDARS,
|
|
NRRGS})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
BORI202JDataTable cln = ((BORI202JDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new BORI202JDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnCDMFS = base.Columns["CDMFS"];
|
|
this.columnGRBOS = base.Columns["GRBOS"];
|
|
this.columnDTBOS = base.Columns["DTBOS"];
|
|
this.columnNRBOS = base.Columns["NRBOS"];
|
|
this.columnCDARS = base.Columns["CDARS"];
|
|
this.columnNRRGS = base.Columns["NRRGS"];
|
|
this.columnCDINB = base.Columns["CDINB"];
|
|
this.columnRA1ND = base.Columns["RA1ND"];
|
|
this.columnRA2ND = base.Columns["RA2ND"];
|
|
this.columnCAPND = base.Columns["CAPND"];
|
|
this.columnCITND = base.Columns["CITND"];
|
|
this.columnRASCL = base.Columns["RASCL"];
|
|
this.columnINDCL = base.Columns["INDCL"];
|
|
this.columnCAPCL = base.Columns["CAPCL"];
|
|
this.columnLOCCL = base.Columns["LOCCL"];
|
|
this.columnPROCL = base.Columns["PROCL"];
|
|
this.columnINEND = base.Columns["INEND"];
|
|
this.columnCRAGCL = base.Columns["CRAGCL"];
|
|
this.columnTELND = base.Columns["TELND"];
|
|
this.columnCCDMOL = base.Columns["CCDMOL"];
|
|
this.columnCCDPTR = base.Columns["CCDPTR"];
|
|
this.columnEPLAVO = base.Columns["EPLAVO"];
|
|
this.columnNRC1B = base.Columns["NRC1B"];
|
|
this.columnECMM01 = base.Columns["ECMM01"];
|
|
this.columnDEPAR = base.Columns["DEPAR"];
|
|
this.columnRCARTC = base.Columns["RCARTC"];
|
|
this.columnPERND = base.Columns["PERND"];
|
|
this.columnCCDET1 = base.Columns["CCDET1"];
|
|
this.columnECDNAE = base.Columns["ECDNAE"];
|
|
this.columnECDNA1 = base.Columns["ECDNA1"];
|
|
this.columnEESPMD = base.Columns["EESPMD"];
|
|
this.columnPELDB = base.Columns["PELDB"];
|
|
this.columnQTCNS = base.Columns["QTCNS"];
|
|
this.columnECLAQP = base.Columns["ECLAQP"];
|
|
this.columnEPNETT = base.Columns["EPNETT"];
|
|
this.columnFCDI01 = base.Columns["FCDI01"];
|
|
this.columnOCDODM = base.Columns["OCDODM"];
|
|
this.columnCCFOE1 = base.Columns["CCFOE1"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnCDMFS = new global::System.Data.DataColumn("CDMFS", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCDMFS);
|
|
this.columnGRBOS = new global::System.Data.DataColumn("GRBOS", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGRBOS);
|
|
this.columnDTBOS = new global::System.Data.DataColumn("DTBOS", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDTBOS);
|
|
this.columnNRBOS = new global::System.Data.DataColumn("NRBOS", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNRBOS);
|
|
this.columnCDARS = new global::System.Data.DataColumn("CDARS", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCDARS);
|
|
this.columnNRRGS = new global::System.Data.DataColumn("NRRGS", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNRRGS);
|
|
this.columnCDINB = new global::System.Data.DataColumn("CDINB", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCDINB);
|
|
this.columnRA1ND = new global::System.Data.DataColumn("RA1ND", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRA1ND);
|
|
this.columnRA2ND = new global::System.Data.DataColumn("RA2ND", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRA2ND);
|
|
this.columnCAPND = new global::System.Data.DataColumn("CAPND", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCAPND);
|
|
this.columnCITND = new global::System.Data.DataColumn("CITND", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCITND);
|
|
this.columnRASCL = new global::System.Data.DataColumn("RASCL", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRASCL);
|
|
this.columnINDCL = new global::System.Data.DataColumn("INDCL", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnINDCL);
|
|
this.columnCAPCL = new global::System.Data.DataColumn("CAPCL", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCAPCL);
|
|
this.columnLOCCL = new global::System.Data.DataColumn("LOCCL", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLOCCL);
|
|
this.columnPROCL = new global::System.Data.DataColumn("PROCL", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPROCL);
|
|
this.columnINEND = new global::System.Data.DataColumn("INEND", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnINEND);
|
|
this.columnCRAGCL = new global::System.Data.DataColumn("CRAGCL", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCRAGCL);
|
|
this.columnTELND = new global::System.Data.DataColumn("TELND", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTELND);
|
|
this.columnCCDMOL = new global::System.Data.DataColumn("CCDMOL", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCCDMOL);
|
|
this.columnCCDPTR = new global::System.Data.DataColumn("CCDPTR", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCCDPTR);
|
|
this.columnEPLAVO = new global::System.Data.DataColumn("EPLAVO", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnEPLAVO);
|
|
this.columnNRC1B = new global::System.Data.DataColumn("NRC1B", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNRC1B);
|
|
this.columnECMM01 = new global::System.Data.DataColumn("ECMM01", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnECMM01);
|
|
this.columnDEPAR = new global::System.Data.DataColumn("DEPAR", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDEPAR);
|
|
this.columnRCARTC = new global::System.Data.DataColumn("RCARTC", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRCARTC);
|
|
this.columnPERND = new global::System.Data.DataColumn("PERND", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPERND);
|
|
this.columnCCDET1 = new global::System.Data.DataColumn("CCDET1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCCDET1);
|
|
this.columnECDNAE = new global::System.Data.DataColumn("ECDNAE", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnECDNAE);
|
|
this.columnECDNA1 = new global::System.Data.DataColumn("ECDNA1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnECDNA1);
|
|
this.columnEESPMD = new global::System.Data.DataColumn("EESPMD", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnEESPMD);
|
|
this.columnPELDB = new global::System.Data.DataColumn("PELDB", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPELDB);
|
|
this.columnQTCNS = new global::System.Data.DataColumn("QTCNS", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnQTCNS);
|
|
this.columnECLAQP = new global::System.Data.DataColumn("ECLAQP", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnECLAQP);
|
|
this.columnEPNETT = new global::System.Data.DataColumn("EPNETT", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnEPNETT);
|
|
this.columnFCDI01 = new global::System.Data.DataColumn("FCDI01", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnFCDI01);
|
|
this.columnOCDODM = new global::System.Data.DataColumn("OCDODM", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOCDODM);
|
|
this.columnCCFOE1 = new global::System.Data.DataColumn("CCFOE1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCCFOE1);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnCDMFS,
|
|
this.columnGRBOS,
|
|
this.columnDTBOS,
|
|
this.columnNRBOS,
|
|
this.columnCDARS,
|
|
this.columnNRRGS}, true));
|
|
this.columnCDMFS.AllowDBNull = false;
|
|
this.columnCDMFS.MaxLength = 2;
|
|
this.columnGRBOS.AllowDBNull = false;
|
|
this.columnGRBOS.MaxLength = 1;
|
|
this.columnDTBOS.AllowDBNull = false;
|
|
this.columnNRBOS.AllowDBNull = false;
|
|
this.columnCDARS.AllowDBNull = false;
|
|
this.columnCDARS.MaxLength = 15;
|
|
this.columnNRRGS.AllowDBNull = false;
|
|
this.columnCDINB.AllowDBNull = false;
|
|
this.columnCDINB.MaxLength = 6;
|
|
this.columnRA1ND.AllowDBNull = false;
|
|
this.columnRA1ND.MaxLength = 35;
|
|
this.columnRA2ND.AllowDBNull = false;
|
|
this.columnRA2ND.MaxLength = 35;
|
|
this.columnCAPND.AllowDBNull = false;
|
|
this.columnCAPND.MaxLength = 9;
|
|
this.columnCITND.AllowDBNull = false;
|
|
this.columnCITND.MaxLength = 25;
|
|
this.columnRASCL.AllowDBNull = false;
|
|
this.columnRASCL.MaxLength = 35;
|
|
this.columnINDCL.AllowDBNull = false;
|
|
this.columnINDCL.MaxLength = 35;
|
|
this.columnCAPCL.AllowDBNull = false;
|
|
this.columnCAPCL.MaxLength = 9;
|
|
this.columnLOCCL.AllowDBNull = false;
|
|
this.columnLOCCL.MaxLength = 25;
|
|
this.columnPROCL.AllowDBNull = false;
|
|
this.columnPROCL.MaxLength = 2;
|
|
this.columnINEND.AllowDBNull = false;
|
|
this.columnINEND.MaxLength = 50;
|
|
this.columnCRAGCL.AllowDBNull = false;
|
|
this.columnCRAGCL.MaxLength = 4;
|
|
this.columnTELND.AllowDBNull = false;
|
|
this.columnTELND.MaxLength = 20;
|
|
this.columnCCDMOL.AllowDBNull = false;
|
|
this.columnCCDMOL.MaxLength = 15;
|
|
this.columnCCDPTR.AllowDBNull = false;
|
|
this.columnCCDPTR.MaxLength = 15;
|
|
this.columnEPLAVO.AllowDBNull = false;
|
|
this.columnNRC1B.AllowDBNull = false;
|
|
this.columnECMM01.AllowDBNull = false;
|
|
this.columnECMM01.MaxLength = 30;
|
|
this.columnDEPAR.AllowDBNull = false;
|
|
this.columnDEPAR.MaxLength = 30;
|
|
this.columnRCARTC.AllowDBNull = false;
|
|
this.columnRCARTC.MaxLength = 30;
|
|
this.columnPERND.AllowDBNull = false;
|
|
this.columnPERND.MaxLength = 20;
|
|
this.columnCCDET1.AllowDBNull = false;
|
|
this.columnCCDET1.MaxLength = 15;
|
|
this.columnECDNAE.AllowDBNull = false;
|
|
this.columnECDNAE.MaxLength = 6;
|
|
this.columnECDNA1.MaxLength = 2;
|
|
this.columnEESPMD.AllowDBNull = false;
|
|
this.columnEESPMD.MaxLength = 6;
|
|
this.columnPELDB.AllowDBNull = false;
|
|
this.columnQTCNS.AllowDBNull = false;
|
|
this.columnECLAQP.AllowDBNull = false;
|
|
this.columnECLAQP.MaxLength = 1;
|
|
this.columnEPNETT.AllowDBNull = false;
|
|
this.columnFCDI01.AllowDBNull = false;
|
|
this.columnFCDI01.MaxLength = 35;
|
|
this.columnOCDODM.AllowDBNull = false;
|
|
this.columnOCDODM.MaxLength = 15;
|
|
this.columnCCFOE1.AllowDBNull = false;
|
|
this.columnCCFOE1.MaxLength = 15;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public BORI202JRow NewBORI202JRow() {
|
|
return ((BORI202JRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new BORI202JRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(BORI202JRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.BORI202JRowChanged != null)) {
|
|
this.BORI202JRowChanged(this, new BORI202JRowChangeEvent(((BORI202JRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.BORI202JRowChanging != null)) {
|
|
this.BORI202JRowChanging(this, new BORI202JRowChangeEvent(((BORI202JRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.BORI202JRowDeleted != null)) {
|
|
this.BORI202JRowDeleted(this, new BORI202JRowChangeEvent(((BORI202JRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.BORI202JRowDeleting != null)) {
|
|
this.BORI202JRowDeleting(this, new BORI202JRowChangeEvent(((BORI202JRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void RemoveBORI202JRow(BORI202JRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
DS_Odette ds = new DS_Odette();
|
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
any1.MinOccurs = new decimal(0);
|
|
any1.MaxOccurs = decimal.MaxValue;
|
|
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
sequence.Items.Add(any1);
|
|
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
any2.MinOccurs = new decimal(1);
|
|
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
sequence.Items.Add(any2);
|
|
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
attribute1.Name = "namespace";
|
|
attribute1.FixedValue = ds.Namespace;
|
|
type.Attributes.Add(attribute1);
|
|
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
attribute2.Name = "tableTypeName";
|
|
attribute2.FixedValue = "BORI202JDataTable";
|
|
type.Attributes.Add(attribute2);
|
|
type.Particle = sequence;
|
|
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
try {
|
|
global::System.Xml.Schema.XmlSchema schema = null;
|
|
dsSchema.Write(s1);
|
|
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
s2.SetLength(0);
|
|
schema.Write(s2);
|
|
if ((s1.Length == s2.Length)) {
|
|
s1.Position = 0;
|
|
s2.Position = 0;
|
|
for (; ((s1.Position != s1.Length)
|
|
&& (s1.ReadByte() == s2.ReadByte())); ) {
|
|
;
|
|
}
|
|
if ((s1.Position == s1.Length)) {
|
|
return type;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
finally {
|
|
if ((s1 != null)) {
|
|
s1.Close();
|
|
}
|
|
if ((s2 != null)) {
|
|
s2.Close();
|
|
}
|
|
}
|
|
}
|
|
xs.Add(dsSchema);
|
|
return type;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class OdetteDataTable : global::System.Data.TypedTableBase<OdetteRow> {
|
|
|
|
private global::System.Data.DataColumn columnCampoUDC;
|
|
|
|
private global::System.Data.DataColumn columnCampo1_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo1_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo1_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo1_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo1_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo2_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo2_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo2_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo2_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo2_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo3_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo3_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo3_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo3_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo3_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo4_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo4_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo4_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo4_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo4_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo5_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo5_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo5_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo5_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo5_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo6_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo6_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo6_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo6_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo6_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo7_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo7_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo7_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo7_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo7_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo8_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo8_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo8_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo8_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo8_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo9_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo9_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo9_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo9_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo9_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo10_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo10_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo10_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo10_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo10_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_1_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_1_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_1_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_1_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_1_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_2_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_2_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_2_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_2_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_2_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo12_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo12_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo12_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo12_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo12_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo13_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo13_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo13_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo13_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo13_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo14_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo14_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo14_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo14_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo14_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo15_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo15_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo15_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo15_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo15_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo16_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo16_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo16_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo16_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo16_5;
|
|
|
|
private global::System.Data.DataColumn columnStatoOk;
|
|
|
|
private global::System.Data.DataColumn columnCodCS;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public OdetteDataTable() {
|
|
this.TableName = "Odette";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal OdetteDataTable(global::System.Data.DataTable table) {
|
|
this.TableName = table.TableName;
|
|
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
this.CaseSensitive = table.CaseSensitive;
|
|
}
|
|
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
this.Locale = table.Locale;
|
|
}
|
|
if ((table.Namespace != table.DataSet.Namespace)) {
|
|
this.Namespace = table.Namespace;
|
|
}
|
|
this.Prefix = table.Prefix;
|
|
this.MinimumCapacity = table.MinimumCapacity;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected OdetteDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context) {
|
|
this.InitVars();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn CampoUDCColumn {
|
|
get {
|
|
return this.columnCampoUDC;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo1_1Column {
|
|
get {
|
|
return this.columnCampo1_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo1_2Column {
|
|
get {
|
|
return this.columnCampo1_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo1_3Column {
|
|
get {
|
|
return this.columnCampo1_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo1_4Column {
|
|
get {
|
|
return this.columnCampo1_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo1_5Column {
|
|
get {
|
|
return this.columnCampo1_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo2_1Column {
|
|
get {
|
|
return this.columnCampo2_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo2_2Column {
|
|
get {
|
|
return this.columnCampo2_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo2_3Column {
|
|
get {
|
|
return this.columnCampo2_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo2_4Column {
|
|
get {
|
|
return this.columnCampo2_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo2_5Column {
|
|
get {
|
|
return this.columnCampo2_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo3_1Column {
|
|
get {
|
|
return this.columnCampo3_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo3_2Column {
|
|
get {
|
|
return this.columnCampo3_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo3_3Column {
|
|
get {
|
|
return this.columnCampo3_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo3_4Column {
|
|
get {
|
|
return this.columnCampo3_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo3_5Column {
|
|
get {
|
|
return this.columnCampo3_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo4_1Column {
|
|
get {
|
|
return this.columnCampo4_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo4_2Column {
|
|
get {
|
|
return this.columnCampo4_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo4_3Column {
|
|
get {
|
|
return this.columnCampo4_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo4_4Column {
|
|
get {
|
|
return this.columnCampo4_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo4_5Column {
|
|
get {
|
|
return this.columnCampo4_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo5_1Column {
|
|
get {
|
|
return this.columnCampo5_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo5_2Column {
|
|
get {
|
|
return this.columnCampo5_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo5_3Column {
|
|
get {
|
|
return this.columnCampo5_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo5_4Column {
|
|
get {
|
|
return this.columnCampo5_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo5_5Column {
|
|
get {
|
|
return this.columnCampo5_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo6_1Column {
|
|
get {
|
|
return this.columnCampo6_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo6_2Column {
|
|
get {
|
|
return this.columnCampo6_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo6_3Column {
|
|
get {
|
|
return this.columnCampo6_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo6_4Column {
|
|
get {
|
|
return this.columnCampo6_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo6_5Column {
|
|
get {
|
|
return this.columnCampo6_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo7_1Column {
|
|
get {
|
|
return this.columnCampo7_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo7_2Column {
|
|
get {
|
|
return this.columnCampo7_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo7_3Column {
|
|
get {
|
|
return this.columnCampo7_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo7_4Column {
|
|
get {
|
|
return this.columnCampo7_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo7_5Column {
|
|
get {
|
|
return this.columnCampo7_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo8_1Column {
|
|
get {
|
|
return this.columnCampo8_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo8_2Column {
|
|
get {
|
|
return this.columnCampo8_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo8_3Column {
|
|
get {
|
|
return this.columnCampo8_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo8_4Column {
|
|
get {
|
|
return this.columnCampo8_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo8_5Column {
|
|
get {
|
|
return this.columnCampo8_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo9_1Column {
|
|
get {
|
|
return this.columnCampo9_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo9_2Column {
|
|
get {
|
|
return this.columnCampo9_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo9_3Column {
|
|
get {
|
|
return this.columnCampo9_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo9_4Column {
|
|
get {
|
|
return this.columnCampo9_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo9_5Column {
|
|
get {
|
|
return this.columnCampo9_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo10_1Column {
|
|
get {
|
|
return this.columnCampo10_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo10_2Column {
|
|
get {
|
|
return this.columnCampo10_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo10_3Column {
|
|
get {
|
|
return this.columnCampo10_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo10_4Column {
|
|
get {
|
|
return this.columnCampo10_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo10_5Column {
|
|
get {
|
|
return this.columnCampo10_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_1_1Column {
|
|
get {
|
|
return this.columnCampo11_1_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_1_2Column {
|
|
get {
|
|
return this.columnCampo11_1_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_1_3Column {
|
|
get {
|
|
return this.columnCampo11_1_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_1_4Column {
|
|
get {
|
|
return this.columnCampo11_1_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_1_5Column {
|
|
get {
|
|
return this.columnCampo11_1_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_2_1Column {
|
|
get {
|
|
return this.columnCampo11_2_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_2_2Column {
|
|
get {
|
|
return this.columnCampo11_2_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_2_3Column {
|
|
get {
|
|
return this.columnCampo11_2_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_2_4Column {
|
|
get {
|
|
return this.columnCampo11_2_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_2_5Column {
|
|
get {
|
|
return this.columnCampo11_2_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo12_1Column {
|
|
get {
|
|
return this.columnCampo12_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo12_2Column {
|
|
get {
|
|
return this.columnCampo12_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo12_3Column {
|
|
get {
|
|
return this.columnCampo12_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo12_4Column {
|
|
get {
|
|
return this.columnCampo12_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo12_5Column {
|
|
get {
|
|
return this.columnCampo12_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo13_1Column {
|
|
get {
|
|
return this.columnCampo13_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo13_2Column {
|
|
get {
|
|
return this.columnCampo13_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo13_3Column {
|
|
get {
|
|
return this.columnCampo13_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo13_4Column {
|
|
get {
|
|
return this.columnCampo13_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo13_5Column {
|
|
get {
|
|
return this.columnCampo13_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo14_1Column {
|
|
get {
|
|
return this.columnCampo14_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo14_2Column {
|
|
get {
|
|
return this.columnCampo14_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo14_3Column {
|
|
get {
|
|
return this.columnCampo14_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo14_4Column {
|
|
get {
|
|
return this.columnCampo14_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo14_5Column {
|
|
get {
|
|
return this.columnCampo14_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo15_1Column {
|
|
get {
|
|
return this.columnCampo15_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo15_2Column {
|
|
get {
|
|
return this.columnCampo15_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo15_3Column {
|
|
get {
|
|
return this.columnCampo15_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo15_4Column {
|
|
get {
|
|
return this.columnCampo15_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo15_5Column {
|
|
get {
|
|
return this.columnCampo15_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo16_1Column {
|
|
get {
|
|
return this.columnCampo16_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo16_2Column {
|
|
get {
|
|
return this.columnCampo16_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo16_3Column {
|
|
get {
|
|
return this.columnCampo16_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo16_4Column {
|
|
get {
|
|
return this.columnCampo16_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn Campo16_5Column {
|
|
get {
|
|
return this.columnCampo16_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn StatoOkColumn {
|
|
get {
|
|
return this.columnStatoOk;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn CodCSColumn {
|
|
get {
|
|
return this.columnCodCS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
public int Count {
|
|
get {
|
|
return this.Rows.Count;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public OdetteRow this[int index] {
|
|
get {
|
|
return ((OdetteRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event OdetteRowChangeEventHandler OdetteRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event OdetteRowChangeEventHandler OdetteRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event OdetteRowChangeEventHandler OdetteRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event OdetteRowChangeEventHandler OdetteRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void AddOdetteRow(OdetteRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public OdetteRow AddOdetteRow(
|
|
string CampoUDC,
|
|
string Campo1_1,
|
|
string Campo1_2,
|
|
string Campo1_3,
|
|
string Campo1_4,
|
|
string Campo1_5,
|
|
string Campo2_1,
|
|
string Campo2_2,
|
|
string Campo2_3,
|
|
string Campo2_4,
|
|
string Campo2_5,
|
|
string Campo3_1,
|
|
string Campo3_2,
|
|
string Campo3_3,
|
|
string Campo3_4,
|
|
string Campo3_5,
|
|
string Campo4_1,
|
|
string Campo4_2,
|
|
string Campo4_3,
|
|
string Campo4_4,
|
|
string Campo4_5,
|
|
string Campo5_1,
|
|
string Campo5_2,
|
|
string Campo5_3,
|
|
string Campo5_4,
|
|
string Campo5_5,
|
|
string Campo6_1,
|
|
string Campo6_2,
|
|
string Campo6_3,
|
|
string Campo6_4,
|
|
string Campo6_5,
|
|
string Campo7_1,
|
|
string Campo7_2,
|
|
string Campo7_3,
|
|
string Campo7_4,
|
|
string Campo7_5,
|
|
string Campo8_1,
|
|
string Campo8_2,
|
|
string Campo8_3,
|
|
string Campo8_4,
|
|
string Campo8_5,
|
|
string Campo9_1,
|
|
string Campo9_2,
|
|
string Campo9_3,
|
|
string Campo9_4,
|
|
string Campo9_5,
|
|
string Campo10_1,
|
|
string Campo10_2,
|
|
string Campo10_3,
|
|
string Campo10_4,
|
|
string Campo10_5,
|
|
string Campo11_1_1,
|
|
string Campo11_1_2,
|
|
string Campo11_1_3,
|
|
string Campo11_1_4,
|
|
string Campo11_1_5,
|
|
string Campo11_2_1,
|
|
string Campo11_2_2,
|
|
string Campo11_2_3,
|
|
string Campo11_2_4,
|
|
string Campo11_2_5,
|
|
string Campo12_1,
|
|
string Campo12_2,
|
|
string Campo12_3,
|
|
string Campo12_4,
|
|
string Campo12_5,
|
|
string Campo13_1,
|
|
string Campo13_2,
|
|
string Campo13_3,
|
|
string Campo13_4,
|
|
string Campo13_5,
|
|
string Campo14_1,
|
|
string Campo14_2,
|
|
string Campo14_3,
|
|
string Campo14_4,
|
|
string Campo14_5,
|
|
string Campo15_1,
|
|
string Campo15_2,
|
|
string Campo15_3,
|
|
string Campo15_4,
|
|
string Campo15_5,
|
|
string Campo16_1,
|
|
string Campo16_2,
|
|
string Campo16_3,
|
|
string Campo16_4,
|
|
string Campo16_5,
|
|
bool StatoOk,
|
|
string CodCS) {
|
|
OdetteRow rowOdetteRow = ((OdetteRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
CampoUDC,
|
|
Campo1_1,
|
|
Campo1_2,
|
|
Campo1_3,
|
|
Campo1_4,
|
|
Campo1_5,
|
|
Campo2_1,
|
|
Campo2_2,
|
|
Campo2_3,
|
|
Campo2_4,
|
|
Campo2_5,
|
|
Campo3_1,
|
|
Campo3_2,
|
|
Campo3_3,
|
|
Campo3_4,
|
|
Campo3_5,
|
|
Campo4_1,
|
|
Campo4_2,
|
|
Campo4_3,
|
|
Campo4_4,
|
|
Campo4_5,
|
|
Campo5_1,
|
|
Campo5_2,
|
|
Campo5_3,
|
|
Campo5_4,
|
|
Campo5_5,
|
|
Campo6_1,
|
|
Campo6_2,
|
|
Campo6_3,
|
|
Campo6_4,
|
|
Campo6_5,
|
|
Campo7_1,
|
|
Campo7_2,
|
|
Campo7_3,
|
|
Campo7_4,
|
|
Campo7_5,
|
|
Campo8_1,
|
|
Campo8_2,
|
|
Campo8_3,
|
|
Campo8_4,
|
|
Campo8_5,
|
|
Campo9_1,
|
|
Campo9_2,
|
|
Campo9_3,
|
|
Campo9_4,
|
|
Campo9_5,
|
|
Campo10_1,
|
|
Campo10_2,
|
|
Campo10_3,
|
|
Campo10_4,
|
|
Campo10_5,
|
|
Campo11_1_1,
|
|
Campo11_1_2,
|
|
Campo11_1_3,
|
|
Campo11_1_4,
|
|
Campo11_1_5,
|
|
Campo11_2_1,
|
|
Campo11_2_2,
|
|
Campo11_2_3,
|
|
Campo11_2_4,
|
|
Campo11_2_5,
|
|
Campo12_1,
|
|
Campo12_2,
|
|
Campo12_3,
|
|
Campo12_4,
|
|
Campo12_5,
|
|
Campo13_1,
|
|
Campo13_2,
|
|
Campo13_3,
|
|
Campo13_4,
|
|
Campo13_5,
|
|
Campo14_1,
|
|
Campo14_2,
|
|
Campo14_3,
|
|
Campo14_4,
|
|
Campo14_5,
|
|
Campo15_1,
|
|
Campo15_2,
|
|
Campo15_3,
|
|
Campo15_4,
|
|
Campo15_5,
|
|
Campo16_1,
|
|
Campo16_2,
|
|
Campo16_3,
|
|
Campo16_4,
|
|
Campo16_5,
|
|
StatoOk,
|
|
CodCS};
|
|
rowOdetteRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowOdetteRow);
|
|
return rowOdetteRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public OdetteRow FindByCampoUDC(string CampoUDC) {
|
|
return ((OdetteRow)(this.Rows.Find(new object[] {
|
|
CampoUDC})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
OdetteDataTable cln = ((OdetteDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new OdetteDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnCampoUDC = base.Columns["CampoUDC"];
|
|
this.columnCampo1_1 = base.Columns["Campo1_1"];
|
|
this.columnCampo1_2 = base.Columns["Campo1_2"];
|
|
this.columnCampo1_3 = base.Columns["Campo1_3"];
|
|
this.columnCampo1_4 = base.Columns["Campo1_4"];
|
|
this.columnCampo1_5 = base.Columns["Campo1_5"];
|
|
this.columnCampo2_1 = base.Columns["Campo2_1"];
|
|
this.columnCampo2_2 = base.Columns["Campo2_2"];
|
|
this.columnCampo2_3 = base.Columns["Campo2_3"];
|
|
this.columnCampo2_4 = base.Columns["Campo2_4"];
|
|
this.columnCampo2_5 = base.Columns["Campo2_5"];
|
|
this.columnCampo3_1 = base.Columns["Campo3_1"];
|
|
this.columnCampo3_2 = base.Columns["Campo3_2"];
|
|
this.columnCampo3_3 = base.Columns["Campo3_3"];
|
|
this.columnCampo3_4 = base.Columns["Campo3_4"];
|
|
this.columnCampo3_5 = base.Columns["Campo3_5"];
|
|
this.columnCampo4_1 = base.Columns["Campo4_1"];
|
|
this.columnCampo4_2 = base.Columns["Campo4_2"];
|
|
this.columnCampo4_3 = base.Columns["Campo4_3"];
|
|
this.columnCampo4_4 = base.Columns["Campo4_4"];
|
|
this.columnCampo4_5 = base.Columns["Campo4_5"];
|
|
this.columnCampo5_1 = base.Columns["Campo5_1"];
|
|
this.columnCampo5_2 = base.Columns["Campo5_2"];
|
|
this.columnCampo5_3 = base.Columns["Campo5_3"];
|
|
this.columnCampo5_4 = base.Columns["Campo5_4"];
|
|
this.columnCampo5_5 = base.Columns["Campo5_5"];
|
|
this.columnCampo6_1 = base.Columns["Campo6_1"];
|
|
this.columnCampo6_2 = base.Columns["Campo6_2"];
|
|
this.columnCampo6_3 = base.Columns["Campo6_3"];
|
|
this.columnCampo6_4 = base.Columns["Campo6_4"];
|
|
this.columnCampo6_5 = base.Columns["Campo6_5"];
|
|
this.columnCampo7_1 = base.Columns["Campo7_1"];
|
|
this.columnCampo7_2 = base.Columns["Campo7_2"];
|
|
this.columnCampo7_3 = base.Columns["Campo7_3"];
|
|
this.columnCampo7_4 = base.Columns["Campo7_4"];
|
|
this.columnCampo7_5 = base.Columns["Campo7_5"];
|
|
this.columnCampo8_1 = base.Columns["Campo8_1"];
|
|
this.columnCampo8_2 = base.Columns["Campo8_2"];
|
|
this.columnCampo8_3 = base.Columns["Campo8_3"];
|
|
this.columnCampo8_4 = base.Columns["Campo8_4"];
|
|
this.columnCampo8_5 = base.Columns["Campo8_5"];
|
|
this.columnCampo9_1 = base.Columns["Campo9_1"];
|
|
this.columnCampo9_2 = base.Columns["Campo9_2"];
|
|
this.columnCampo9_3 = base.Columns["Campo9_3"];
|
|
this.columnCampo9_4 = base.Columns["Campo9_4"];
|
|
this.columnCampo9_5 = base.Columns["Campo9_5"];
|
|
this.columnCampo10_1 = base.Columns["Campo10_1"];
|
|
this.columnCampo10_2 = base.Columns["Campo10_2"];
|
|
this.columnCampo10_3 = base.Columns["Campo10_3"];
|
|
this.columnCampo10_4 = base.Columns["Campo10_4"];
|
|
this.columnCampo10_5 = base.Columns["Campo10_5"];
|
|
this.columnCampo11_1_1 = base.Columns["Campo11_1_1"];
|
|
this.columnCampo11_1_2 = base.Columns["Campo11_1_2"];
|
|
this.columnCampo11_1_3 = base.Columns["Campo11_1_3"];
|
|
this.columnCampo11_1_4 = base.Columns["Campo11_1_4"];
|
|
this.columnCampo11_1_5 = base.Columns["Campo11_1_5"];
|
|
this.columnCampo11_2_1 = base.Columns["Campo11_2_1"];
|
|
this.columnCampo11_2_2 = base.Columns["Campo11_2_2"];
|
|
this.columnCampo11_2_3 = base.Columns["Campo11_2_3"];
|
|
this.columnCampo11_2_4 = base.Columns["Campo11_2_4"];
|
|
this.columnCampo11_2_5 = base.Columns["Campo11_2_5"];
|
|
this.columnCampo12_1 = base.Columns["Campo12_1"];
|
|
this.columnCampo12_2 = base.Columns["Campo12_2"];
|
|
this.columnCampo12_3 = base.Columns["Campo12_3"];
|
|
this.columnCampo12_4 = base.Columns["Campo12_4"];
|
|
this.columnCampo12_5 = base.Columns["Campo12_5"];
|
|
this.columnCampo13_1 = base.Columns["Campo13_1"];
|
|
this.columnCampo13_2 = base.Columns["Campo13_2"];
|
|
this.columnCampo13_3 = base.Columns["Campo13_3"];
|
|
this.columnCampo13_4 = base.Columns["Campo13_4"];
|
|
this.columnCampo13_5 = base.Columns["Campo13_5"];
|
|
this.columnCampo14_1 = base.Columns["Campo14_1"];
|
|
this.columnCampo14_2 = base.Columns["Campo14_2"];
|
|
this.columnCampo14_3 = base.Columns["Campo14_3"];
|
|
this.columnCampo14_4 = base.Columns["Campo14_4"];
|
|
this.columnCampo14_5 = base.Columns["Campo14_5"];
|
|
this.columnCampo15_1 = base.Columns["Campo15_1"];
|
|
this.columnCampo15_2 = base.Columns["Campo15_2"];
|
|
this.columnCampo15_3 = base.Columns["Campo15_3"];
|
|
this.columnCampo15_4 = base.Columns["Campo15_4"];
|
|
this.columnCampo15_5 = base.Columns["Campo15_5"];
|
|
this.columnCampo16_1 = base.Columns["Campo16_1"];
|
|
this.columnCampo16_2 = base.Columns["Campo16_2"];
|
|
this.columnCampo16_3 = base.Columns["Campo16_3"];
|
|
this.columnCampo16_4 = base.Columns["Campo16_4"];
|
|
this.columnCampo16_5 = base.Columns["Campo16_5"];
|
|
this.columnStatoOk = base.Columns["StatoOk"];
|
|
this.columnCodCS = base.Columns["CodCS"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnCampoUDC = new global::System.Data.DataColumn("CampoUDC", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampoUDC);
|
|
this.columnCampo1_1 = new global::System.Data.DataColumn("Campo1_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo1_1);
|
|
this.columnCampo1_2 = new global::System.Data.DataColumn("Campo1_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo1_2);
|
|
this.columnCampo1_3 = new global::System.Data.DataColumn("Campo1_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo1_3);
|
|
this.columnCampo1_4 = new global::System.Data.DataColumn("Campo1_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo1_4);
|
|
this.columnCampo1_5 = new global::System.Data.DataColumn("Campo1_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo1_5);
|
|
this.columnCampo2_1 = new global::System.Data.DataColumn("Campo2_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo2_1);
|
|
this.columnCampo2_2 = new global::System.Data.DataColumn("Campo2_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo2_2);
|
|
this.columnCampo2_3 = new global::System.Data.DataColumn("Campo2_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo2_3);
|
|
this.columnCampo2_4 = new global::System.Data.DataColumn("Campo2_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo2_4);
|
|
this.columnCampo2_5 = new global::System.Data.DataColumn("Campo2_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo2_5);
|
|
this.columnCampo3_1 = new global::System.Data.DataColumn("Campo3_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo3_1);
|
|
this.columnCampo3_2 = new global::System.Data.DataColumn("Campo3_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo3_2);
|
|
this.columnCampo3_3 = new global::System.Data.DataColumn("Campo3_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo3_3);
|
|
this.columnCampo3_4 = new global::System.Data.DataColumn("Campo3_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo3_4);
|
|
this.columnCampo3_5 = new global::System.Data.DataColumn("Campo3_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo3_5);
|
|
this.columnCampo4_1 = new global::System.Data.DataColumn("Campo4_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo4_1);
|
|
this.columnCampo4_2 = new global::System.Data.DataColumn("Campo4_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo4_2);
|
|
this.columnCampo4_3 = new global::System.Data.DataColumn("Campo4_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo4_3);
|
|
this.columnCampo4_4 = new global::System.Data.DataColumn("Campo4_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo4_4);
|
|
this.columnCampo4_5 = new global::System.Data.DataColumn("Campo4_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo4_5);
|
|
this.columnCampo5_1 = new global::System.Data.DataColumn("Campo5_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo5_1);
|
|
this.columnCampo5_2 = new global::System.Data.DataColumn("Campo5_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo5_2);
|
|
this.columnCampo5_3 = new global::System.Data.DataColumn("Campo5_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo5_3);
|
|
this.columnCampo5_4 = new global::System.Data.DataColumn("Campo5_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo5_4);
|
|
this.columnCampo5_5 = new global::System.Data.DataColumn("Campo5_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo5_5);
|
|
this.columnCampo6_1 = new global::System.Data.DataColumn("Campo6_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo6_1);
|
|
this.columnCampo6_2 = new global::System.Data.DataColumn("Campo6_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo6_2);
|
|
this.columnCampo6_3 = new global::System.Data.DataColumn("Campo6_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo6_3);
|
|
this.columnCampo6_4 = new global::System.Data.DataColumn("Campo6_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo6_4);
|
|
this.columnCampo6_5 = new global::System.Data.DataColumn("Campo6_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo6_5);
|
|
this.columnCampo7_1 = new global::System.Data.DataColumn("Campo7_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo7_1);
|
|
this.columnCampo7_2 = new global::System.Data.DataColumn("Campo7_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo7_2);
|
|
this.columnCampo7_3 = new global::System.Data.DataColumn("Campo7_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo7_3);
|
|
this.columnCampo7_4 = new global::System.Data.DataColumn("Campo7_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo7_4);
|
|
this.columnCampo7_5 = new global::System.Data.DataColumn("Campo7_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo7_5);
|
|
this.columnCampo8_1 = new global::System.Data.DataColumn("Campo8_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo8_1);
|
|
this.columnCampo8_2 = new global::System.Data.DataColumn("Campo8_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo8_2);
|
|
this.columnCampo8_3 = new global::System.Data.DataColumn("Campo8_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo8_3);
|
|
this.columnCampo8_4 = new global::System.Data.DataColumn("Campo8_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo8_4);
|
|
this.columnCampo8_5 = new global::System.Data.DataColumn("Campo8_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo8_5);
|
|
this.columnCampo9_1 = new global::System.Data.DataColumn("Campo9_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo9_1);
|
|
this.columnCampo9_2 = new global::System.Data.DataColumn("Campo9_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo9_2);
|
|
this.columnCampo9_3 = new global::System.Data.DataColumn("Campo9_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo9_3);
|
|
this.columnCampo9_4 = new global::System.Data.DataColumn("Campo9_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo9_4);
|
|
this.columnCampo9_5 = new global::System.Data.DataColumn("Campo9_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo9_5);
|
|
this.columnCampo10_1 = new global::System.Data.DataColumn("Campo10_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo10_1);
|
|
this.columnCampo10_2 = new global::System.Data.DataColumn("Campo10_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo10_2);
|
|
this.columnCampo10_3 = new global::System.Data.DataColumn("Campo10_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo10_3);
|
|
this.columnCampo10_4 = new global::System.Data.DataColumn("Campo10_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo10_4);
|
|
this.columnCampo10_5 = new global::System.Data.DataColumn("Campo10_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo10_5);
|
|
this.columnCampo11_1_1 = new global::System.Data.DataColumn("Campo11_1_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_1_1);
|
|
this.columnCampo11_1_2 = new global::System.Data.DataColumn("Campo11_1_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_1_2);
|
|
this.columnCampo11_1_3 = new global::System.Data.DataColumn("Campo11_1_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_1_3);
|
|
this.columnCampo11_1_4 = new global::System.Data.DataColumn("Campo11_1_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_1_4);
|
|
this.columnCampo11_1_5 = new global::System.Data.DataColumn("Campo11_1_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_1_5);
|
|
this.columnCampo11_2_1 = new global::System.Data.DataColumn("Campo11_2_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_2_1);
|
|
this.columnCampo11_2_2 = new global::System.Data.DataColumn("Campo11_2_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_2_2);
|
|
this.columnCampo11_2_3 = new global::System.Data.DataColumn("Campo11_2_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_2_3);
|
|
this.columnCampo11_2_4 = new global::System.Data.DataColumn("Campo11_2_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_2_4);
|
|
this.columnCampo11_2_5 = new global::System.Data.DataColumn("Campo11_2_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_2_5);
|
|
this.columnCampo12_1 = new global::System.Data.DataColumn("Campo12_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo12_1);
|
|
this.columnCampo12_2 = new global::System.Data.DataColumn("Campo12_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo12_2);
|
|
this.columnCampo12_3 = new global::System.Data.DataColumn("Campo12_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo12_3);
|
|
this.columnCampo12_4 = new global::System.Data.DataColumn("Campo12_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo12_4);
|
|
this.columnCampo12_5 = new global::System.Data.DataColumn("Campo12_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo12_5);
|
|
this.columnCampo13_1 = new global::System.Data.DataColumn("Campo13_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo13_1);
|
|
this.columnCampo13_2 = new global::System.Data.DataColumn("Campo13_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo13_2);
|
|
this.columnCampo13_3 = new global::System.Data.DataColumn("Campo13_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo13_3);
|
|
this.columnCampo13_4 = new global::System.Data.DataColumn("Campo13_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo13_4);
|
|
this.columnCampo13_5 = new global::System.Data.DataColumn("Campo13_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo13_5);
|
|
this.columnCampo14_1 = new global::System.Data.DataColumn("Campo14_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo14_1);
|
|
this.columnCampo14_2 = new global::System.Data.DataColumn("Campo14_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo14_2);
|
|
this.columnCampo14_3 = new global::System.Data.DataColumn("Campo14_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo14_3);
|
|
this.columnCampo14_4 = new global::System.Data.DataColumn("Campo14_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo14_4);
|
|
this.columnCampo14_5 = new global::System.Data.DataColumn("Campo14_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo14_5);
|
|
this.columnCampo15_1 = new global::System.Data.DataColumn("Campo15_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo15_1);
|
|
this.columnCampo15_2 = new global::System.Data.DataColumn("Campo15_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo15_2);
|
|
this.columnCampo15_3 = new global::System.Data.DataColumn("Campo15_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo15_3);
|
|
this.columnCampo15_4 = new global::System.Data.DataColumn("Campo15_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo15_4);
|
|
this.columnCampo15_5 = new global::System.Data.DataColumn("Campo15_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo15_5);
|
|
this.columnCampo16_1 = new global::System.Data.DataColumn("Campo16_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo16_1);
|
|
this.columnCampo16_2 = new global::System.Data.DataColumn("Campo16_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo16_2);
|
|
this.columnCampo16_3 = new global::System.Data.DataColumn("Campo16_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo16_3);
|
|
this.columnCampo16_4 = new global::System.Data.DataColumn("Campo16_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo16_4);
|
|
this.columnCampo16_5 = new global::System.Data.DataColumn("Campo16_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo16_5);
|
|
this.columnStatoOk = new global::System.Data.DataColumn("StatoOk", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnStatoOk);
|
|
this.columnCodCS = new global::System.Data.DataColumn("CodCS", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCodCS);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnCampoUDC}, true));
|
|
this.columnCampoUDC.AllowDBNull = false;
|
|
this.columnCampoUDC.Unique = true;
|
|
this.columnCampoUDC.MaxLength = 50;
|
|
this.columnCampo1_1.AllowDBNull = false;
|
|
this.columnCampo1_1.MaxLength = 50;
|
|
this.columnCampo1_2.AllowDBNull = false;
|
|
this.columnCampo1_2.MaxLength = 50;
|
|
this.columnCampo1_3.AllowDBNull = false;
|
|
this.columnCampo1_3.MaxLength = 50;
|
|
this.columnCampo1_4.AllowDBNull = false;
|
|
this.columnCampo1_4.MaxLength = 50;
|
|
this.columnCampo1_5.AllowDBNull = false;
|
|
this.columnCampo1_5.MaxLength = 50;
|
|
this.columnCampo2_1.AllowDBNull = false;
|
|
this.columnCampo2_1.MaxLength = 50;
|
|
this.columnCampo2_2.AllowDBNull = false;
|
|
this.columnCampo2_2.MaxLength = 50;
|
|
this.columnCampo2_3.AllowDBNull = false;
|
|
this.columnCampo2_3.MaxLength = 50;
|
|
this.columnCampo2_4.AllowDBNull = false;
|
|
this.columnCampo2_4.MaxLength = 50;
|
|
this.columnCampo2_5.AllowDBNull = false;
|
|
this.columnCampo2_5.MaxLength = 50;
|
|
this.columnCampo3_1.AllowDBNull = false;
|
|
this.columnCampo3_1.MaxLength = 50;
|
|
this.columnCampo3_2.AllowDBNull = false;
|
|
this.columnCampo3_2.MaxLength = 50;
|
|
this.columnCampo3_3.AllowDBNull = false;
|
|
this.columnCampo3_3.MaxLength = 50;
|
|
this.columnCampo3_4.AllowDBNull = false;
|
|
this.columnCampo3_4.MaxLength = 50;
|
|
this.columnCampo3_5.AllowDBNull = false;
|
|
this.columnCampo3_5.MaxLength = 50;
|
|
this.columnCampo4_1.AllowDBNull = false;
|
|
this.columnCampo4_1.MaxLength = 50;
|
|
this.columnCampo4_2.AllowDBNull = false;
|
|
this.columnCampo4_2.MaxLength = 50;
|
|
this.columnCampo4_3.AllowDBNull = false;
|
|
this.columnCampo4_3.MaxLength = 50;
|
|
this.columnCampo4_4.AllowDBNull = false;
|
|
this.columnCampo4_4.MaxLength = 50;
|
|
this.columnCampo4_5.AllowDBNull = false;
|
|
this.columnCampo4_5.MaxLength = 50;
|
|
this.columnCampo5_1.AllowDBNull = false;
|
|
this.columnCampo5_1.MaxLength = 50;
|
|
this.columnCampo5_2.AllowDBNull = false;
|
|
this.columnCampo5_2.MaxLength = 50;
|
|
this.columnCampo5_3.AllowDBNull = false;
|
|
this.columnCampo5_3.MaxLength = 50;
|
|
this.columnCampo5_4.AllowDBNull = false;
|
|
this.columnCampo5_4.MaxLength = 50;
|
|
this.columnCampo5_5.AllowDBNull = false;
|
|
this.columnCampo5_5.MaxLength = 50;
|
|
this.columnCampo6_1.AllowDBNull = false;
|
|
this.columnCampo6_1.MaxLength = 50;
|
|
this.columnCampo6_2.AllowDBNull = false;
|
|
this.columnCampo6_2.MaxLength = 50;
|
|
this.columnCampo6_3.AllowDBNull = false;
|
|
this.columnCampo6_3.MaxLength = 50;
|
|
this.columnCampo6_4.AllowDBNull = false;
|
|
this.columnCampo6_4.MaxLength = 50;
|
|
this.columnCampo6_5.AllowDBNull = false;
|
|
this.columnCampo6_5.MaxLength = 50;
|
|
this.columnCampo7_1.AllowDBNull = false;
|
|
this.columnCampo7_1.MaxLength = 50;
|
|
this.columnCampo7_2.AllowDBNull = false;
|
|
this.columnCampo7_2.MaxLength = 50;
|
|
this.columnCampo7_3.AllowDBNull = false;
|
|
this.columnCampo7_3.MaxLength = 50;
|
|
this.columnCampo7_4.AllowDBNull = false;
|
|
this.columnCampo7_4.MaxLength = 50;
|
|
this.columnCampo7_5.AllowDBNull = false;
|
|
this.columnCampo7_5.MaxLength = 50;
|
|
this.columnCampo8_1.AllowDBNull = false;
|
|
this.columnCampo8_1.MaxLength = 50;
|
|
this.columnCampo8_2.AllowDBNull = false;
|
|
this.columnCampo8_2.MaxLength = 50;
|
|
this.columnCampo8_3.AllowDBNull = false;
|
|
this.columnCampo8_3.MaxLength = 50;
|
|
this.columnCampo8_4.AllowDBNull = false;
|
|
this.columnCampo8_4.MaxLength = 50;
|
|
this.columnCampo8_5.AllowDBNull = false;
|
|
this.columnCampo8_5.MaxLength = 50;
|
|
this.columnCampo9_1.AllowDBNull = false;
|
|
this.columnCampo9_1.MaxLength = 50;
|
|
this.columnCampo9_2.AllowDBNull = false;
|
|
this.columnCampo9_2.MaxLength = 50;
|
|
this.columnCampo9_3.AllowDBNull = false;
|
|
this.columnCampo9_3.MaxLength = 50;
|
|
this.columnCampo9_4.AllowDBNull = false;
|
|
this.columnCampo9_4.MaxLength = 50;
|
|
this.columnCampo9_5.AllowDBNull = false;
|
|
this.columnCampo9_5.MaxLength = 50;
|
|
this.columnCampo10_1.AllowDBNull = false;
|
|
this.columnCampo10_1.MaxLength = 50;
|
|
this.columnCampo10_2.AllowDBNull = false;
|
|
this.columnCampo10_2.MaxLength = 50;
|
|
this.columnCampo10_3.AllowDBNull = false;
|
|
this.columnCampo10_3.MaxLength = 50;
|
|
this.columnCampo10_4.AllowDBNull = false;
|
|
this.columnCampo10_4.MaxLength = 50;
|
|
this.columnCampo10_5.AllowDBNull = false;
|
|
this.columnCampo10_5.MaxLength = 50;
|
|
this.columnCampo11_1_1.AllowDBNull = false;
|
|
this.columnCampo11_1_1.MaxLength = 50;
|
|
this.columnCampo11_1_2.AllowDBNull = false;
|
|
this.columnCampo11_1_2.MaxLength = 50;
|
|
this.columnCampo11_1_3.AllowDBNull = false;
|
|
this.columnCampo11_1_3.MaxLength = 50;
|
|
this.columnCampo11_1_4.AllowDBNull = false;
|
|
this.columnCampo11_1_4.MaxLength = 50;
|
|
this.columnCampo11_1_5.AllowDBNull = false;
|
|
this.columnCampo11_1_5.MaxLength = 50;
|
|
this.columnCampo11_2_1.AllowDBNull = false;
|
|
this.columnCampo11_2_1.MaxLength = 50;
|
|
this.columnCampo11_2_2.AllowDBNull = false;
|
|
this.columnCampo11_2_2.MaxLength = 50;
|
|
this.columnCampo11_2_3.AllowDBNull = false;
|
|
this.columnCampo11_2_3.MaxLength = 50;
|
|
this.columnCampo11_2_4.AllowDBNull = false;
|
|
this.columnCampo11_2_4.MaxLength = 50;
|
|
this.columnCampo11_2_5.AllowDBNull = false;
|
|
this.columnCampo11_2_5.MaxLength = 50;
|
|
this.columnCampo12_1.AllowDBNull = false;
|
|
this.columnCampo12_1.MaxLength = 50;
|
|
this.columnCampo12_2.AllowDBNull = false;
|
|
this.columnCampo12_2.MaxLength = 50;
|
|
this.columnCampo12_3.AllowDBNull = false;
|
|
this.columnCampo12_3.MaxLength = 50;
|
|
this.columnCampo12_4.AllowDBNull = false;
|
|
this.columnCampo12_4.MaxLength = 50;
|
|
this.columnCampo12_5.AllowDBNull = false;
|
|
this.columnCampo12_5.MaxLength = 50;
|
|
this.columnCampo13_1.AllowDBNull = false;
|
|
this.columnCampo13_1.MaxLength = 50;
|
|
this.columnCampo13_2.AllowDBNull = false;
|
|
this.columnCampo13_2.MaxLength = 50;
|
|
this.columnCampo13_3.AllowDBNull = false;
|
|
this.columnCampo13_3.MaxLength = 50;
|
|
this.columnCampo13_4.AllowDBNull = false;
|
|
this.columnCampo13_4.MaxLength = 50;
|
|
this.columnCampo13_5.AllowDBNull = false;
|
|
this.columnCampo13_5.MaxLength = 50;
|
|
this.columnCampo14_1.AllowDBNull = false;
|
|
this.columnCampo14_1.MaxLength = 50;
|
|
this.columnCampo14_2.AllowDBNull = false;
|
|
this.columnCampo14_2.MaxLength = 50;
|
|
this.columnCampo14_3.AllowDBNull = false;
|
|
this.columnCampo14_3.MaxLength = 50;
|
|
this.columnCampo14_4.AllowDBNull = false;
|
|
this.columnCampo14_4.MaxLength = 50;
|
|
this.columnCampo14_5.AllowDBNull = false;
|
|
this.columnCampo14_5.MaxLength = 50;
|
|
this.columnCampo15_1.AllowDBNull = false;
|
|
this.columnCampo15_1.MaxLength = 50;
|
|
this.columnCampo15_2.AllowDBNull = false;
|
|
this.columnCampo15_2.MaxLength = 50;
|
|
this.columnCampo15_3.AllowDBNull = false;
|
|
this.columnCampo15_3.MaxLength = 50;
|
|
this.columnCampo15_4.AllowDBNull = false;
|
|
this.columnCampo15_4.MaxLength = 50;
|
|
this.columnCampo15_5.AllowDBNull = false;
|
|
this.columnCampo15_5.MaxLength = 50;
|
|
this.columnCampo16_1.AllowDBNull = false;
|
|
this.columnCampo16_1.MaxLength = 50;
|
|
this.columnCampo16_2.AllowDBNull = false;
|
|
this.columnCampo16_2.MaxLength = 50;
|
|
this.columnCampo16_3.AllowDBNull = false;
|
|
this.columnCampo16_3.MaxLength = 50;
|
|
this.columnCampo16_4.AllowDBNull = false;
|
|
this.columnCampo16_4.MaxLength = 50;
|
|
this.columnCampo16_5.AllowDBNull = false;
|
|
this.columnCampo16_5.MaxLength = 50;
|
|
this.columnStatoOk.AllowDBNull = false;
|
|
this.columnCodCS.AllowDBNull = false;
|
|
this.columnCodCS.MaxLength = 2;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public OdetteRow NewOdetteRow() {
|
|
return ((OdetteRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new OdetteRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(OdetteRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.OdetteRowChanged != null)) {
|
|
this.OdetteRowChanged(this, new OdetteRowChangeEvent(((OdetteRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.OdetteRowChanging != null)) {
|
|
this.OdetteRowChanging(this, new OdetteRowChangeEvent(((OdetteRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.OdetteRowDeleted != null)) {
|
|
this.OdetteRowDeleted(this, new OdetteRowChangeEvent(((OdetteRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.OdetteRowDeleting != null)) {
|
|
this.OdetteRowDeleting(this, new OdetteRowChangeEvent(((OdetteRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void RemoveOdetteRow(OdetteRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
DS_Odette ds = new DS_Odette();
|
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
any1.MinOccurs = new decimal(0);
|
|
any1.MaxOccurs = decimal.MaxValue;
|
|
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
sequence.Items.Add(any1);
|
|
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
any2.MinOccurs = new decimal(1);
|
|
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
sequence.Items.Add(any2);
|
|
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
attribute1.Name = "namespace";
|
|
attribute1.FixedValue = ds.Namespace;
|
|
type.Attributes.Add(attribute1);
|
|
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
attribute2.Name = "tableTypeName";
|
|
attribute2.FixedValue = "OdetteDataTable";
|
|
type.Attributes.Add(attribute2);
|
|
type.Particle = sequence;
|
|
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
try {
|
|
global::System.Xml.Schema.XmlSchema schema = null;
|
|
dsSchema.Write(s1);
|
|
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
s2.SetLength(0);
|
|
schema.Write(s2);
|
|
if ((s1.Length == s2.Length)) {
|
|
s1.Position = 0;
|
|
s2.Position = 0;
|
|
for (; ((s1.Position != s1.Length)
|
|
&& (s1.ReadByte() == s2.ReadByte())); ) {
|
|
;
|
|
}
|
|
if ((s1.Position == s1.Length)) {
|
|
return type;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
finally {
|
|
if ((s1 != null)) {
|
|
s1.Close();
|
|
}
|
|
if ((s2 != null)) {
|
|
s2.Close();
|
|
}
|
|
}
|
|
}
|
|
xs.Add(dsSchema);
|
|
return type;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class stp_OdetteStatoCreateDataTable : global::System.Data.TypedTableBase<stp_OdetteStatoCreateRow> {
|
|
|
|
private global::System.Data.DataColumn columnOdetteCreate;
|
|
|
|
private global::System.Data.DataColumn columnOdetteDaCreare;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public stp_OdetteStatoCreateDataTable() {
|
|
this.TableName = "stp_OdetteStatoCreate";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal stp_OdetteStatoCreateDataTable(global::System.Data.DataTable table) {
|
|
this.TableName = table.TableName;
|
|
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|
this.CaseSensitive = table.CaseSensitive;
|
|
}
|
|
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|
this.Locale = table.Locale;
|
|
}
|
|
if ((table.Namespace != table.DataSet.Namespace)) {
|
|
this.Namespace = table.Namespace;
|
|
}
|
|
this.Prefix = table.Prefix;
|
|
this.MinimumCapacity = table.MinimumCapacity;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected stp_OdetteStatoCreateDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context) {
|
|
this.InitVars();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn OdetteCreateColumn {
|
|
get {
|
|
return this.columnOdetteCreate;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataColumn OdetteDaCreareColumn {
|
|
get {
|
|
return this.columnOdetteDaCreare;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
public int Count {
|
|
get {
|
|
return this.Rows.Count;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public stp_OdetteStatoCreateRow this[int index] {
|
|
get {
|
|
return ((stp_OdetteStatoCreateRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event stp_OdetteStatoCreateRowChangeEventHandler stp_OdetteStatoCreateRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event stp_OdetteStatoCreateRowChangeEventHandler stp_OdetteStatoCreateRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event stp_OdetteStatoCreateRowChangeEventHandler stp_OdetteStatoCreateRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public event stp_OdetteStatoCreateRowChangeEventHandler stp_OdetteStatoCreateRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void Addstp_OdetteStatoCreateRow(stp_OdetteStatoCreateRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public stp_OdetteStatoCreateRow Addstp_OdetteStatoCreateRow(int OdetteCreate, int OdetteDaCreare) {
|
|
stp_OdetteStatoCreateRow rowstp_OdetteStatoCreateRow = ((stp_OdetteStatoCreateRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
OdetteCreate,
|
|
OdetteDaCreare};
|
|
rowstp_OdetteStatoCreateRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowstp_OdetteStatoCreateRow);
|
|
return rowstp_OdetteStatoCreateRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
stp_OdetteStatoCreateDataTable cln = ((stp_OdetteStatoCreateDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new stp_OdetteStatoCreateDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnOdetteCreate = base.Columns["OdetteCreate"];
|
|
this.columnOdetteDaCreare = base.Columns["OdetteDaCreare"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnOdetteCreate = new global::System.Data.DataColumn("OdetteCreate", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOdetteCreate);
|
|
this.columnOdetteDaCreare = new global::System.Data.DataColumn("OdetteDaCreare", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOdetteDaCreare);
|
|
this.columnOdetteCreate.ReadOnly = true;
|
|
this.columnOdetteDaCreare.ReadOnly = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public stp_OdetteStatoCreateRow Newstp_OdetteStatoCreateRow() {
|
|
return ((stp_OdetteStatoCreateRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new stp_OdetteStatoCreateRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(stp_OdetteStatoCreateRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.stp_OdetteStatoCreateRowChanged != null)) {
|
|
this.stp_OdetteStatoCreateRowChanged(this, new stp_OdetteStatoCreateRowChangeEvent(((stp_OdetteStatoCreateRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.stp_OdetteStatoCreateRowChanging != null)) {
|
|
this.stp_OdetteStatoCreateRowChanging(this, new stp_OdetteStatoCreateRowChangeEvent(((stp_OdetteStatoCreateRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.stp_OdetteStatoCreateRowDeleted != null)) {
|
|
this.stp_OdetteStatoCreateRowDeleted(this, new stp_OdetteStatoCreateRowChangeEvent(((stp_OdetteStatoCreateRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.stp_OdetteStatoCreateRowDeleting != null)) {
|
|
this.stp_OdetteStatoCreateRowDeleting(this, new stp_OdetteStatoCreateRowChangeEvent(((stp_OdetteStatoCreateRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void Removestp_OdetteStatoCreateRow(stp_OdetteStatoCreateRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|
DS_Odette ds = new DS_Odette();
|
|
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|
any1.MinOccurs = new decimal(0);
|
|
any1.MaxOccurs = decimal.MaxValue;
|
|
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
sequence.Items.Add(any1);
|
|
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
|
|
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|
any2.MinOccurs = new decimal(1);
|
|
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|
sequence.Items.Add(any2);
|
|
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
attribute1.Name = "namespace";
|
|
attribute1.FixedValue = ds.Namespace;
|
|
type.Attributes.Add(attribute1);
|
|
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
|
|
attribute2.Name = "tableTypeName";
|
|
attribute2.FixedValue = "stp_OdetteStatoCreateDataTable";
|
|
type.Attributes.Add(attribute2);
|
|
type.Particle = sequence;
|
|
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|
if (xs.Contains(dsSchema.TargetNamespace)) {
|
|
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|
try {
|
|
global::System.Xml.Schema.XmlSchema schema = null;
|
|
dsSchema.Write(s1);
|
|
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|
s2.SetLength(0);
|
|
schema.Write(s2);
|
|
if ((s1.Length == s2.Length)) {
|
|
s1.Position = 0;
|
|
s2.Position = 0;
|
|
for (; ((s1.Position != s1.Length)
|
|
&& (s1.ReadByte() == s2.ReadByte())); ) {
|
|
;
|
|
}
|
|
if ((s1.Position == s1.Length)) {
|
|
return type;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
finally {
|
|
if ((s1 != null)) {
|
|
s1.Close();
|
|
}
|
|
if ((s2 != null)) {
|
|
s2.Close();
|
|
}
|
|
}
|
|
}
|
|
xs.Add(dsSchema);
|
|
return type;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class BORI202JRow : global::System.Data.DataRow {
|
|
|
|
private BORI202JDataTable tableBORI202J;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal BORI202JRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableBORI202J = ((BORI202JDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string CDMFS {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.CDMFSColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.CDMFSColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string GRBOS {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.GRBOSColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.GRBOSColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public decimal DTBOS {
|
|
get {
|
|
return ((decimal)(this[this.tableBORI202J.DTBOSColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.DTBOSColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public decimal NRBOS {
|
|
get {
|
|
return ((decimal)(this[this.tableBORI202J.NRBOSColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.NRBOSColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string CDARS {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.CDARSColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.CDARSColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public decimal NRRGS {
|
|
get {
|
|
return ((decimal)(this[this.tableBORI202J.NRRGSColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.NRRGSColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string CDINB {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.CDINBColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.CDINBColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string RA1ND {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.RA1NDColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.RA1NDColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string RA2ND {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.RA2NDColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.RA2NDColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string CAPND {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.CAPNDColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.CAPNDColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string CITND {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.CITNDColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.CITNDColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string RASCL {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.RASCLColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.RASCLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string INDCL {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.INDCLColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.INDCLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string CAPCL {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.CAPCLColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.CAPCLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string LOCCL {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.LOCCLColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.LOCCLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string PROCL {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.PROCLColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.PROCLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string INEND {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.INENDColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.INENDColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string CRAGCL {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.CRAGCLColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.CRAGCLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string TELND {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.TELNDColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.TELNDColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string CCDMOL {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.CCDMOLColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.CCDMOLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string CCDPTR {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.CCDPTRColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.CCDPTRColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public decimal EPLAVO {
|
|
get {
|
|
return ((decimal)(this[this.tableBORI202J.EPLAVOColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.EPLAVOColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public decimal NRC1B {
|
|
get {
|
|
return ((decimal)(this[this.tableBORI202J.NRC1BColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.NRC1BColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string ECMM01 {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.ECMM01Column]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.ECMM01Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string DEPAR {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.DEPARColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.DEPARColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string RCARTC {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.RCARTCColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.RCARTCColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string PERND {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.PERNDColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.PERNDColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string CCDET1 {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.CCDET1Column]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.CCDET1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string ECDNAE {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.ECDNAEColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.ECDNAEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string ECDNA1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableBORI202J.ECDNA1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ECDNA1\' in table \'BORI202J\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.ECDNA1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string EESPMD {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.EESPMDColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.EESPMDColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public decimal PELDB {
|
|
get {
|
|
return ((decimal)(this[this.tableBORI202J.PELDBColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.PELDBColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public decimal QTCNS {
|
|
get {
|
|
return ((decimal)(this[this.tableBORI202J.QTCNSColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.QTCNSColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string ECLAQP {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.ECLAQPColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.ECLAQPColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public decimal EPNETT {
|
|
get {
|
|
return ((decimal)(this[this.tableBORI202J.EPNETTColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.EPNETTColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string FCDI01 {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.FCDI01Column]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.FCDI01Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string OCDODM {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.OCDODMColumn]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.OCDODMColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string CCFOE1 {
|
|
get {
|
|
return ((string)(this[this.tableBORI202J.CCFOE1Column]));
|
|
}
|
|
set {
|
|
this[this.tableBORI202J.CCFOE1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool IsECDNA1Null() {
|
|
return this.IsNull(this.tableBORI202J.ECDNA1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void SetECDNA1Null() {
|
|
this[this.tableBORI202J.ECDNA1Column] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class OdetteRow : global::System.Data.DataRow {
|
|
|
|
private OdetteDataTable tableOdette;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal OdetteRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableOdette = ((OdetteDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string CampoUDC {
|
|
get {
|
|
return ((string)(this[this.tableOdette.CampoUDCColumn]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.CampoUDCColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo1_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo1_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo1_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo1_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo1_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo1_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo1_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo1_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo1_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo1_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo1_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo1_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo1_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo1_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo1_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo2_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo2_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo2_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo2_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo2_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo2_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo2_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo2_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo2_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo2_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo2_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo2_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo2_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo2_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo2_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo3_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo3_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo3_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo3_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo3_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo3_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo3_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo3_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo3_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo3_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo3_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo3_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo3_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo3_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo3_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo4_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo4_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo4_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo4_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo4_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo4_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo4_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo4_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo4_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo4_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo4_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo4_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo4_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo4_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo4_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo5_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo5_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo5_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo5_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo5_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo5_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo5_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo5_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo5_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo5_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo5_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo5_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo5_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo5_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo5_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo6_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo6_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo6_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo6_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo6_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo6_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo6_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo6_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo6_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo6_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo6_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo6_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo6_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo6_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo6_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo7_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo7_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo7_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo7_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo7_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo7_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo7_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo7_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo7_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo7_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo7_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo7_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo7_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo7_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo7_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo8_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo8_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo8_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo8_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo8_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo8_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo8_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo8_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo8_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo8_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo8_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo8_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo8_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo8_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo8_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo9_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo9_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo9_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo9_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo9_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo9_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo9_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo9_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo9_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo9_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo9_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo9_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo9_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo9_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo9_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo10_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo10_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo10_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo10_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo10_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo10_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo10_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo10_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo10_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo10_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo10_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo10_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo10_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo10_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo10_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo11_1_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo11_1_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo11_1_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo11_1_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo11_1_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo11_1_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo11_1_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo11_1_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo11_1_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo11_1_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo11_1_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo11_1_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo11_1_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo11_1_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo11_1_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo11_2_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo11_2_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo11_2_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo11_2_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo11_2_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo11_2_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo11_2_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo11_2_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo11_2_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo11_2_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo11_2_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo11_2_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo11_2_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo11_2_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo11_2_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo12_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo12_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo12_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo12_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo12_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo12_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo12_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo12_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo12_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo12_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo12_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo12_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo12_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo12_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo12_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo13_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo13_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo13_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo13_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo13_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo13_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo13_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo13_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo13_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo13_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo13_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo13_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo13_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo13_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo13_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo14_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo14_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo14_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo14_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo14_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo14_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo14_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo14_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo14_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo14_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo14_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo14_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo14_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo14_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo14_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo15_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo15_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo15_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo15_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo15_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo15_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo15_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo15_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo15_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo15_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo15_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo15_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo15_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo15_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo15_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo16_1 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo16_1Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo16_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo16_2 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo16_2Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo16_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo16_3 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo16_3Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo16_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo16_4 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo16_4Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo16_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string Campo16_5 {
|
|
get {
|
|
return ((string)(this[this.tableOdette.Campo16_5Column]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.Campo16_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool StatoOk {
|
|
get {
|
|
return ((bool)(this[this.tableOdette.StatoOkColumn]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.StatoOkColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public string CodCS {
|
|
get {
|
|
return ((string)(this[this.tableOdette.CodCSColumn]));
|
|
}
|
|
set {
|
|
this[this.tableOdette.CodCSColumn] = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class stp_OdetteStatoCreateRow : global::System.Data.DataRow {
|
|
|
|
private stp_OdetteStatoCreateDataTable tablestp_OdetteStatoCreate;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal stp_OdetteStatoCreateRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tablestp_OdetteStatoCreate = ((stp_OdetteStatoCreateDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public int OdetteCreate {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_OdetteStatoCreate.OdetteCreateColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'OdetteCreate\' in table \'stp_OdetteStatoCreate\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_OdetteStatoCreate.OdetteCreateColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public int OdetteDaCreare {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_OdetteStatoCreate.OdetteDaCreareColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'OdetteDaCreare\' in table \'stp_OdetteStatoCreate\' is DBNull." +
|
|
"", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_OdetteStatoCreate.OdetteDaCreareColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool IsOdetteCreateNull() {
|
|
return this.IsNull(this.tablestp_OdetteStatoCreate.OdetteCreateColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void SetOdetteCreateNull() {
|
|
this[this.tablestp_OdetteStatoCreate.OdetteCreateColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool IsOdetteDaCreareNull() {
|
|
return this.IsNull(this.tablestp_OdetteStatoCreate.OdetteDaCreareColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public void SetOdetteDaCreareNull() {
|
|
this[this.tablestp_OdetteStatoCreate.OdetteDaCreareColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public class BORI202JRowChangeEvent : global::System.EventArgs {
|
|
|
|
private BORI202JRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public BORI202JRowChangeEvent(BORI202JRow row, global::System.Data.DataRowAction action) {
|
|
this.eventRow = row;
|
|
this.eventAction = action;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public BORI202JRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public class OdetteRowChangeEvent : global::System.EventArgs {
|
|
|
|
private OdetteRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public OdetteRowChangeEvent(OdetteRow row, global::System.Data.DataRowAction action) {
|
|
this.eventRow = row;
|
|
this.eventAction = action;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public OdetteRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public class stp_OdetteStatoCreateRowChangeEvent : global::System.EventArgs {
|
|
|
|
private stp_OdetteStatoCreateRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public stp_OdetteStatoCreateRowChangeEvent(stp_OdetteStatoCreateRow row, global::System.Data.DataRowAction action) {
|
|
this.eventRow = row;
|
|
this.eventAction = action;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public stp_OdetteStatoCreateRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace GMW_data.DS_OdetteTableAdapters {
|
|
|
|
|
|
/// <summary>
|
|
///Represents the connection and commands used to retrieve and save data.
|
|
///</summary>
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
[global::System.ComponentModel.DataObjectAttribute(true)]
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public partial class BORI202JTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
private bool _clearBeforeFill;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public BORI202JTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
get {
|
|
if ((this._adapter == null)) {
|
|
this.InitAdapter();
|
|
}
|
|
return this._adapter;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
get {
|
|
if ((this._connection == null)) {
|
|
this.InitConnection();
|
|
}
|
|
return this._connection;
|
|
}
|
|
set {
|
|
this._connection = value;
|
|
if ((this.Adapter.InsertCommand != null)) {
|
|
this.Adapter.InsertCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.DeleteCommand != null)) {
|
|
this.Adapter.DeleteCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.UpdateCommand != null)) {
|
|
this.Adapter.UpdateCommand.Connection = value;
|
|
}
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
if ((this.CommandCollection[i] != null)) {
|
|
((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
get {
|
|
return this._transaction;
|
|
}
|
|
set {
|
|
this._transaction = value;
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
this.CommandCollection[i].Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.DeleteCommand != null))) {
|
|
this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.InsertCommand != null))) {
|
|
this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.UpdateCommand != null))) {
|
|
this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
get {
|
|
if ((this._commandCollection == null)) {
|
|
this.InitCommandCollection();
|
|
}
|
|
return this._commandCollection;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool ClearBeforeFill {
|
|
get {
|
|
return this._clearBeforeFill;
|
|
}
|
|
set {
|
|
this._clearBeforeFill = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitAdapter() {
|
|
this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
tableMapping.SourceTable = "Table";
|
|
tableMapping.DataSetTable = "BORI202J";
|
|
tableMapping.ColumnMappings.Add("CDMFS", "CDMFS");
|
|
tableMapping.ColumnMappings.Add("GRBOS", "GRBOS");
|
|
tableMapping.ColumnMappings.Add("DTBOS", "DTBOS");
|
|
tableMapping.ColumnMappings.Add("NRBOS", "NRBOS");
|
|
tableMapping.ColumnMappings.Add("CDARS", "CDARS");
|
|
tableMapping.ColumnMappings.Add("NRRGS", "NRRGS");
|
|
tableMapping.ColumnMappings.Add("CDINB", "CDINB");
|
|
tableMapping.ColumnMappings.Add("RA1ND", "RA1ND");
|
|
tableMapping.ColumnMappings.Add("RA2ND", "RA2ND");
|
|
tableMapping.ColumnMappings.Add("CAPND", "CAPND");
|
|
tableMapping.ColumnMappings.Add("CITND", "CITND");
|
|
tableMapping.ColumnMappings.Add("RASCL", "RASCL");
|
|
tableMapping.ColumnMappings.Add("INDCL", "INDCL");
|
|
tableMapping.ColumnMappings.Add("CAPCL", "CAPCL");
|
|
tableMapping.ColumnMappings.Add("LOCCL", "LOCCL");
|
|
tableMapping.ColumnMappings.Add("PROCL", "PROCL");
|
|
tableMapping.ColumnMappings.Add("INEND", "INEND");
|
|
tableMapping.ColumnMappings.Add("CRAGCL", "CRAGCL");
|
|
tableMapping.ColumnMappings.Add("TELND", "TELND");
|
|
tableMapping.ColumnMappings.Add("CCDMOL", "CCDMOL");
|
|
tableMapping.ColumnMappings.Add("CCDPTR", "CCDPTR");
|
|
tableMapping.ColumnMappings.Add("EPLAVO", "EPLAVO");
|
|
tableMapping.ColumnMappings.Add("NRC1B", "NRC1B");
|
|
tableMapping.ColumnMappings.Add("ECMM01", "ECMM01");
|
|
tableMapping.ColumnMappings.Add("DEPAR", "DEPAR");
|
|
tableMapping.ColumnMappings.Add("RCARTC", "RCARTC");
|
|
tableMapping.ColumnMappings.Add("PERND", "PERND");
|
|
tableMapping.ColumnMappings.Add("CCDET1", "CCDET1");
|
|
tableMapping.ColumnMappings.Add("ECDNAE", "ECDNAE");
|
|
tableMapping.ColumnMappings.Add("ECDNA1", "ECDNA1");
|
|
tableMapping.ColumnMappings.Add("EESPMD", "EESPMD");
|
|
tableMapping.ColumnMappings.Add("PELDB", "PELDB");
|
|
tableMapping.ColumnMappings.Add("QTCNS", "QTCNS");
|
|
tableMapping.ColumnMappings.Add("ECLAQP", "ECLAQP");
|
|
tableMapping.ColumnMappings.Add("EPNETT", "EPNETT");
|
|
tableMapping.ColumnMappings.Add("FCDI01", "FCDI01");
|
|
tableMapping.ColumnMappings.Add("OCDODM", "OCDODM");
|
|
tableMapping.ColumnMappings.Add("CCFOE1", "CCFOE1");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.DeleteCommand.Connection = this.Connection;
|
|
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [RawData].[BORI202J] WHERE (([CDMFS] = @Original_CDMFS) AND ([GRBOS] = @Original_GRBOS) AND ([DTBOS] = @Original_DTBOS) AND ([NRBOS] = @Original_NRBOS) AND ([CDARS] = @Original_CDARS) AND ([NRRGS] = @Original_NRRGS) AND ([CDINB] = @Original_CDINB) AND ([RA1ND] = @Original_RA1ND) AND ([RA2ND] = @Original_RA2ND) AND ([CAPND] = @Original_CAPND) AND ([CITND] = @Original_CITND) AND ([RASCL] = @Original_RASCL) AND ([INDCL] = @Original_INDCL) AND ([CAPCL] = @Original_CAPCL) AND ([LOCCL] = @Original_LOCCL) AND ([PROCL] = @Original_PROCL) AND ([INEND] = @Original_INEND) AND ([CRAGCL] = @Original_CRAGCL) AND ([TELND] = @Original_TELND) AND ([CCDMOL] = @Original_CCDMOL) AND ([CCDPTR] = @Original_CCDPTR) AND ([EPLAVO] = @Original_EPLAVO) AND ([NRC1B] = @Original_NRC1B) AND ([ECMM01] = @Original_ECMM01) AND ([DEPAR] = @Original_DEPAR) AND ([RCARTC] = @Original_RCARTC) AND ([PERND] = @Original_PERND) AND ([CCDET1] = @Original_CCDET1) AND ([ECDNAE] = @Original_ECDNAE) AND ((@IsNull_ECDNA1 = 1 AND [ECDNA1] IS NULL) OR ([ECDNA1] = @Original_ECDNA1)) AND ([EESPMD] = @Original_EESPMD) AND ([PELDB] = @Original_PELDB) AND ([QTCNS] = @Original_QTCNS) AND ([ECLAQP] = @Original_ECLAQP) AND ([EPNETT] = @Original_EPNETT) AND ([FCDI01] = @Original_FCDI01) AND ([OCDODM] = @Original_OCDODM) AND ([CCFOE1] = @Original_CCFOE1))";
|
|
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CDMFS", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CDMFS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_GRBOS", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "GRBOS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DTBOS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 8, 0, "DTBOS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_NRBOS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 6, 0, "NRBOS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CDARS", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CDARS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_NRRGS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 5, 0, "NRRGS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CDINB", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CDINB", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RA1ND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RA1ND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RA2ND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RA2ND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CAPND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CAPND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CITND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CITND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RASCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RASCL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_INDCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "INDCL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CAPCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CAPCL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_LOCCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LOCCL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PROCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PROCL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_INEND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "INEND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CRAGCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CRAGCL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_TELND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "TELND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CCDMOL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCDMOL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CCDPTR", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCDPTR", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_EPLAVO", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 7, 3, "EPLAVO", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_NRC1B", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 5, 0, "NRC1B", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ECMM01", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECMM01", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DEPAR", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DEPAR", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RCARTC", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RCARTC", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PERND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PERND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CCDET1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCDET1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ECDNAE", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECDNAE", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ECDNA1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECDNA1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ECDNA1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECDNA1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_EESPMD", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "EESPMD", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PELDB", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 7, 2, "PELDB", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QTCNS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 2, "QTCNS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ECLAQP", global::System.Data.SqlDbType.NChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECLAQP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_EPNETT", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 7, 3, "EPNETT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FCDI01", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FCDI01", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_OCDODM", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OCDODM", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CCFOE1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCFOE1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.InsertCommand.Connection = this.Connection;
|
|
this._adapter.InsertCommand.CommandText = @"INSERT INTO [RawData].[BORI202J] ([CDMFS], [GRBOS], [DTBOS], [NRBOS], [CDARS], [NRRGS], [CDINB], [RA1ND], [RA2ND], [CAPND], [CITND], [RASCL], [INDCL], [CAPCL], [LOCCL], [PROCL], [INEND], [CRAGCL], [TELND], [CCDMOL], [CCDPTR], [EPLAVO], [NRC1B], [ECMM01], [DEPAR], [RCARTC], [PERND], [CCDET1], [ECDNAE], [ECDNA1], [EESPMD], [PELDB], [QTCNS], [ECLAQP], [EPNETT], [FCDI01], [OCDODM], [CCFOE1]) VALUES (@CDMFS, @GRBOS, @DTBOS, @NRBOS, @CDARS, @NRRGS, @CDINB, @RA1ND, @RA2ND, @CAPND, @CITND, @RASCL, @INDCL, @CAPCL, @LOCCL, @PROCL, @INEND, @CRAGCL, @TELND, @CCDMOL, @CCDPTR, @EPLAVO, @NRC1B, @ECMM01, @DEPAR, @RCARTC, @PERND, @CCDET1, @ECDNAE, @ECDNA1, @EESPMD, @PELDB, @QTCNS, @ECLAQP, @EPNETT, @FCDI01, @OCDODM, @CCFOE1);
|
|
SELECT CDMFS, GRBOS, DTBOS, NRBOS, CDARS, NRRGS, CDINB, RA1ND, RA2ND, CAPND, CITND, RASCL, INDCL, CAPCL, LOCCL, PROCL, INEND, CRAGCL, TELND, CCDMOL, CCDPTR, EPLAVO, NRC1B, ECMM01, DEPAR, RCARTC, PERND, CCDET1, ECDNAE, ECDNA1, EESPMD, PELDB, QTCNS, ECLAQP, EPNETT, FCDI01, OCDODM, CCFOE1 FROM RawData.BORI202J WHERE (CDARS = @CDARS) AND (CDMFS = @CDMFS) AND (DTBOS = @DTBOS) AND (GRBOS = @GRBOS) AND (NRBOS = @NRBOS) AND (NRRGS = @NRRGS)";
|
|
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CDMFS", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CDMFS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GRBOS", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "GRBOS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DTBOS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 8, 0, "DTBOS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NRBOS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 6, 0, "NRBOS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CDARS", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CDARS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NRRGS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 5, 0, "NRRGS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CDINB", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CDINB", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RA1ND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RA1ND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RA2ND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RA2ND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CAPND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CAPND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CITND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CITND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RASCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RASCL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@INDCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "INDCL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CAPCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CAPCL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LOCCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LOCCL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PROCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PROCL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@INEND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "INEND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CRAGCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CRAGCL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TELND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "TELND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CCDMOL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCDMOL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CCDPTR", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCDPTR", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EPLAVO", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 7, 3, "EPLAVO", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NRC1B", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 5, 0, "NRC1B", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ECMM01", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECMM01", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DEPAR", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DEPAR", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RCARTC", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RCARTC", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PERND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PERND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CCDET1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCDET1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ECDNAE", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECDNAE", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ECDNA1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECDNA1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EESPMD", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "EESPMD", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PELDB", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 7, 2, "PELDB", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QTCNS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 2, "QTCNS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ECLAQP", global::System.Data.SqlDbType.NChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECLAQP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EPNETT", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 7, 3, "EPNETT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FCDI01", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FCDI01", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OCDODM", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OCDODM", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CCFOE1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCFOE1", 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 [RawData].[BORI202J] SET [CDMFS] = @CDMFS, [GRBOS] = @GRBOS, [DTBOS] = @DT" +
|
|
"BOS, [NRBOS] = @NRBOS, [CDARS] = @CDARS, [NRRGS] = @NRRGS, [CDINB] = @CDINB, [RA" +
|
|
"1ND] = @RA1ND, [RA2ND] = @RA2ND, [CAPND] = @CAPND, [CITND] = @CITND, [RASCL] = @" +
|
|
"RASCL, [INDCL] = @INDCL, [CAPCL] = @CAPCL, [LOCCL] = @LOCCL, [PROCL] = @PROCL, [" +
|
|
"INEND] = @INEND, [CRAGCL] = @CRAGCL, [TELND] = @TELND, [CCDMOL] = @CCDMOL, [CCDP" +
|
|
"TR] = @CCDPTR, [EPLAVO] = @EPLAVO, [NRC1B] = @NRC1B, [ECMM01] = @ECMM01, [DEPAR]" +
|
|
" = @DEPAR, [RCARTC] = @RCARTC, [PERND] = @PERND, [CCDET1] = @CCDET1, [ECDNAE] = " +
|
|
"@ECDNAE, [ECDNA1] = @ECDNA1, [EESPMD] = @EESPMD, [PELDB] = @PELDB, [QTCNS] = @QT" +
|
|
"CNS, [ECLAQP] = @ECLAQP, [EPNETT] = @EPNETT, [FCDI01] = @FCDI01, [OCDODM] = @OCD" +
|
|
"ODM, [CCFOE1] = @CCFOE1 WHERE (([CDMFS] = @Original_CDMFS) AND ([GRBOS] = @Origi" +
|
|
"nal_GRBOS) AND ([DTBOS] = @Original_DTBOS) AND ([NRBOS] = @Original_NRBOS) AND (" +
|
|
"[CDARS] = @Original_CDARS) AND ([NRRGS] = @Original_NRRGS) AND ([CDINB] = @Origi" +
|
|
"nal_CDINB) AND ([RA1ND] = @Original_RA1ND) AND ([RA2ND] = @Original_RA2ND) AND (" +
|
|
"[CAPND] = @Original_CAPND) AND ([CITND] = @Original_CITND) AND ([RASCL] = @Origi" +
|
|
"nal_RASCL) AND ([INDCL] = @Original_INDCL) AND ([CAPCL] = @Original_CAPCL) AND (" +
|
|
"[LOCCL] = @Original_LOCCL) AND ([PROCL] = @Original_PROCL) AND ([INEND] = @Origi" +
|
|
"nal_INEND) AND ([CRAGCL] = @Original_CRAGCL) AND ([TELND] = @Original_TELND) AND" +
|
|
" ([CCDMOL] = @Original_CCDMOL) AND ([CCDPTR] = @Original_CCDPTR) AND ([EPLAVO] =" +
|
|
" @Original_EPLAVO) AND ([NRC1B] = @Original_NRC1B) AND ([ECMM01] = @Original_ECM" +
|
|
"M01) AND ([DEPAR] = @Original_DEPAR) AND ([RCARTC] = @Original_RCARTC) AND ([PER" +
|
|
"ND] = @Original_PERND) AND ([CCDET1] = @Original_CCDET1) AND ([ECDNAE] = @Origin" +
|
|
"al_ECDNAE) AND ((@IsNull_ECDNA1 = 1 AND [ECDNA1] IS NULL) OR ([ECDNA1] = @Origin" +
|
|
"al_ECDNA1)) AND ([EESPMD] = @Original_EESPMD) AND ([PELDB] = @Original_PELDB) AN" +
|
|
"D ([QTCNS] = @Original_QTCNS) AND ([ECLAQP] = @Original_ECLAQP) AND ([EPNETT] = " +
|
|
"@Original_EPNETT) AND ([FCDI01] = @Original_FCDI01) AND ([OCDODM] = @Original_OC" +
|
|
"DODM) AND ([CCFOE1] = @Original_CCFOE1));\r\nSELECT CDMFS, GRBOS, DTBOS, NRBOS, CD" +
|
|
"ARS, NRRGS, CDINB, RA1ND, RA2ND, CAPND, CITND, RASCL, INDCL, CAPCL, LOCCL, PROCL" +
|
|
", INEND, CRAGCL, TELND, CCDMOL, CCDPTR, EPLAVO, NRC1B, ECMM01, DEPAR, RCARTC, PE" +
|
|
"RND, CCDET1, ECDNAE, ECDNA1, EESPMD, PELDB, QTCNS, ECLAQP, EPNETT, FCDI01, OCDOD" +
|
|
"M, CCFOE1 FROM RawData.BORI202J WHERE (CDARS = @CDARS) AND (CDMFS = @CDMFS) AND " +
|
|
"(DTBOS = @DTBOS) AND (GRBOS = @GRBOS) AND (NRBOS = @NRBOS) AND (NRRGS = @NRRGS)";
|
|
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CDMFS", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CDMFS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GRBOS", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "GRBOS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DTBOS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 8, 0, "DTBOS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NRBOS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 6, 0, "NRBOS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CDARS", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CDARS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NRRGS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 5, 0, "NRRGS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CDINB", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CDINB", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RA1ND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RA1ND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RA2ND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RA2ND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CAPND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CAPND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CITND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CITND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RASCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RASCL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@INDCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "INDCL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CAPCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CAPCL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LOCCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LOCCL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PROCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PROCL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@INEND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "INEND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CRAGCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CRAGCL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TELND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "TELND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CCDMOL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCDMOL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CCDPTR", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCDPTR", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EPLAVO", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 7, 3, "EPLAVO", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NRC1B", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 5, 0, "NRC1B", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ECMM01", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECMM01", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DEPAR", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DEPAR", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RCARTC", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RCARTC", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PERND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PERND", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CCDET1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCDET1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ECDNAE", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECDNAE", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ECDNA1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECDNA1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EESPMD", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "EESPMD", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PELDB", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 7, 2, "PELDB", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QTCNS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 2, "QTCNS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ECLAQP", global::System.Data.SqlDbType.NChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECLAQP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@EPNETT", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 7, 3, "EPNETT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FCDI01", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FCDI01", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OCDODM", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OCDODM", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CCFOE1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCFOE1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CDMFS", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CDMFS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_GRBOS", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "GRBOS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DTBOS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 8, 0, "DTBOS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_NRBOS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 6, 0, "NRBOS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CDARS", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CDARS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_NRRGS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 5, 0, "NRRGS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CDINB", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CDINB", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RA1ND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RA1ND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RA2ND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RA2ND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CAPND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CAPND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CITND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CITND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RASCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RASCL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_INDCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "INDCL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CAPCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CAPCL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_LOCCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LOCCL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PROCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PROCL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_INEND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "INEND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CRAGCL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CRAGCL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_TELND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "TELND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CCDMOL", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCDMOL", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CCDPTR", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCDPTR", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_EPLAVO", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 7, 3, "EPLAVO", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_NRC1B", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 5, 0, "NRC1B", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ECMM01", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECMM01", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DEPAR", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DEPAR", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RCARTC", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RCARTC", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PERND", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PERND", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CCDET1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCDET1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ECDNAE", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECDNAE", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ECDNA1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECDNA1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ECDNA1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECDNA1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_EESPMD", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "EESPMD", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PELDB", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 7, 2, "PELDB", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QTCNS", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 9, 2, "QTCNS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ECLAQP", global::System.Data.SqlDbType.NChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ECLAQP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_EPNETT", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 7, 3, "EPNETT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_FCDI01", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "FCDI01", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_OCDODM", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "OCDODM", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CCFOE1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CCFOE1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::GMW_data.Properties.Settings.Default.GMWConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT *\r\nFROM RawData.BORI202J";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_BORI_caricaDatiBolla";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RaggrMagazz", global::System.Data.SqlDbType.NVarChar, 2, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GruppoBolle", global::System.Data.SqlDbType.NVarChar, 1, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NumeroBolla", global::System.Data.SqlDbType.NVarChar, 6, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataBolla", global::System.Data.SqlDbType.NVarChar, 8, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Particolare", global::System.Data.SqlDbType.NVarChar, 15, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_BORI_getByBolla";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numB", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 6, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dataB", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 8, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_BORI_getByBollaFull";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RaggrMagazz", global::System.Data.SqlDbType.NVarChar, 2, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GruppoBolle", global::System.Data.SqlDbType.NVarChar, 1, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NumeroBolla", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 6, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataBolla", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 8, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Particolare", global::System.Data.SqlDbType.NVarChar, 15, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_BORI_getByBollaPart";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RaggrMagazz", global::System.Data.SqlDbType.NVarChar, 2, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GruppoBolle", global::System.Data.SqlDbType.NVarChar, 1, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NumeroBolla", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 6, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataBolla", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 8, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
public virtual int Fill(DS_Odette.BORI202JDataTable dataTable) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((this.ClearBeforeFill == true)) {
|
|
dataTable.Clear();
|
|
}
|
|
int returnValue = this.Adapter.Fill(dataTable);
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Odette.BORI202JDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Odette.BORI202JDataTable dataTable = new DS_Odette.BORI202JDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Odette.BORI202JDataTable getByBolla(global::System.Nullable<decimal> numB, global::System.Nullable<decimal> dataB) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((numB.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((decimal)(numB.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((dataB.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((decimal)(dataB.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Odette.BORI202JDataTable dataTable = new DS_Odette.BORI202JDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Odette.BORI202JDataTable getByKeyFull(string RaggrMagazz, string GruppoBolle, global::System.Nullable<decimal> NumeroBolla, global::System.Nullable<decimal> DataBolla, string Particolare) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[3];
|
|
if ((RaggrMagazz == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(RaggrMagazz));
|
|
}
|
|
if ((GruppoBolle == null)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((string)(GruppoBolle));
|
|
}
|
|
if ((NumeroBolla.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = ((decimal)(NumeroBolla.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataBolla.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = ((decimal)(DataBolla.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Particolare == null)) {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = ((string)(Particolare));
|
|
}
|
|
DS_Odette.BORI202JDataTable dataTable = new DS_Odette.BORI202JDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Odette.BORI202JDataTable getByKeyPart(string RaggrMagazz, string GruppoBolle, global::System.Nullable<decimal> NumeroBolla, global::System.Nullable<decimal> DataBolla) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[4];
|
|
if ((RaggrMagazz == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(RaggrMagazz));
|
|
}
|
|
if ((GruppoBolle == null)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((string)(GruppoBolle));
|
|
}
|
|
if ((NumeroBolla.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = ((decimal)(NumeroBolla.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataBolla.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = ((decimal)(DataBolla.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Odette.BORI202JDataTable dataTable = new DS_Odette.BORI202JDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Odette.BORI202JDataTable dataTable) {
|
|
return this.Adapter.Update(dataTable);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Odette dataSet) {
|
|
return this.Adapter.Update(dataSet, "BORI202J");
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
dataRow});
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
return this.Adapter.Update(dataRows);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
public virtual int Delete(
|
|
string Original_CDMFS,
|
|
string Original_GRBOS,
|
|
decimal Original_DTBOS,
|
|
decimal Original_NRBOS,
|
|
string Original_CDARS,
|
|
decimal Original_NRRGS,
|
|
string Original_CDINB,
|
|
string Original_RA1ND,
|
|
string Original_RA2ND,
|
|
string Original_CAPND,
|
|
string Original_CITND,
|
|
string Original_RASCL,
|
|
string Original_INDCL,
|
|
string Original_CAPCL,
|
|
string Original_LOCCL,
|
|
string Original_PROCL,
|
|
string Original_INEND,
|
|
string Original_CRAGCL,
|
|
string Original_TELND,
|
|
string Original_CCDMOL,
|
|
string Original_CCDPTR,
|
|
decimal Original_EPLAVO,
|
|
decimal Original_NRC1B,
|
|
string Original_ECMM01,
|
|
string Original_DEPAR,
|
|
string Original_RCARTC,
|
|
string Original_PERND,
|
|
string Original_CCDET1,
|
|
string Original_ECDNAE,
|
|
string Original_ECDNA1,
|
|
string Original_EESPMD,
|
|
decimal Original_PELDB,
|
|
decimal Original_QTCNS,
|
|
string Original_ECLAQP,
|
|
decimal Original_EPNETT,
|
|
string Original_FCDI01,
|
|
string Original_OCDODM,
|
|
string Original_CCFOE1) {
|
|
if ((Original_CDMFS == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CDMFS");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_CDMFS));
|
|
}
|
|
if ((Original_GRBOS == null)) {
|
|
throw new global::System.ArgumentNullException("Original_GRBOS");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_GRBOS));
|
|
}
|
|
this.Adapter.DeleteCommand.Parameters[2].Value = ((decimal)(Original_DTBOS));
|
|
this.Adapter.DeleteCommand.Parameters[3].Value = ((decimal)(Original_NRBOS));
|
|
if ((Original_CDARS == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CDARS");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_CDARS));
|
|
}
|
|
this.Adapter.DeleteCommand.Parameters[5].Value = ((decimal)(Original_NRRGS));
|
|
if ((Original_CDINB == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CDINB");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_CDINB));
|
|
}
|
|
if ((Original_RA1ND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_RA1ND");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[7].Value = ((string)(Original_RA1ND));
|
|
}
|
|
if ((Original_RA2ND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_RA2ND");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_RA2ND));
|
|
}
|
|
if ((Original_CAPND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CAPND");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[9].Value = ((string)(Original_CAPND));
|
|
}
|
|
if ((Original_CITND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CITND");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_CITND));
|
|
}
|
|
if ((Original_RASCL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_RASCL");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[11].Value = ((string)(Original_RASCL));
|
|
}
|
|
if ((Original_INDCL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_INDCL");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_INDCL));
|
|
}
|
|
if ((Original_CAPCL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CAPCL");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[13].Value = ((string)(Original_CAPCL));
|
|
}
|
|
if ((Original_LOCCL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_LOCCL");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_LOCCL));
|
|
}
|
|
if ((Original_PROCL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_PROCL");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_PROCL));
|
|
}
|
|
if ((Original_INEND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_INEND");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_INEND));
|
|
}
|
|
if ((Original_CRAGCL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CRAGCL");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[17].Value = ((string)(Original_CRAGCL));
|
|
}
|
|
if ((Original_TELND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_TELND");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_TELND));
|
|
}
|
|
if ((Original_CCDMOL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CCDMOL");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[19].Value = ((string)(Original_CCDMOL));
|
|
}
|
|
if ((Original_CCDPTR == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CCDPTR");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[20].Value = ((string)(Original_CCDPTR));
|
|
}
|
|
this.Adapter.DeleteCommand.Parameters[21].Value = ((decimal)(Original_EPLAVO));
|
|
this.Adapter.DeleteCommand.Parameters[22].Value = ((decimal)(Original_NRC1B));
|
|
if ((Original_ECMM01 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_ECMM01");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[23].Value = ((string)(Original_ECMM01));
|
|
}
|
|
if ((Original_DEPAR == null)) {
|
|
throw new global::System.ArgumentNullException("Original_DEPAR");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[24].Value = ((string)(Original_DEPAR));
|
|
}
|
|
if ((Original_RCARTC == null)) {
|
|
throw new global::System.ArgumentNullException("Original_RCARTC");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[25].Value = ((string)(Original_RCARTC));
|
|
}
|
|
if ((Original_PERND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_PERND");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[26].Value = ((string)(Original_PERND));
|
|
}
|
|
if ((Original_CCDET1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CCDET1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[27].Value = ((string)(Original_CCDET1));
|
|
}
|
|
if ((Original_ECDNAE == null)) {
|
|
throw new global::System.ArgumentNullException("Original_ECDNAE");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[28].Value = ((string)(Original_ECDNAE));
|
|
}
|
|
if ((Original_ECDNA1 == null)) {
|
|
this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1));
|
|
this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0));
|
|
this.Adapter.DeleteCommand.Parameters[30].Value = ((string)(Original_ECDNA1));
|
|
}
|
|
if ((Original_EESPMD == null)) {
|
|
throw new global::System.ArgumentNullException("Original_EESPMD");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[31].Value = ((string)(Original_EESPMD));
|
|
}
|
|
this.Adapter.DeleteCommand.Parameters[32].Value = ((decimal)(Original_PELDB));
|
|
this.Adapter.DeleteCommand.Parameters[33].Value = ((decimal)(Original_QTCNS));
|
|
if ((Original_ECLAQP == null)) {
|
|
throw new global::System.ArgumentNullException("Original_ECLAQP");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[34].Value = ((string)(Original_ECLAQP));
|
|
}
|
|
this.Adapter.DeleteCommand.Parameters[35].Value = ((decimal)(Original_EPNETT));
|
|
if ((Original_FCDI01 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_FCDI01");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[36].Value = ((string)(Original_FCDI01));
|
|
}
|
|
if ((Original_OCDODM == null)) {
|
|
throw new global::System.ArgumentNullException("Original_OCDODM");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[37].Value = ((string)(Original_OCDODM));
|
|
}
|
|
if ((Original_CCFOE1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CCFOE1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[38].Value = ((string)(Original_CCFOE1));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.DeleteCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.DeleteCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
public virtual int Insert(
|
|
string CDMFS,
|
|
string GRBOS,
|
|
decimal DTBOS,
|
|
decimal NRBOS,
|
|
string CDARS,
|
|
decimal NRRGS,
|
|
string CDINB,
|
|
string RA1ND,
|
|
string RA2ND,
|
|
string CAPND,
|
|
string CITND,
|
|
string RASCL,
|
|
string INDCL,
|
|
string CAPCL,
|
|
string LOCCL,
|
|
string PROCL,
|
|
string INEND,
|
|
string CRAGCL,
|
|
string TELND,
|
|
string CCDMOL,
|
|
string CCDPTR,
|
|
decimal EPLAVO,
|
|
decimal NRC1B,
|
|
string ECMM01,
|
|
string DEPAR,
|
|
string RCARTC,
|
|
string PERND,
|
|
string CCDET1,
|
|
string ECDNAE,
|
|
string ECDNA1,
|
|
string EESPMD,
|
|
decimal PELDB,
|
|
decimal QTCNS,
|
|
string ECLAQP,
|
|
decimal EPNETT,
|
|
string FCDI01,
|
|
string OCDODM,
|
|
string CCFOE1) {
|
|
if ((CDMFS == null)) {
|
|
throw new global::System.ArgumentNullException("CDMFS");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(CDMFS));
|
|
}
|
|
if ((GRBOS == null)) {
|
|
throw new global::System.ArgumentNullException("GRBOS");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(GRBOS));
|
|
}
|
|
this.Adapter.InsertCommand.Parameters[2].Value = ((decimal)(DTBOS));
|
|
this.Adapter.InsertCommand.Parameters[3].Value = ((decimal)(NRBOS));
|
|
if ((CDARS == null)) {
|
|
throw new global::System.ArgumentNullException("CDARS");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(CDARS));
|
|
}
|
|
this.Adapter.InsertCommand.Parameters[5].Value = ((decimal)(NRRGS));
|
|
if ((CDINB == null)) {
|
|
throw new global::System.ArgumentNullException("CDINB");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(CDINB));
|
|
}
|
|
if ((RA1ND == null)) {
|
|
throw new global::System.ArgumentNullException("RA1ND");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(RA1ND));
|
|
}
|
|
if ((RA2ND == null)) {
|
|
throw new global::System.ArgumentNullException("RA2ND");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(RA2ND));
|
|
}
|
|
if ((CAPND == null)) {
|
|
throw new global::System.ArgumentNullException("CAPND");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(CAPND));
|
|
}
|
|
if ((CITND == null)) {
|
|
throw new global::System.ArgumentNullException("CITND");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(CITND));
|
|
}
|
|
if ((RASCL == null)) {
|
|
throw new global::System.ArgumentNullException("RASCL");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(RASCL));
|
|
}
|
|
if ((INDCL == null)) {
|
|
throw new global::System.ArgumentNullException("INDCL");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(INDCL));
|
|
}
|
|
if ((CAPCL == null)) {
|
|
throw new global::System.ArgumentNullException("CAPCL");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[13].Value = ((string)(CAPCL));
|
|
}
|
|
if ((LOCCL == null)) {
|
|
throw new global::System.ArgumentNullException("LOCCL");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[14].Value = ((string)(LOCCL));
|
|
}
|
|
if ((PROCL == null)) {
|
|
throw new global::System.ArgumentNullException("PROCL");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[15].Value = ((string)(PROCL));
|
|
}
|
|
if ((INEND == null)) {
|
|
throw new global::System.ArgumentNullException("INEND");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[16].Value = ((string)(INEND));
|
|
}
|
|
if ((CRAGCL == null)) {
|
|
throw new global::System.ArgumentNullException("CRAGCL");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[17].Value = ((string)(CRAGCL));
|
|
}
|
|
if ((TELND == null)) {
|
|
throw new global::System.ArgumentNullException("TELND");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[18].Value = ((string)(TELND));
|
|
}
|
|
if ((CCDMOL == null)) {
|
|
throw new global::System.ArgumentNullException("CCDMOL");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[19].Value = ((string)(CCDMOL));
|
|
}
|
|
if ((CCDPTR == null)) {
|
|
throw new global::System.ArgumentNullException("CCDPTR");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[20].Value = ((string)(CCDPTR));
|
|
}
|
|
this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(EPLAVO));
|
|
this.Adapter.InsertCommand.Parameters[22].Value = ((decimal)(NRC1B));
|
|
if ((ECMM01 == null)) {
|
|
throw new global::System.ArgumentNullException("ECMM01");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[23].Value = ((string)(ECMM01));
|
|
}
|
|
if ((DEPAR == null)) {
|
|
throw new global::System.ArgumentNullException("DEPAR");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[24].Value = ((string)(DEPAR));
|
|
}
|
|
if ((RCARTC == null)) {
|
|
throw new global::System.ArgumentNullException("RCARTC");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[25].Value = ((string)(RCARTC));
|
|
}
|
|
if ((PERND == null)) {
|
|
throw new global::System.ArgumentNullException("PERND");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[26].Value = ((string)(PERND));
|
|
}
|
|
if ((CCDET1 == null)) {
|
|
throw new global::System.ArgumentNullException("CCDET1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[27].Value = ((string)(CCDET1));
|
|
}
|
|
if ((ECDNAE == null)) {
|
|
throw new global::System.ArgumentNullException("ECDNAE");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[28].Value = ((string)(ECDNAE));
|
|
}
|
|
if ((ECDNA1 == null)) {
|
|
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[29].Value = ((string)(ECDNA1));
|
|
}
|
|
if ((EESPMD == null)) {
|
|
throw new global::System.ArgumentNullException("EESPMD");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[30].Value = ((string)(EESPMD));
|
|
}
|
|
this.Adapter.InsertCommand.Parameters[31].Value = ((decimal)(PELDB));
|
|
this.Adapter.InsertCommand.Parameters[32].Value = ((decimal)(QTCNS));
|
|
if ((ECLAQP == null)) {
|
|
throw new global::System.ArgumentNullException("ECLAQP");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[33].Value = ((string)(ECLAQP));
|
|
}
|
|
this.Adapter.InsertCommand.Parameters[34].Value = ((decimal)(EPNETT));
|
|
if ((FCDI01 == null)) {
|
|
throw new global::System.ArgumentNullException("FCDI01");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[35].Value = ((string)(FCDI01));
|
|
}
|
|
if ((OCDODM == null)) {
|
|
throw new global::System.ArgumentNullException("OCDODM");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[36].Value = ((string)(OCDODM));
|
|
}
|
|
if ((CCFOE1 == null)) {
|
|
throw new global::System.ArgumentNullException("CCFOE1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[37].Value = ((string)(CCFOE1));
|
|
}
|
|
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)) {
|
|
this.Adapter.InsertCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.InsertCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(
|
|
string CDMFS,
|
|
string GRBOS,
|
|
decimal DTBOS,
|
|
decimal NRBOS,
|
|
string CDARS,
|
|
decimal NRRGS,
|
|
string CDINB,
|
|
string RA1ND,
|
|
string RA2ND,
|
|
string CAPND,
|
|
string CITND,
|
|
string RASCL,
|
|
string INDCL,
|
|
string CAPCL,
|
|
string LOCCL,
|
|
string PROCL,
|
|
string INEND,
|
|
string CRAGCL,
|
|
string TELND,
|
|
string CCDMOL,
|
|
string CCDPTR,
|
|
decimal EPLAVO,
|
|
decimal NRC1B,
|
|
string ECMM01,
|
|
string DEPAR,
|
|
string RCARTC,
|
|
string PERND,
|
|
string CCDET1,
|
|
string ECDNAE,
|
|
string ECDNA1,
|
|
string EESPMD,
|
|
decimal PELDB,
|
|
decimal QTCNS,
|
|
string ECLAQP,
|
|
decimal EPNETT,
|
|
string FCDI01,
|
|
string OCDODM,
|
|
string CCFOE1,
|
|
string Original_CDMFS,
|
|
string Original_GRBOS,
|
|
decimal Original_DTBOS,
|
|
decimal Original_NRBOS,
|
|
string Original_CDARS,
|
|
decimal Original_NRRGS,
|
|
string Original_CDINB,
|
|
string Original_RA1ND,
|
|
string Original_RA2ND,
|
|
string Original_CAPND,
|
|
string Original_CITND,
|
|
string Original_RASCL,
|
|
string Original_INDCL,
|
|
string Original_CAPCL,
|
|
string Original_LOCCL,
|
|
string Original_PROCL,
|
|
string Original_INEND,
|
|
string Original_CRAGCL,
|
|
string Original_TELND,
|
|
string Original_CCDMOL,
|
|
string Original_CCDPTR,
|
|
decimal Original_EPLAVO,
|
|
decimal Original_NRC1B,
|
|
string Original_ECMM01,
|
|
string Original_DEPAR,
|
|
string Original_RCARTC,
|
|
string Original_PERND,
|
|
string Original_CCDET1,
|
|
string Original_ECDNAE,
|
|
string Original_ECDNA1,
|
|
string Original_EESPMD,
|
|
decimal Original_PELDB,
|
|
decimal Original_QTCNS,
|
|
string Original_ECLAQP,
|
|
decimal Original_EPNETT,
|
|
string Original_FCDI01,
|
|
string Original_OCDODM,
|
|
string Original_CCFOE1) {
|
|
if ((CDMFS == null)) {
|
|
throw new global::System.ArgumentNullException("CDMFS");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(CDMFS));
|
|
}
|
|
if ((GRBOS == null)) {
|
|
throw new global::System.ArgumentNullException("GRBOS");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(GRBOS));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[2].Value = ((decimal)(DTBOS));
|
|
this.Adapter.UpdateCommand.Parameters[3].Value = ((decimal)(NRBOS));
|
|
if ((CDARS == null)) {
|
|
throw new global::System.ArgumentNullException("CDARS");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(CDARS));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[5].Value = ((decimal)(NRRGS));
|
|
if ((CDINB == null)) {
|
|
throw new global::System.ArgumentNullException("CDINB");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(CDINB));
|
|
}
|
|
if ((RA1ND == null)) {
|
|
throw new global::System.ArgumentNullException("RA1ND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(RA1ND));
|
|
}
|
|
if ((RA2ND == null)) {
|
|
throw new global::System.ArgumentNullException("RA2ND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(RA2ND));
|
|
}
|
|
if ((CAPND == null)) {
|
|
throw new global::System.ArgumentNullException("CAPND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(CAPND));
|
|
}
|
|
if ((CITND == null)) {
|
|
throw new global::System.ArgumentNullException("CITND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(CITND));
|
|
}
|
|
if ((RASCL == null)) {
|
|
throw new global::System.ArgumentNullException("RASCL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(RASCL));
|
|
}
|
|
if ((INDCL == null)) {
|
|
throw new global::System.ArgumentNullException("INDCL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(INDCL));
|
|
}
|
|
if ((CAPCL == null)) {
|
|
throw new global::System.ArgumentNullException("CAPCL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(CAPCL));
|
|
}
|
|
if ((LOCCL == null)) {
|
|
throw new global::System.ArgumentNullException("LOCCL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(LOCCL));
|
|
}
|
|
if ((PROCL == null)) {
|
|
throw new global::System.ArgumentNullException("PROCL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(PROCL));
|
|
}
|
|
if ((INEND == null)) {
|
|
throw new global::System.ArgumentNullException("INEND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(INEND));
|
|
}
|
|
if ((CRAGCL == null)) {
|
|
throw new global::System.ArgumentNullException("CRAGCL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(CRAGCL));
|
|
}
|
|
if ((TELND == null)) {
|
|
throw new global::System.ArgumentNullException("TELND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(TELND));
|
|
}
|
|
if ((CCDMOL == null)) {
|
|
throw new global::System.ArgumentNullException("CCDMOL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(CCDMOL));
|
|
}
|
|
if ((CCDPTR == null)) {
|
|
throw new global::System.ArgumentNullException("CCDPTR");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(CCDPTR));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[21].Value = ((decimal)(EPLAVO));
|
|
this.Adapter.UpdateCommand.Parameters[22].Value = ((decimal)(NRC1B));
|
|
if ((ECMM01 == null)) {
|
|
throw new global::System.ArgumentNullException("ECMM01");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(ECMM01));
|
|
}
|
|
if ((DEPAR == null)) {
|
|
throw new global::System.ArgumentNullException("DEPAR");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(DEPAR));
|
|
}
|
|
if ((RCARTC == null)) {
|
|
throw new global::System.ArgumentNullException("RCARTC");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(RCARTC));
|
|
}
|
|
if ((PERND == null)) {
|
|
throw new global::System.ArgumentNullException("PERND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(PERND));
|
|
}
|
|
if ((CCDET1 == null)) {
|
|
throw new global::System.ArgumentNullException("CCDET1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(CCDET1));
|
|
}
|
|
if ((ECDNAE == null)) {
|
|
throw new global::System.ArgumentNullException("ECDNAE");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(ECDNAE));
|
|
}
|
|
if ((ECDNA1 == null)) {
|
|
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(ECDNA1));
|
|
}
|
|
if ((EESPMD == null)) {
|
|
throw new global::System.ArgumentNullException("EESPMD");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(EESPMD));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[31].Value = ((decimal)(PELDB));
|
|
this.Adapter.UpdateCommand.Parameters[32].Value = ((decimal)(QTCNS));
|
|
if ((ECLAQP == null)) {
|
|
throw new global::System.ArgumentNullException("ECLAQP");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(ECLAQP));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[34].Value = ((decimal)(EPNETT));
|
|
if ((FCDI01 == null)) {
|
|
throw new global::System.ArgumentNullException("FCDI01");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(FCDI01));
|
|
}
|
|
if ((OCDODM == null)) {
|
|
throw new global::System.ArgumentNullException("OCDODM");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(OCDODM));
|
|
}
|
|
if ((CCFOE1 == null)) {
|
|
throw new global::System.ArgumentNullException("CCFOE1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[37].Value = ((string)(CCFOE1));
|
|
}
|
|
if ((Original_CDMFS == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CDMFS");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(Original_CDMFS));
|
|
}
|
|
if ((Original_GRBOS == null)) {
|
|
throw new global::System.ArgumentNullException("Original_GRBOS");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(Original_GRBOS));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[40].Value = ((decimal)(Original_DTBOS));
|
|
this.Adapter.UpdateCommand.Parameters[41].Value = ((decimal)(Original_NRBOS));
|
|
if ((Original_CDARS == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CDARS");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(Original_CDARS));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[43].Value = ((decimal)(Original_NRRGS));
|
|
if ((Original_CDINB == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CDINB");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(Original_CDINB));
|
|
}
|
|
if ((Original_RA1ND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_RA1ND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[45].Value = ((string)(Original_RA1ND));
|
|
}
|
|
if ((Original_RA2ND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_RA2ND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(Original_RA2ND));
|
|
}
|
|
if ((Original_CAPND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CAPND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[47].Value = ((string)(Original_CAPND));
|
|
}
|
|
if ((Original_CITND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CITND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(Original_CITND));
|
|
}
|
|
if ((Original_RASCL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_RASCL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[49].Value = ((string)(Original_RASCL));
|
|
}
|
|
if ((Original_INDCL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_INDCL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(Original_INDCL));
|
|
}
|
|
if ((Original_CAPCL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CAPCL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(Original_CAPCL));
|
|
}
|
|
if ((Original_LOCCL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_LOCCL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[52].Value = ((string)(Original_LOCCL));
|
|
}
|
|
if ((Original_PROCL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_PROCL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[53].Value = ((string)(Original_PROCL));
|
|
}
|
|
if ((Original_INEND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_INEND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[54].Value = ((string)(Original_INEND));
|
|
}
|
|
if ((Original_CRAGCL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CRAGCL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[55].Value = ((string)(Original_CRAGCL));
|
|
}
|
|
if ((Original_TELND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_TELND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(Original_TELND));
|
|
}
|
|
if ((Original_CCDMOL == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CCDMOL");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[57].Value = ((string)(Original_CCDMOL));
|
|
}
|
|
if ((Original_CCDPTR == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CCDPTR");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[58].Value = ((string)(Original_CCDPTR));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[59].Value = ((decimal)(Original_EPLAVO));
|
|
this.Adapter.UpdateCommand.Parameters[60].Value = ((decimal)(Original_NRC1B));
|
|
if ((Original_ECMM01 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_ECMM01");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[61].Value = ((string)(Original_ECMM01));
|
|
}
|
|
if ((Original_DEPAR == null)) {
|
|
throw new global::System.ArgumentNullException("Original_DEPAR");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[62].Value = ((string)(Original_DEPAR));
|
|
}
|
|
if ((Original_RCARTC == null)) {
|
|
throw new global::System.ArgumentNullException("Original_RCARTC");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[63].Value = ((string)(Original_RCARTC));
|
|
}
|
|
if ((Original_PERND == null)) {
|
|
throw new global::System.ArgumentNullException("Original_PERND");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[64].Value = ((string)(Original_PERND));
|
|
}
|
|
if ((Original_CCDET1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CCDET1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[65].Value = ((string)(Original_CCDET1));
|
|
}
|
|
if ((Original_ECDNAE == null)) {
|
|
throw new global::System.ArgumentNullException("Original_ECDNAE");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[66].Value = ((string)(Original_ECDNAE));
|
|
}
|
|
if ((Original_ECDNA1 == null)) {
|
|
this.Adapter.UpdateCommand.Parameters[67].Value = ((object)(1));
|
|
this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[67].Value = ((object)(0));
|
|
this.Adapter.UpdateCommand.Parameters[68].Value = ((string)(Original_ECDNA1));
|
|
}
|
|
if ((Original_EESPMD == null)) {
|
|
throw new global::System.ArgumentNullException("Original_EESPMD");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[69].Value = ((string)(Original_EESPMD));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[70].Value = ((decimal)(Original_PELDB));
|
|
this.Adapter.UpdateCommand.Parameters[71].Value = ((decimal)(Original_QTCNS));
|
|
if ((Original_ECLAQP == null)) {
|
|
throw new global::System.ArgumentNullException("Original_ECLAQP");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[72].Value = ((string)(Original_ECLAQP));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[73].Value = ((decimal)(Original_EPNETT));
|
|
if ((Original_FCDI01 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_FCDI01");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[74].Value = ((string)(Original_FCDI01));
|
|
}
|
|
if ((Original_OCDODM == null)) {
|
|
throw new global::System.ArgumentNullException("Original_OCDODM");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[75].Value = ((string)(Original_OCDODM));
|
|
}
|
|
if ((Original_CCFOE1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CCFOE1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[76].Value = ((string)(Original_CCFOE1));
|
|
}
|
|
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)) {
|
|
this.Adapter.UpdateCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.UpdateCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(
|
|
string CDINB,
|
|
string RA1ND,
|
|
string RA2ND,
|
|
string CAPND,
|
|
string CITND,
|
|
string RASCL,
|
|
string INDCL,
|
|
string CAPCL,
|
|
string LOCCL,
|
|
string PROCL,
|
|
string INEND,
|
|
string CRAGCL,
|
|
string TELND,
|
|
string CCDMOL,
|
|
string CCDPTR,
|
|
decimal EPLAVO,
|
|
decimal NRC1B,
|
|
string ECMM01,
|
|
string DEPAR,
|
|
string RCARTC,
|
|
string PERND,
|
|
string CCDET1,
|
|
string ECDNAE,
|
|
string ECDNA1,
|
|
string EESPMD,
|
|
decimal PELDB,
|
|
decimal QTCNS,
|
|
string ECLAQP,
|
|
decimal EPNETT,
|
|
string FCDI01,
|
|
string OCDODM,
|
|
string CCFOE1,
|
|
string Original_CDMFS,
|
|
string Original_GRBOS,
|
|
decimal Original_DTBOS,
|
|
decimal Original_NRBOS,
|
|
string Original_CDARS,
|
|
decimal Original_NRRGS,
|
|
string Original_CDINB,
|
|
string Original_RA1ND,
|
|
string Original_RA2ND,
|
|
string Original_CAPND,
|
|
string Original_CITND,
|
|
string Original_RASCL,
|
|
string Original_INDCL,
|
|
string Original_CAPCL,
|
|
string Original_LOCCL,
|
|
string Original_PROCL,
|
|
string Original_INEND,
|
|
string Original_CRAGCL,
|
|
string Original_TELND,
|
|
string Original_CCDMOL,
|
|
string Original_CCDPTR,
|
|
decimal Original_EPLAVO,
|
|
decimal Original_NRC1B,
|
|
string Original_ECMM01,
|
|
string Original_DEPAR,
|
|
string Original_RCARTC,
|
|
string Original_PERND,
|
|
string Original_CCDET1,
|
|
string Original_ECDNAE,
|
|
string Original_ECDNA1,
|
|
string Original_EESPMD,
|
|
decimal Original_PELDB,
|
|
decimal Original_QTCNS,
|
|
string Original_ECLAQP,
|
|
decimal Original_EPNETT,
|
|
string Original_FCDI01,
|
|
string Original_OCDODM,
|
|
string Original_CCFOE1) {
|
|
return this.Update(Original_CDMFS, Original_GRBOS, Original_DTBOS, Original_NRBOS, Original_CDARS, Original_NRRGS, CDINB, RA1ND, RA2ND, CAPND, CITND, RASCL, INDCL, CAPCL, LOCCL, PROCL, INEND, CRAGCL, TELND, CCDMOL, CCDPTR, EPLAVO, NRC1B, ECMM01, DEPAR, RCARTC, PERND, CCDET1, ECDNAE, ECDNA1, EESPMD, PELDB, QTCNS, ECLAQP, EPNETT, FCDI01, OCDODM, CCFOE1, Original_CDMFS, Original_GRBOS, Original_DTBOS, Original_NRBOS, Original_CDARS, Original_NRRGS, Original_CDINB, Original_RA1ND, Original_RA2ND, Original_CAPND, Original_CITND, Original_RASCL, Original_INDCL, Original_CAPCL, Original_LOCCL, Original_PROCL, Original_INEND, Original_CRAGCL, Original_TELND, Original_CCDMOL, Original_CCDPTR, Original_EPLAVO, Original_NRC1B, Original_ECMM01, Original_DEPAR, Original_RCARTC, Original_PERND, Original_CCDET1, Original_ECDNAE, Original_ECDNA1, Original_EESPMD, Original_PELDB, Original_QTCNS, Original_ECLAQP, Original_EPNETT, Original_FCDI01, Original_OCDODM, Original_CCFOE1);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int caricaDatiBolla(string RaggrMagazz, string GruppoBolle, string NumeroBolla, string DataBolla, string Particolare) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((RaggrMagazz == null)) {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = ((string)(RaggrMagazz));
|
|
}
|
|
if ((GruppoBolle == null)) {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = ((string)(GruppoBolle));
|
|
}
|
|
if ((NumeroBolla == null)) {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = ((string)(NumeroBolla));
|
|
}
|
|
if ((DataBolla == null)) {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = ((string)(DataBolla));
|
|
}
|
|
if ((Particolare == null)) {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = ((string)(Particolare));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents the connection and commands used to retrieve and save data.
|
|
///</summary>
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
[global::System.ComponentModel.DataObjectAttribute(true)]
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public partial class OdetteTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
private bool _clearBeforeFill;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public OdetteTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
get {
|
|
if ((this._adapter == null)) {
|
|
this.InitAdapter();
|
|
}
|
|
return this._adapter;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
get {
|
|
if ((this._connection == null)) {
|
|
this.InitConnection();
|
|
}
|
|
return this._connection;
|
|
}
|
|
set {
|
|
this._connection = value;
|
|
if ((this.Adapter.InsertCommand != null)) {
|
|
this.Adapter.InsertCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.DeleteCommand != null)) {
|
|
this.Adapter.DeleteCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.UpdateCommand != null)) {
|
|
this.Adapter.UpdateCommand.Connection = value;
|
|
}
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
if ((this.CommandCollection[i] != null)) {
|
|
((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
get {
|
|
return this._transaction;
|
|
}
|
|
set {
|
|
this._transaction = value;
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
this.CommandCollection[i].Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.DeleteCommand != null))) {
|
|
this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.InsertCommand != null))) {
|
|
this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.UpdateCommand != null))) {
|
|
this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
get {
|
|
if ((this._commandCollection == null)) {
|
|
this.InitCommandCollection();
|
|
}
|
|
return this._commandCollection;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool ClearBeforeFill {
|
|
get {
|
|
return this._clearBeforeFill;
|
|
}
|
|
set {
|
|
this._clearBeforeFill = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitAdapter() {
|
|
this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
tableMapping.SourceTable = "Table";
|
|
tableMapping.DataSetTable = "Odette";
|
|
tableMapping.ColumnMappings.Add("CampoUDC", "CampoUDC");
|
|
tableMapping.ColumnMappings.Add("Campo1_1", "Campo1_1");
|
|
tableMapping.ColumnMappings.Add("Campo1_2", "Campo1_2");
|
|
tableMapping.ColumnMappings.Add("Campo1_3", "Campo1_3");
|
|
tableMapping.ColumnMappings.Add("Campo1_4", "Campo1_4");
|
|
tableMapping.ColumnMappings.Add("Campo1_5", "Campo1_5");
|
|
tableMapping.ColumnMappings.Add("Campo2_1", "Campo2_1");
|
|
tableMapping.ColumnMappings.Add("Campo2_2", "Campo2_2");
|
|
tableMapping.ColumnMappings.Add("Campo2_3", "Campo2_3");
|
|
tableMapping.ColumnMappings.Add("Campo2_4", "Campo2_4");
|
|
tableMapping.ColumnMappings.Add("Campo2_5", "Campo2_5");
|
|
tableMapping.ColumnMappings.Add("Campo3_1", "Campo3_1");
|
|
tableMapping.ColumnMappings.Add("Campo3_2", "Campo3_2");
|
|
tableMapping.ColumnMappings.Add("Campo3_3", "Campo3_3");
|
|
tableMapping.ColumnMappings.Add("Campo3_4", "Campo3_4");
|
|
tableMapping.ColumnMappings.Add("Campo3_5", "Campo3_5");
|
|
tableMapping.ColumnMappings.Add("Campo4_1", "Campo4_1");
|
|
tableMapping.ColumnMappings.Add("Campo4_2", "Campo4_2");
|
|
tableMapping.ColumnMappings.Add("Campo4_3", "Campo4_3");
|
|
tableMapping.ColumnMappings.Add("Campo4_4", "Campo4_4");
|
|
tableMapping.ColumnMappings.Add("Campo4_5", "Campo4_5");
|
|
tableMapping.ColumnMappings.Add("Campo5_1", "Campo5_1");
|
|
tableMapping.ColumnMappings.Add("Campo5_2", "Campo5_2");
|
|
tableMapping.ColumnMappings.Add("Campo5_3", "Campo5_3");
|
|
tableMapping.ColumnMappings.Add("Campo5_4", "Campo5_4");
|
|
tableMapping.ColumnMappings.Add("Campo5_5", "Campo5_5");
|
|
tableMapping.ColumnMappings.Add("Campo6_1", "Campo6_1");
|
|
tableMapping.ColumnMappings.Add("Campo6_2", "Campo6_2");
|
|
tableMapping.ColumnMappings.Add("Campo6_3", "Campo6_3");
|
|
tableMapping.ColumnMappings.Add("Campo6_4", "Campo6_4");
|
|
tableMapping.ColumnMappings.Add("Campo6_5", "Campo6_5");
|
|
tableMapping.ColumnMappings.Add("Campo7_1", "Campo7_1");
|
|
tableMapping.ColumnMappings.Add("Campo7_2", "Campo7_2");
|
|
tableMapping.ColumnMappings.Add("Campo7_3", "Campo7_3");
|
|
tableMapping.ColumnMappings.Add("Campo7_4", "Campo7_4");
|
|
tableMapping.ColumnMappings.Add("Campo7_5", "Campo7_5");
|
|
tableMapping.ColumnMappings.Add("Campo8_1", "Campo8_1");
|
|
tableMapping.ColumnMappings.Add("Campo8_2", "Campo8_2");
|
|
tableMapping.ColumnMappings.Add("Campo8_3", "Campo8_3");
|
|
tableMapping.ColumnMappings.Add("Campo8_4", "Campo8_4");
|
|
tableMapping.ColumnMappings.Add("Campo8_5", "Campo8_5");
|
|
tableMapping.ColumnMappings.Add("Campo9_1", "Campo9_1");
|
|
tableMapping.ColumnMappings.Add("Campo9_2", "Campo9_2");
|
|
tableMapping.ColumnMappings.Add("Campo9_3", "Campo9_3");
|
|
tableMapping.ColumnMappings.Add("Campo9_4", "Campo9_4");
|
|
tableMapping.ColumnMappings.Add("Campo9_5", "Campo9_5");
|
|
tableMapping.ColumnMappings.Add("Campo10_1", "Campo10_1");
|
|
tableMapping.ColumnMappings.Add("Campo10_2", "Campo10_2");
|
|
tableMapping.ColumnMappings.Add("Campo10_3", "Campo10_3");
|
|
tableMapping.ColumnMappings.Add("Campo10_4", "Campo10_4");
|
|
tableMapping.ColumnMappings.Add("Campo10_5", "Campo10_5");
|
|
tableMapping.ColumnMappings.Add("Campo11_1_1", "Campo11_1_1");
|
|
tableMapping.ColumnMappings.Add("Campo11_1_2", "Campo11_1_2");
|
|
tableMapping.ColumnMappings.Add("Campo11_1_3", "Campo11_1_3");
|
|
tableMapping.ColumnMappings.Add("Campo11_1_4", "Campo11_1_4");
|
|
tableMapping.ColumnMappings.Add("Campo11_1_5", "Campo11_1_5");
|
|
tableMapping.ColumnMappings.Add("Campo11_2_1", "Campo11_2_1");
|
|
tableMapping.ColumnMappings.Add("Campo11_2_2", "Campo11_2_2");
|
|
tableMapping.ColumnMappings.Add("Campo11_2_3", "Campo11_2_3");
|
|
tableMapping.ColumnMappings.Add("Campo11_2_4", "Campo11_2_4");
|
|
tableMapping.ColumnMappings.Add("Campo11_2_5", "Campo11_2_5");
|
|
tableMapping.ColumnMappings.Add("Campo12_1", "Campo12_1");
|
|
tableMapping.ColumnMappings.Add("Campo12_2", "Campo12_2");
|
|
tableMapping.ColumnMappings.Add("Campo12_3", "Campo12_3");
|
|
tableMapping.ColumnMappings.Add("Campo12_4", "Campo12_4");
|
|
tableMapping.ColumnMappings.Add("Campo12_5", "Campo12_5");
|
|
tableMapping.ColumnMappings.Add("Campo13_1", "Campo13_1");
|
|
tableMapping.ColumnMappings.Add("Campo13_2", "Campo13_2");
|
|
tableMapping.ColumnMappings.Add("Campo13_3", "Campo13_3");
|
|
tableMapping.ColumnMappings.Add("Campo13_4", "Campo13_4");
|
|
tableMapping.ColumnMappings.Add("Campo13_5", "Campo13_5");
|
|
tableMapping.ColumnMappings.Add("Campo14_1", "Campo14_1");
|
|
tableMapping.ColumnMappings.Add("Campo14_2", "Campo14_2");
|
|
tableMapping.ColumnMappings.Add("Campo14_3", "Campo14_3");
|
|
tableMapping.ColumnMappings.Add("Campo14_4", "Campo14_4");
|
|
tableMapping.ColumnMappings.Add("Campo14_5", "Campo14_5");
|
|
tableMapping.ColumnMappings.Add("Campo15_1", "Campo15_1");
|
|
tableMapping.ColumnMappings.Add("Campo15_2", "Campo15_2");
|
|
tableMapping.ColumnMappings.Add("Campo15_3", "Campo15_3");
|
|
tableMapping.ColumnMappings.Add("Campo15_4", "Campo15_4");
|
|
tableMapping.ColumnMappings.Add("Campo15_5", "Campo15_5");
|
|
tableMapping.ColumnMappings.Add("Campo16_1", "Campo16_1");
|
|
tableMapping.ColumnMappings.Add("Campo16_2", "Campo16_2");
|
|
tableMapping.ColumnMappings.Add("Campo16_3", "Campo16_3");
|
|
tableMapping.ColumnMappings.Add("Campo16_4", "Campo16_4");
|
|
tableMapping.ColumnMappings.Add("Campo16_5", "Campo16_5");
|
|
tableMapping.ColumnMappings.Add("StatoOk", "StatoOk");
|
|
tableMapping.ColumnMappings.Add("CodCS", "CodCS");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.DeleteCommand.Connection = this.Connection;
|
|
this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[Odette] WHERE (([CampoUDC] = @Original_CampoUDC) AND ([Campo1_" +
|
|
"1] = @Original_Campo1_1) AND ([Campo1_2] = @Original_Campo1_2) AND ([Campo1_3] =" +
|
|
" @Original_Campo1_3) AND ([Campo1_4] = @Original_Campo1_4) AND ([Campo1_5] = @Or" +
|
|
"iginal_Campo1_5) AND ([Campo2_1] = @Original_Campo2_1) AND ([Campo2_2] = @Origin" +
|
|
"al_Campo2_2) AND ([Campo2_3] = @Original_Campo2_3) AND ([Campo2_4] = @Original_C" +
|
|
"ampo2_4) AND ([Campo2_5] = @Original_Campo2_5) AND ([Campo3_1] = @Original_Campo" +
|
|
"3_1) AND ([Campo3_2] = @Original_Campo3_2) AND ([Campo3_3] = @Original_Campo3_3)" +
|
|
" AND ([Campo3_4] = @Original_Campo3_4) AND ([Campo3_5] = @Original_Campo3_5) AND" +
|
|
" ([Campo4_1] = @Original_Campo4_1) AND ([Campo4_2] = @Original_Campo4_2) AND ([C" +
|
|
"ampo4_3] = @Original_Campo4_3) AND ([Campo4_4] = @Original_Campo4_4) AND ([Campo" +
|
|
"4_5] = @Original_Campo4_5) AND ([Campo5_1] = @Original_Campo5_1) AND ([Campo5_2]" +
|
|
" = @Original_Campo5_2) AND ([Campo5_3] = @Original_Campo5_3) AND ([Campo5_4] = @" +
|
|
"Original_Campo5_4) AND ([Campo5_5] = @Original_Campo5_5) AND ([Campo6_1] = @Orig" +
|
|
"inal_Campo6_1) AND ([Campo6_2] = @Original_Campo6_2) AND ([Campo6_3] = @Original" +
|
|
"_Campo6_3) AND ([Campo6_4] = @Original_Campo6_4) AND ([Campo6_5] = @Original_Cam" +
|
|
"po6_5) AND ([Campo7_1] = @Original_Campo7_1) AND ([Campo7_2] = @Original_Campo7_" +
|
|
"2) AND ([Campo7_3] = @Original_Campo7_3) AND ([Campo7_4] = @Original_Campo7_4) A" +
|
|
"ND ([Campo7_5] = @Original_Campo7_5) AND ([Campo8_1] = @Original_Campo8_1) AND (" +
|
|
"[Campo8_2] = @Original_Campo8_2) AND ([Campo8_3] = @Original_Campo8_3) AND ([Cam" +
|
|
"po8_4] = @Original_Campo8_4) AND ([Campo8_5] = @Original_Campo8_5) AND ([Campo9_" +
|
|
"1] = @Original_Campo9_1) AND ([Campo9_2] = @Original_Campo9_2) AND ([Campo9_3] =" +
|
|
" @Original_Campo9_3) AND ([Campo9_4] = @Original_Campo9_4) AND ([Campo9_5] = @Or" +
|
|
"iginal_Campo9_5) AND ([Campo10_1] = @Original_Campo10_1) AND ([Campo10_2] = @Ori" +
|
|
"ginal_Campo10_2) AND ([Campo10_3] = @Original_Campo10_3) AND ([Campo10_4] = @Ori" +
|
|
"ginal_Campo10_4) AND ([Campo10_5] = @Original_Campo10_5) AND ([Campo11_1_1] = @O" +
|
|
"riginal_Campo11_1_1) AND ([Campo11_1_2] = @Original_Campo11_1_2) AND ([Campo11_1" +
|
|
"_3] = @Original_Campo11_1_3) AND ([Campo11_1_4] = @Original_Campo11_1_4) AND ([C" +
|
|
"ampo11_1_5] = @Original_Campo11_1_5) AND ([Campo11_2_1] = @Original_Campo11_2_1)" +
|
|
" AND ([Campo11_2_2] = @Original_Campo11_2_2) AND ([Campo11_2_3] = @Original_Camp" +
|
|
"o11_2_3) AND ([Campo11_2_4] = @Original_Campo11_2_4) AND ([Campo11_2_5] = @Origi" +
|
|
"nal_Campo11_2_5) AND ([Campo12_1] = @Original_Campo12_1) AND ([Campo12_2] = @Ori" +
|
|
"ginal_Campo12_2) AND ([Campo12_3] = @Original_Campo12_3) AND ([Campo12_4] = @Ori" +
|
|
"ginal_Campo12_4) AND ([Campo12_5] = @Original_Campo12_5) AND ([Campo13_1] = @Ori" +
|
|
"ginal_Campo13_1) AND ([Campo13_2] = @Original_Campo13_2) AND ([Campo13_3] = @Ori" +
|
|
"ginal_Campo13_3) AND ([Campo13_4] = @Original_Campo13_4) AND ([Campo13_5] = @Ori" +
|
|
"ginal_Campo13_5) AND ([Campo14_1] = @Original_Campo14_1) AND ([Campo14_2] = @Ori" +
|
|
"ginal_Campo14_2) AND ([Campo14_3] = @Original_Campo14_3) AND ([Campo14_4] = @Ori" +
|
|
"ginal_Campo14_4) AND ([Campo14_5] = @Original_Campo14_5) AND ([Campo15_1] = @Ori" +
|
|
"ginal_Campo15_1) AND ([Campo15_2] = @Original_Campo15_2) AND ([Campo15_3] = @Ori" +
|
|
"ginal_Campo15_3) AND ([Campo15_4] = @Original_Campo15_4) AND ([Campo15_5] = @Ori" +
|
|
"ginal_Campo15_5) AND ([Campo16_1] = @Original_Campo16_1) AND ([Campo16_2] = @Ori" +
|
|
"ginal_Campo16_2) AND ([Campo16_3] = @Original_Campo16_3) AND ([Campo16_4] = @Ori" +
|
|
"ginal_Campo16_4) AND ([Campo16_5] = @Original_Campo16_5) AND ([StatoOk] = @Origi" +
|
|
"nal_StatoOk) AND ([CodCS] = @Original_CodCS))";
|
|
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CampoUDC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CampoUDC", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo1_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo1_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo1_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo1_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo1_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo2_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo2_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo2_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo2_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo2_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo3_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo3_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo3_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo3_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo3_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo4_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo4_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo4_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo4_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo4_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo5_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo5_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo5_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo5_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo5_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo6_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo6_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo6_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo6_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo6_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo7_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo7_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo7_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo7_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo7_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo8_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo8_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo8_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo8_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo8_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo9_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo9_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo9_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo9_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo9_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo10_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo10_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo10_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo10_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo10_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_1_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_1_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_1_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_1_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_1_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_2_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_2_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_2_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_2_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_2_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo12_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo12_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo12_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo12_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo12_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo13_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo13_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo13_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo13_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo13_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo14_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo14_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo14_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo14_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo14_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo15_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo15_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo15_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo15_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo15_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo16_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo16_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo16_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo16_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo16_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_StatoOk", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatoOk", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodCS", global::System.Data.SqlDbType.NChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodCS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.InsertCommand.Connection = this.Connection;
|
|
this._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[Odette] ([CampoUDC], [Campo1_1], [Campo1_2], [Campo1_3], [Camp" +
|
|
"o1_4], [Campo1_5], [Campo2_1], [Campo2_2], [Campo2_3], [Campo2_4], [Campo2_5], [" +
|
|
"Campo3_1], [Campo3_2], [Campo3_3], [Campo3_4], [Campo3_5], [Campo4_1], [Campo4_2" +
|
|
"], [Campo4_3], [Campo4_4], [Campo4_5], [Campo5_1], [Campo5_2], [Campo5_3], [Camp" +
|
|
"o5_4], [Campo5_5], [Campo6_1], [Campo6_2], [Campo6_3], [Campo6_4], [Campo6_5], [" +
|
|
"Campo7_1], [Campo7_2], [Campo7_3], [Campo7_4], [Campo7_5], [Campo8_1], [Campo8_2" +
|
|
"], [Campo8_3], [Campo8_4], [Campo8_5], [Campo9_1], [Campo9_2], [Campo9_3], [Camp" +
|
|
"o9_4], [Campo9_5], [Campo10_1], [Campo10_2], [Campo10_3], [Campo10_4], [Campo10_" +
|
|
"5], [Campo11_1_1], [Campo11_1_2], [Campo11_1_3], [Campo11_1_4], [Campo11_1_5], [" +
|
|
"Campo11_2_1], [Campo11_2_2], [Campo11_2_3], [Campo11_2_4], [Campo11_2_5], [Campo" +
|
|
"12_1], [Campo12_2], [Campo12_3], [Campo12_4], [Campo12_5], [Campo13_1], [Campo13" +
|
|
"_2], [Campo13_3], [Campo13_4], [Campo13_5], [Campo14_1], [Campo14_2], [Campo14_3" +
|
|
"], [Campo14_4], [Campo14_5], [Campo15_1], [Campo15_2], [Campo15_3], [Campo15_4]," +
|
|
" [Campo15_5], [Campo16_1], [Campo16_2], [Campo16_3], [Campo16_4], [Campo16_5], [" +
|
|
"StatoOk], [CodCS]) VALUES (@CampoUDC, @Campo1_1, @Campo1_2, @Campo1_3, @Campo1_4" +
|
|
", @Campo1_5, @Campo2_1, @Campo2_2, @Campo2_3, @Campo2_4, @Campo2_5, @Campo3_1, @" +
|
|
"Campo3_2, @Campo3_3, @Campo3_4, @Campo3_5, @Campo4_1, @Campo4_2, @Campo4_3, @Cam" +
|
|
"po4_4, @Campo4_5, @Campo5_1, @Campo5_2, @Campo5_3, @Campo5_4, @Campo5_5, @Campo6" +
|
|
"_1, @Campo6_2, @Campo6_3, @Campo6_4, @Campo6_5, @Campo7_1, @Campo7_2, @Campo7_3," +
|
|
" @Campo7_4, @Campo7_5, @Campo8_1, @Campo8_2, @Campo8_3, @Campo8_4, @Campo8_5, @C" +
|
|
"ampo9_1, @Campo9_2, @Campo9_3, @Campo9_4, @Campo9_5, @Campo10_1, @Campo10_2, @Ca" +
|
|
"mpo10_3, @Campo10_4, @Campo10_5, @Campo11_1_1, @Campo11_1_2, @Campo11_1_3, @Camp" +
|
|
"o11_1_4, @Campo11_1_5, @Campo11_2_1, @Campo11_2_2, @Campo11_2_3, @Campo11_2_4, @" +
|
|
"Campo11_2_5, @Campo12_1, @Campo12_2, @Campo12_3, @Campo12_4, @Campo12_5, @Campo1" +
|
|
"3_1, @Campo13_2, @Campo13_3, @Campo13_4, @Campo13_5, @Campo14_1, @Campo14_2, @Ca" +
|
|
"mpo14_3, @Campo14_4, @Campo14_5, @Campo15_1, @Campo15_2, @Campo15_3, @Campo15_4," +
|
|
" @Campo15_5, @Campo16_1, @Campo16_2, @Campo16_3, @Campo16_4, @Campo16_5, @StatoO" +
|
|
"k, @CodCS);\r\nSELECT CampoUDC, Campo1_1, Campo1_2, Campo1_3, Campo1_4, Campo1_5, " +
|
|
"Campo2_1, Campo2_2, Campo2_3, Campo2_4, Campo2_5, Campo3_1, Campo3_2, Campo3_3, " +
|
|
"Campo3_4, Campo3_5, Campo4_1, Campo4_2, Campo4_3, Campo4_4, Campo4_5, Campo5_1, " +
|
|
"Campo5_2, Campo5_3, Campo5_4, Campo5_5, Campo6_1, Campo6_2, Campo6_3, Campo6_4, " +
|
|
"Campo6_5, Campo7_1, Campo7_2, Campo7_3, Campo7_4, Campo7_5, Campo8_1, Campo8_2, " +
|
|
"Campo8_3, Campo8_4, Campo8_5, Campo9_1, Campo9_2, Campo9_3, Campo9_4, Campo9_5, " +
|
|
"Campo10_1, Campo10_2, Campo10_3, Campo10_4, Campo10_5, Campo11_1_1, Campo11_1_2," +
|
|
" Campo11_1_3, Campo11_1_4, Campo11_1_5, Campo11_2_1, Campo11_2_2, Campo11_2_3, C" +
|
|
"ampo11_2_4, Campo11_2_5, Campo12_1, Campo12_2, Campo12_3, Campo12_4, Campo12_5, " +
|
|
"Campo13_1, Campo13_2, Campo13_3, Campo13_4, Campo13_5, Campo14_1, Campo14_2, Cam" +
|
|
"po14_3, Campo14_4, Campo14_5, Campo15_1, Campo15_2, Campo15_3, Campo15_4, Campo1" +
|
|
"5_5, Campo16_1, Campo16_2, Campo16_3, Campo16_4, Campo16_5, StatoOk, CodCS FROM " +
|
|
"Odette WHERE (CampoUDC = @CampoUDC)";
|
|
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CampoUDC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CampoUDC", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo1_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo1_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo1_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo1_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo1_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo2_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo2_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo2_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo2_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo2_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo3_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo3_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo3_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo3_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo3_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo4_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo4_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo4_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo4_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo4_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo5_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo5_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo5_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo5_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo5_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo6_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo6_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo6_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo6_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo6_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo7_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo7_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo7_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo7_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo7_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo8_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo8_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo8_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo8_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo8_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo9_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo9_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo9_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo9_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo9_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo10_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo10_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo10_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo10_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo10_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_1_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_1_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_1_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_1_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_1_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_2_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_2_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_2_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_2_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_2_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo12_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo12_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo12_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo12_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo12_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo13_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo13_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo13_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo13_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo13_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo14_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo14_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo14_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo14_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo14_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo15_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo15_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo15_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo15_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo15_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo16_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo16_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo16_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo16_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo16_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StatoOk", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatoOk", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodCS", global::System.Data.SqlDbType.NChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodCS", 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 [dbo].[Odette] SET [CampoUDC] = @CampoUDC, [Campo1_1] = @Campo1_1, [Campo1" +
|
|
"_2] = @Campo1_2, [Campo1_3] = @Campo1_3, [Campo1_4] = @Campo1_4, [Campo1_5] = @C" +
|
|
"ampo1_5, [Campo2_1] = @Campo2_1, [Campo2_2] = @Campo2_2, [Campo2_3] = @Campo2_3," +
|
|
" [Campo2_4] = @Campo2_4, [Campo2_5] = @Campo2_5, [Campo3_1] = @Campo3_1, [Campo3" +
|
|
"_2] = @Campo3_2, [Campo3_3] = @Campo3_3, [Campo3_4] = @Campo3_4, [Campo3_5] = @C" +
|
|
"ampo3_5, [Campo4_1] = @Campo4_1, [Campo4_2] = @Campo4_2, [Campo4_3] = @Campo4_3," +
|
|
" [Campo4_4] = @Campo4_4, [Campo4_5] = @Campo4_5, [Campo5_1] = @Campo5_1, [Campo5" +
|
|
"_2] = @Campo5_2, [Campo5_3] = @Campo5_3, [Campo5_4] = @Campo5_4, [Campo5_5] = @C" +
|
|
"ampo5_5, [Campo6_1] = @Campo6_1, [Campo6_2] = @Campo6_2, [Campo6_3] = @Campo6_3," +
|
|
" [Campo6_4] = @Campo6_4, [Campo6_5] = @Campo6_5, [Campo7_1] = @Campo7_1, [Campo7" +
|
|
"_2] = @Campo7_2, [Campo7_3] = @Campo7_3, [Campo7_4] = @Campo7_4, [Campo7_5] = @C" +
|
|
"ampo7_5, [Campo8_1] = @Campo8_1, [Campo8_2] = @Campo8_2, [Campo8_3] = @Campo8_3," +
|
|
" [Campo8_4] = @Campo8_4, [Campo8_5] = @Campo8_5, [Campo9_1] = @Campo9_1, [Campo9" +
|
|
"_2] = @Campo9_2, [Campo9_3] = @Campo9_3, [Campo9_4] = @Campo9_4, [Campo9_5] = @C" +
|
|
"ampo9_5, [Campo10_1] = @Campo10_1, [Campo10_2] = @Campo10_2, [Campo10_3] = @Camp" +
|
|
"o10_3, [Campo10_4] = @Campo10_4, [Campo10_5] = @Campo10_5, [Campo11_1_1] = @Camp" +
|
|
"o11_1_1, [Campo11_1_2] = @Campo11_1_2, [Campo11_1_3] = @Campo11_1_3, [Campo11_1_" +
|
|
"4] = @Campo11_1_4, [Campo11_1_5] = @Campo11_1_5, [Campo11_2_1] = @Campo11_2_1, [" +
|
|
"Campo11_2_2] = @Campo11_2_2, [Campo11_2_3] = @Campo11_2_3, [Campo11_2_4] = @Camp" +
|
|
"o11_2_4, [Campo11_2_5] = @Campo11_2_5, [Campo12_1] = @Campo12_1, [Campo12_2] = @" +
|
|
"Campo12_2, [Campo12_3] = @Campo12_3, [Campo12_4] = @Campo12_4, [Campo12_5] = @Ca" +
|
|
"mpo12_5, [Campo13_1] = @Campo13_1, [Campo13_2] = @Campo13_2, [Campo13_3] = @Camp" +
|
|
"o13_3, [Campo13_4] = @Campo13_4, [Campo13_5] = @Campo13_5, [Campo14_1] = @Campo1" +
|
|
"4_1, [Campo14_2] = @Campo14_2, [Campo14_3] = @Campo14_3, [Campo14_4] = @Campo14_" +
|
|
"4, [Campo14_5] = @Campo14_5, [Campo15_1] = @Campo15_1, [Campo15_2] = @Campo15_2," +
|
|
" [Campo15_3] = @Campo15_3, [Campo15_4] = @Campo15_4, [Campo15_5] = @Campo15_5, [" +
|
|
"Campo16_1] = @Campo16_1, [Campo16_2] = @Campo16_2, [Campo16_3] = @Campo16_3, [Ca" +
|
|
"mpo16_4] = @Campo16_4, [Campo16_5] = @Campo16_5, [StatoOk] = @StatoOk, [CodCS] =" +
|
|
" @CodCS WHERE (([CampoUDC] = @Original_CampoUDC) AND ([Campo1_1] = @Original_Cam" +
|
|
"po1_1) AND ([Campo1_2] = @Original_Campo1_2) AND ([Campo1_3] = @Original_Campo1_" +
|
|
"3) AND ([Campo1_4] = @Original_Campo1_4) AND ([Campo1_5] = @Original_Campo1_5) A" +
|
|
"ND ([Campo2_1] = @Original_Campo2_1) AND ([Campo2_2] = @Original_Campo2_2) AND (" +
|
|
"[Campo2_3] = @Original_Campo2_3) AND ([Campo2_4] = @Original_Campo2_4) AND ([Cam" +
|
|
"po2_5] = @Original_Campo2_5) AND ([Campo3_1] = @Original_Campo3_1) AND ([Campo3_" +
|
|
"2] = @Original_Campo3_2) AND ([Campo3_3] = @Original_Campo3_3) AND ([Campo3_4] =" +
|
|
" @Original_Campo3_4) AND ([Campo3_5] = @Original_Campo3_5) AND ([Campo4_1] = @Or" +
|
|
"iginal_Campo4_1) AND ([Campo4_2] = @Original_Campo4_2) AND ([Campo4_3] = @Origin" +
|
|
"al_Campo4_3) AND ([Campo4_4] = @Original_Campo4_4) AND ([Campo4_5] = @Original_C" +
|
|
"ampo4_5) AND ([Campo5_1] = @Original_Campo5_1) AND ([Campo5_2] = @Original_Campo" +
|
|
"5_2) AND ([Campo5_3] = @Original_Campo5_3) AND ([Campo5_4] = @Original_Campo5_4)" +
|
|
" AND ([Campo5_5] = @Original_Campo5_5) AND ([Campo6_1] = @Original_Campo6_1) AND" +
|
|
" ([Campo6_2] = @Original_Campo6_2) AND ([Campo6_3] = @Original_Campo6_3) AND ([C" +
|
|
"ampo6_4] = @Original_Campo6_4) AND ([Campo6_5] = @Original_Campo6_5) AND ([Campo" +
|
|
"7_1] = @Original_Campo7_1) AND ([Campo7_2] = @Original_Campo7_2) AND ([Campo7_3]" +
|
|
" = @Original_Campo7_3) AND ([Campo7_4] = @Original_Campo7_4) AND ([Campo7_5] = @" +
|
|
"Original_Campo7_5) AND ([Campo8_1] = @Original_Campo8_1) AND ([Campo8_2] = @Orig" +
|
|
"inal_Campo8_2) AND ([Campo8_3] = @Original_Campo8_3) AND ([Campo8_4] = @Original" +
|
|
"_Campo8_4) AND ([Campo8_5] = @Original_Campo8_5) AND ([Campo9_1] = @Original_Cam" +
|
|
"po9_1) AND ([Campo9_2] = @Original_Campo9_2) AND ([Campo9_3] = @Original_Campo9_" +
|
|
"3) AND ([Campo9_4] = @Original_Campo9_4) AND ([Campo9_5] = @Original_Campo9_5) A" +
|
|
"ND ([Campo10_1] = @Original_Campo10_1) AND ([Campo10_2] = @Original_Campo10_2) A" +
|
|
"ND ([Campo10_3] = @Original_Campo10_3) AND ([Campo10_4] = @Original_Campo10_4) A" +
|
|
"ND ([Campo10_5] = @Original_Campo10_5) AND ([Campo11_1_1] = @Original_Campo11_1_" +
|
|
"1) AND ([Campo11_1_2] = @Original_Campo11_1_2) AND ([Campo11_1_3] = @Original_Ca" +
|
|
"mpo11_1_3) AND ([Campo11_1_4] = @Original_Campo11_1_4) AND ([Campo11_1_5] = @Ori" +
|
|
"ginal_Campo11_1_5) AND ([Campo11_2_1] = @Original_Campo11_2_1) AND ([Campo11_2_2" +
|
|
"] = @Original_Campo11_2_2) AND ([Campo11_2_3] = @Original_Campo11_2_3) AND ([Cam" +
|
|
"po11_2_4] = @Original_Campo11_2_4) AND ([Campo11_2_5] = @Original_Campo11_2_5) A" +
|
|
"ND ([Campo12_1] = @Original_Campo12_1) AND ([Campo12_2] = @Original_Campo12_2) A" +
|
|
"ND ([Campo12_3] = @Original_Campo12_3) AND ([Campo12_4] = @Original_Campo12_4) A" +
|
|
"ND ([Campo12_5] = @Original_Campo12_5) AND ([Campo13_1] = @Original_Campo13_1) A" +
|
|
"ND ([Campo13_2] = @Original_Campo13_2) AND ([Campo13_3] = @Original_Campo13_3) A" +
|
|
"ND ([Campo13_4] = @Original_Campo13_4) AND ([Campo13_5] = @Original_Campo13_5) A" +
|
|
"ND ([Campo14_1] = @Original_Campo14_1) AND ([Campo14_2] = @Original_Campo14_2) A" +
|
|
"ND ([Campo14_3] = @Original_Campo14_3) AND ([Campo14_4] = @Original_Campo14_4) A" +
|
|
"ND ([Campo14_5] = @Original_Campo14_5) AND ([Campo15_1] = @Original_Campo15_1) A" +
|
|
"ND ([Campo15_2] = @Original_Campo15_2) AND ([Campo15_3] = @Original_Campo15_3) A" +
|
|
"ND ([Campo15_4] = @Original_Campo15_4) AND ([Campo15_5] = @Original_Campo15_5) A" +
|
|
"ND ([Campo16_1] = @Original_Campo16_1) AND ([Campo16_2] = @Original_Campo16_2) A" +
|
|
"ND ([Campo16_3] = @Original_Campo16_3) AND ([Campo16_4] = @Original_Campo16_4) A" +
|
|
"ND ([Campo16_5] = @Original_Campo16_5) AND ([StatoOk] = @Original_StatoOk) AND (" +
|
|
"[CodCS] = @Original_CodCS));\r\nSELECT CampoUDC, Campo1_1, Campo1_2, Campo1_3, Cam" +
|
|
"po1_4, Campo1_5, Campo2_1, Campo2_2, Campo2_3, Campo2_4, Campo2_5, Campo3_1, Cam" +
|
|
"po3_2, Campo3_3, Campo3_4, Campo3_5, Campo4_1, Campo4_2, Campo4_3, Campo4_4, Cam" +
|
|
"po4_5, Campo5_1, Campo5_2, Campo5_3, Campo5_4, Campo5_5, Campo6_1, Campo6_2, Cam" +
|
|
"po6_3, Campo6_4, Campo6_5, Campo7_1, Campo7_2, Campo7_3, Campo7_4, Campo7_5, Cam" +
|
|
"po8_1, Campo8_2, Campo8_3, Campo8_4, Campo8_5, Campo9_1, Campo9_2, Campo9_3, Cam" +
|
|
"po9_4, Campo9_5, Campo10_1, Campo10_2, Campo10_3, Campo10_4, Campo10_5, Campo11_" +
|
|
"1_1, Campo11_1_2, Campo11_1_3, Campo11_1_4, Campo11_1_5, Campo11_2_1, Campo11_2_" +
|
|
"2, Campo11_2_3, Campo11_2_4, Campo11_2_5, Campo12_1, Campo12_2, Campo12_3, Campo" +
|
|
"12_4, Campo12_5, Campo13_1, Campo13_2, Campo13_3, Campo13_4, Campo13_5, Campo14_" +
|
|
"1, Campo14_2, Campo14_3, Campo14_4, Campo14_5, Campo15_1, Campo15_2, Campo15_3, " +
|
|
"Campo15_4, Campo15_5, Campo16_1, Campo16_2, Campo16_3, Campo16_4, Campo16_5, Sta" +
|
|
"toOk, CodCS FROM Odette WHERE (CampoUDC = @CampoUDC)";
|
|
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CampoUDC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CampoUDC", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo1_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo1_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo1_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo1_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo1_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo2_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo2_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo2_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo2_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo2_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo3_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo3_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo3_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo3_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo3_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo4_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo4_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo4_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo4_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo4_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo5_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo5_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo5_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo5_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo5_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo6_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo6_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo6_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo6_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo6_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo7_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo7_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo7_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo7_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo7_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo8_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo8_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo8_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo8_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo8_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo9_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo9_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo9_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo9_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo9_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo10_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo10_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo10_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo10_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo10_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_1_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_1_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_1_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_1_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_1_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_2_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_2_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_2_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_2_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_2_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo12_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo12_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo12_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo12_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo12_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo13_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo13_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo13_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo13_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo13_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo14_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo14_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo14_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo14_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo14_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo15_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo15_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo15_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo15_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo15_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo16_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo16_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo16_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_3", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo16_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_4", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo16_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_5", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StatoOk", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatoOk", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodCS", global::System.Data.SqlDbType.NChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodCS", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CampoUDC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CampoUDC", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo1_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo1_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo1_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo1_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo1_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo1_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo2_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo2_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo2_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo2_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo2_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo2_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo3_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo3_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo3_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo3_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo3_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo3_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo4_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo4_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo4_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo4_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo4_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo4_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo5_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo5_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo5_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo5_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo5_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo5_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo6_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo6_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo6_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo6_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo6_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo6_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo7_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo7_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo7_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo7_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo7_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo7_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo8_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo8_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo8_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo8_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo8_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo8_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo9_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo9_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo9_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo9_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo9_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo9_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo10_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo10_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo10_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo10_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo10_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo10_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_1_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_1_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_1_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_1_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_1_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_1_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_2_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_2_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_2_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_2_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo11_2_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo11_2_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo12_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo12_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo12_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo12_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo12_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo12_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo13_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo13_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo13_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo13_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo13_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo13_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo14_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo14_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo14_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo14_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo14_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo14_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo15_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo15_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo15_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo15_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo15_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo15_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo16_1", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo16_2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo16_3", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_3", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo16_4", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_4", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Campo16_5", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Campo16_5", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_StatoOk", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "StatoOk", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodCS", global::System.Data.SqlDbType.NChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodCS", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::GMW_data.Properties.Settings.Default.GMWConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[11];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT * FROM dbo.Odette";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_ODETTE_caricaDatiBollaEtichettaOdette";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodCS", global::System.Data.SqlDbType.NVarChar, 2, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UDC", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numBolla", global::System.Data.SqlDbType.NVarChar, 6, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dataBolla", global::System.Data.SqlDbType.NVarChar, 8, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodMag", global::System.Data.SqlDbType.NVarChar, 2, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GrpBolla", global::System.Data.SqlDbType.NVarChar, 1, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Particolare", global::System.Data.SqlDbType.NVarChar, 15, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_ODETTE_deleteByLDP";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodLista", global::System.Data.SqlDbType.NVarChar, 12, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_ODETTE_delete";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CampoUDC", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_ODETTE_getByBolla";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodMag", global::System.Data.SqlDbType.NVarChar, 2, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GrpBolla", global::System.Data.SqlDbType.NVarChar, 1, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NumBolla", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 6, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DataBolla", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 8, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Particolare", global::System.Data.SqlDbType.NVarChar, 15, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[5].Connection = this.Connection;
|
|
this._commandCollection[5].CommandText = "dbo.stp_ODETTE_getByListaPrelievo";
|
|
this._commandCollection[5].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodLista", global::System.Data.SqlDbType.NVarChar, 12, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[6].Connection = this.Connection;
|
|
this._commandCollection[6].CommandText = "dbo.stp_ODETTE_getByUDC";
|
|
this._commandCollection[6].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UDC", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[7] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[7].Connection = this.Connection;
|
|
this._commandCollection[7].CommandText = "dbo.stp_ODETTE_setStato";
|
|
this._commandCollection[7].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UDC", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@StatoOk", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[8].Connection = this.Connection;
|
|
this._commandCollection[8].CommandText = "dbo.stp_ODETTE_updateLingua";
|
|
this._commandCollection[8].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UDC", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo1_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo2_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo3_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo4_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo5_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo6_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo7_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo8_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo9_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo10_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_1_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo11_2_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo12_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo13_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo14_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo15_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Campo16_1", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[9].Connection = this.Connection;
|
|
this._commandCollection[9].CommandText = "dbo.stp_ODETTE_updateVal";
|
|
this._commandCollection[9].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UDC", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ragSocCli", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@indirCli", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@capCittCli", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ragSocDest", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@indirDest", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@capCittDest", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pesoNetto", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pesoLordo", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numColli", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@disPart", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@descPart", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@codPart", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@codImb", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@codMaz", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@codNael", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@codAQP", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[10] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[10].Connection = this.Connection;
|
|
this._commandCollection[10].CommandText = "dbo.stp_ODETTE_upsertUdc";
|
|
this._commandCollection[10].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UDC", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodCS", global::System.Data.SqlDbType.VarChar, 2, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numBolla", global::System.Data.SqlDbType.NVarChar, 6, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dataBolla", global::System.Data.SqlDbType.NVarChar, 8, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodMag", global::System.Data.SqlDbType.NVarChar, 2, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GrpBolla", global::System.Data.SqlDbType.NVarChar, 1, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Particolare", global::System.Data.SqlDbType.NVarChar, 15, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodLista", global::System.Data.SqlDbType.NVarChar, 12, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IndStabFrom", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtaCont", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
public virtual int Fill(DS_Odette.OdetteDataTable dataTable) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((this.ClearBeforeFill == true)) {
|
|
dataTable.Clear();
|
|
}
|
|
int returnValue = this.Adapter.Fill(dataTable);
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Odette.OdetteDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Odette.OdetteDataTable dataTable = new DS_Odette.OdetteDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Odette.OdetteDataTable getByBolla(string CodMag, string GrpBolla, global::System.Nullable<decimal> NumBolla, global::System.Nullable<decimal> DataBolla, string Particolare) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[4];
|
|
if ((CodMag == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(CodMag));
|
|
}
|
|
if ((GrpBolla == null)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((string)(GrpBolla));
|
|
}
|
|
if ((NumBolla.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = ((decimal)(NumBolla.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((DataBolla.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = ((decimal)(DataBolla.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((Particolare == null)) {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[5].Value = ((string)(Particolare));
|
|
}
|
|
DS_Odette.OdetteDataTable dataTable = new DS_Odette.OdetteDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Odette.OdetteDataTable getByCodLista(string CodLista) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[5];
|
|
if ((CodLista == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(CodLista));
|
|
}
|
|
DS_Odette.OdetteDataTable dataTable = new DS_Odette.OdetteDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Odette.OdetteDataTable getByUdc(string UDC) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[6];
|
|
if ((UDC == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(UDC));
|
|
}
|
|
DS_Odette.OdetteDataTable dataTable = new DS_Odette.OdetteDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Odette.OdetteDataTable dataTable) {
|
|
return this.Adapter.Update(dataTable);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Odette dataSet) {
|
|
return this.Adapter.Update(dataSet, "Odette");
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
dataRow});
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
return this.Adapter.Update(dataRows);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
|
|
public virtual int Delete(
|
|
string Original_CampoUDC,
|
|
string Original_Campo1_1,
|
|
string Original_Campo1_2,
|
|
string Original_Campo1_3,
|
|
string Original_Campo1_4,
|
|
string Original_Campo1_5,
|
|
string Original_Campo2_1,
|
|
string Original_Campo2_2,
|
|
string Original_Campo2_3,
|
|
string Original_Campo2_4,
|
|
string Original_Campo2_5,
|
|
string Original_Campo3_1,
|
|
string Original_Campo3_2,
|
|
string Original_Campo3_3,
|
|
string Original_Campo3_4,
|
|
string Original_Campo3_5,
|
|
string Original_Campo4_1,
|
|
string Original_Campo4_2,
|
|
string Original_Campo4_3,
|
|
string Original_Campo4_4,
|
|
string Original_Campo4_5,
|
|
string Original_Campo5_1,
|
|
string Original_Campo5_2,
|
|
string Original_Campo5_3,
|
|
string Original_Campo5_4,
|
|
string Original_Campo5_5,
|
|
string Original_Campo6_1,
|
|
string Original_Campo6_2,
|
|
string Original_Campo6_3,
|
|
string Original_Campo6_4,
|
|
string Original_Campo6_5,
|
|
string Original_Campo7_1,
|
|
string Original_Campo7_2,
|
|
string Original_Campo7_3,
|
|
string Original_Campo7_4,
|
|
string Original_Campo7_5,
|
|
string Original_Campo8_1,
|
|
string Original_Campo8_2,
|
|
string Original_Campo8_3,
|
|
string Original_Campo8_4,
|
|
string Original_Campo8_5,
|
|
string Original_Campo9_1,
|
|
string Original_Campo9_2,
|
|
string Original_Campo9_3,
|
|
string Original_Campo9_4,
|
|
string Original_Campo9_5,
|
|
string Original_Campo10_1,
|
|
string Original_Campo10_2,
|
|
string Original_Campo10_3,
|
|
string Original_Campo10_4,
|
|
string Original_Campo10_5,
|
|
string Original_Campo11_1_1,
|
|
string Original_Campo11_1_2,
|
|
string Original_Campo11_1_3,
|
|
string Original_Campo11_1_4,
|
|
string Original_Campo11_1_5,
|
|
string Original_Campo11_2_1,
|
|
string Original_Campo11_2_2,
|
|
string Original_Campo11_2_3,
|
|
string Original_Campo11_2_4,
|
|
string Original_Campo11_2_5,
|
|
string Original_Campo12_1,
|
|
string Original_Campo12_2,
|
|
string Original_Campo12_3,
|
|
string Original_Campo12_4,
|
|
string Original_Campo12_5,
|
|
string Original_Campo13_1,
|
|
string Original_Campo13_2,
|
|
string Original_Campo13_3,
|
|
string Original_Campo13_4,
|
|
string Original_Campo13_5,
|
|
string Original_Campo14_1,
|
|
string Original_Campo14_2,
|
|
string Original_Campo14_3,
|
|
string Original_Campo14_4,
|
|
string Original_Campo14_5,
|
|
string Original_Campo15_1,
|
|
string Original_Campo15_2,
|
|
string Original_Campo15_3,
|
|
string Original_Campo15_4,
|
|
string Original_Campo15_5,
|
|
string Original_Campo16_1,
|
|
string Original_Campo16_2,
|
|
string Original_Campo16_3,
|
|
string Original_Campo16_4,
|
|
string Original_Campo16_5,
|
|
bool Original_StatoOk,
|
|
string Original_CodCS) {
|
|
if ((Original_CampoUDC == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CampoUDC");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_CampoUDC));
|
|
}
|
|
if ((Original_Campo1_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo1_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_Campo1_1));
|
|
}
|
|
if ((Original_Campo1_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo1_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_Campo1_2));
|
|
}
|
|
if ((Original_Campo1_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo1_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[3].Value = ((string)(Original_Campo1_3));
|
|
}
|
|
if ((Original_Campo1_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo1_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_Campo1_4));
|
|
}
|
|
if ((Original_Campo1_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo1_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[5].Value = ((string)(Original_Campo1_5));
|
|
}
|
|
if ((Original_Campo2_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo2_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_Campo2_1));
|
|
}
|
|
if ((Original_Campo2_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo2_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[7].Value = ((string)(Original_Campo2_2));
|
|
}
|
|
if ((Original_Campo2_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo2_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_Campo2_3));
|
|
}
|
|
if ((Original_Campo2_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo2_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[9].Value = ((string)(Original_Campo2_4));
|
|
}
|
|
if ((Original_Campo2_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo2_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_Campo2_5));
|
|
}
|
|
if ((Original_Campo3_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo3_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[11].Value = ((string)(Original_Campo3_1));
|
|
}
|
|
if ((Original_Campo3_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo3_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_Campo3_2));
|
|
}
|
|
if ((Original_Campo3_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo3_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[13].Value = ((string)(Original_Campo3_3));
|
|
}
|
|
if ((Original_Campo3_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo3_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_Campo3_4));
|
|
}
|
|
if ((Original_Campo3_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo3_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_Campo3_5));
|
|
}
|
|
if ((Original_Campo4_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo4_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_Campo4_1));
|
|
}
|
|
if ((Original_Campo4_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo4_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[17].Value = ((string)(Original_Campo4_2));
|
|
}
|
|
if ((Original_Campo4_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo4_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_Campo4_3));
|
|
}
|
|
if ((Original_Campo4_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo4_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[19].Value = ((string)(Original_Campo4_4));
|
|
}
|
|
if ((Original_Campo4_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo4_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[20].Value = ((string)(Original_Campo4_5));
|
|
}
|
|
if ((Original_Campo5_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo5_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[21].Value = ((string)(Original_Campo5_1));
|
|
}
|
|
if ((Original_Campo5_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo5_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[22].Value = ((string)(Original_Campo5_2));
|
|
}
|
|
if ((Original_Campo5_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo5_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[23].Value = ((string)(Original_Campo5_3));
|
|
}
|
|
if ((Original_Campo5_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo5_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[24].Value = ((string)(Original_Campo5_4));
|
|
}
|
|
if ((Original_Campo5_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo5_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[25].Value = ((string)(Original_Campo5_5));
|
|
}
|
|
if ((Original_Campo6_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo6_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[26].Value = ((string)(Original_Campo6_1));
|
|
}
|
|
if ((Original_Campo6_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo6_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[27].Value = ((string)(Original_Campo6_2));
|
|
}
|
|
if ((Original_Campo6_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo6_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[28].Value = ((string)(Original_Campo6_3));
|
|
}
|
|
if ((Original_Campo6_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo6_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[29].Value = ((string)(Original_Campo6_4));
|
|
}
|
|
if ((Original_Campo6_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo6_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[30].Value = ((string)(Original_Campo6_5));
|
|
}
|
|
if ((Original_Campo7_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo7_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[31].Value = ((string)(Original_Campo7_1));
|
|
}
|
|
if ((Original_Campo7_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo7_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[32].Value = ((string)(Original_Campo7_2));
|
|
}
|
|
if ((Original_Campo7_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo7_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[33].Value = ((string)(Original_Campo7_3));
|
|
}
|
|
if ((Original_Campo7_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo7_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[34].Value = ((string)(Original_Campo7_4));
|
|
}
|
|
if ((Original_Campo7_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo7_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[35].Value = ((string)(Original_Campo7_5));
|
|
}
|
|
if ((Original_Campo8_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo8_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[36].Value = ((string)(Original_Campo8_1));
|
|
}
|
|
if ((Original_Campo8_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo8_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[37].Value = ((string)(Original_Campo8_2));
|
|
}
|
|
if ((Original_Campo8_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo8_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[38].Value = ((string)(Original_Campo8_3));
|
|
}
|
|
if ((Original_Campo8_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo8_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[39].Value = ((string)(Original_Campo8_4));
|
|
}
|
|
if ((Original_Campo8_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo8_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[40].Value = ((string)(Original_Campo8_5));
|
|
}
|
|
if ((Original_Campo9_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo9_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[41].Value = ((string)(Original_Campo9_1));
|
|
}
|
|
if ((Original_Campo9_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo9_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[42].Value = ((string)(Original_Campo9_2));
|
|
}
|
|
if ((Original_Campo9_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo9_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[43].Value = ((string)(Original_Campo9_3));
|
|
}
|
|
if ((Original_Campo9_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo9_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[44].Value = ((string)(Original_Campo9_4));
|
|
}
|
|
if ((Original_Campo9_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo9_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[45].Value = ((string)(Original_Campo9_5));
|
|
}
|
|
if ((Original_Campo10_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo10_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[46].Value = ((string)(Original_Campo10_1));
|
|
}
|
|
if ((Original_Campo10_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo10_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[47].Value = ((string)(Original_Campo10_2));
|
|
}
|
|
if ((Original_Campo10_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo10_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[48].Value = ((string)(Original_Campo10_3));
|
|
}
|
|
if ((Original_Campo10_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo10_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[49].Value = ((string)(Original_Campo10_4));
|
|
}
|
|
if ((Original_Campo10_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo10_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[50].Value = ((string)(Original_Campo10_5));
|
|
}
|
|
if ((Original_Campo11_1_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_1_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[51].Value = ((string)(Original_Campo11_1_1));
|
|
}
|
|
if ((Original_Campo11_1_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_1_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[52].Value = ((string)(Original_Campo11_1_2));
|
|
}
|
|
if ((Original_Campo11_1_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_1_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[53].Value = ((string)(Original_Campo11_1_3));
|
|
}
|
|
if ((Original_Campo11_1_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_1_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[54].Value = ((string)(Original_Campo11_1_4));
|
|
}
|
|
if ((Original_Campo11_1_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_1_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[55].Value = ((string)(Original_Campo11_1_5));
|
|
}
|
|
if ((Original_Campo11_2_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_2_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[56].Value = ((string)(Original_Campo11_2_1));
|
|
}
|
|
if ((Original_Campo11_2_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_2_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[57].Value = ((string)(Original_Campo11_2_2));
|
|
}
|
|
if ((Original_Campo11_2_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_2_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[58].Value = ((string)(Original_Campo11_2_3));
|
|
}
|
|
if ((Original_Campo11_2_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_2_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[59].Value = ((string)(Original_Campo11_2_4));
|
|
}
|
|
if ((Original_Campo11_2_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_2_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[60].Value = ((string)(Original_Campo11_2_5));
|
|
}
|
|
if ((Original_Campo12_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo12_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[61].Value = ((string)(Original_Campo12_1));
|
|
}
|
|
if ((Original_Campo12_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo12_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[62].Value = ((string)(Original_Campo12_2));
|
|
}
|
|
if ((Original_Campo12_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo12_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[63].Value = ((string)(Original_Campo12_3));
|
|
}
|
|
if ((Original_Campo12_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo12_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[64].Value = ((string)(Original_Campo12_4));
|
|
}
|
|
if ((Original_Campo12_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo12_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[65].Value = ((string)(Original_Campo12_5));
|
|
}
|
|
if ((Original_Campo13_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo13_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[66].Value = ((string)(Original_Campo13_1));
|
|
}
|
|
if ((Original_Campo13_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo13_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[67].Value = ((string)(Original_Campo13_2));
|
|
}
|
|
if ((Original_Campo13_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo13_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[68].Value = ((string)(Original_Campo13_3));
|
|
}
|
|
if ((Original_Campo13_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo13_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[69].Value = ((string)(Original_Campo13_4));
|
|
}
|
|
if ((Original_Campo13_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo13_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[70].Value = ((string)(Original_Campo13_5));
|
|
}
|
|
if ((Original_Campo14_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo14_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[71].Value = ((string)(Original_Campo14_1));
|
|
}
|
|
if ((Original_Campo14_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo14_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[72].Value = ((string)(Original_Campo14_2));
|
|
}
|
|
if ((Original_Campo14_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo14_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[73].Value = ((string)(Original_Campo14_3));
|
|
}
|
|
if ((Original_Campo14_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo14_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[74].Value = ((string)(Original_Campo14_4));
|
|
}
|
|
if ((Original_Campo14_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo14_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[75].Value = ((string)(Original_Campo14_5));
|
|
}
|
|
if ((Original_Campo15_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo15_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[76].Value = ((string)(Original_Campo15_1));
|
|
}
|
|
if ((Original_Campo15_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo15_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[77].Value = ((string)(Original_Campo15_2));
|
|
}
|
|
if ((Original_Campo15_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo15_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[78].Value = ((string)(Original_Campo15_3));
|
|
}
|
|
if ((Original_Campo15_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo15_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[79].Value = ((string)(Original_Campo15_4));
|
|
}
|
|
if ((Original_Campo15_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo15_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[80].Value = ((string)(Original_Campo15_5));
|
|
}
|
|
if ((Original_Campo16_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo16_1");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[81].Value = ((string)(Original_Campo16_1));
|
|
}
|
|
if ((Original_Campo16_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo16_2");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[82].Value = ((string)(Original_Campo16_2));
|
|
}
|
|
if ((Original_Campo16_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo16_3");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[83].Value = ((string)(Original_Campo16_3));
|
|
}
|
|
if ((Original_Campo16_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo16_4");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[84].Value = ((string)(Original_Campo16_4));
|
|
}
|
|
if ((Original_Campo16_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo16_5");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[85].Value = ((string)(Original_Campo16_5));
|
|
}
|
|
this.Adapter.DeleteCommand.Parameters[86].Value = ((bool)(Original_StatoOk));
|
|
if ((Original_CodCS == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CodCS");
|
|
}
|
|
else {
|
|
this.Adapter.DeleteCommand.Parameters[87].Value = ((string)(Original_CodCS));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
|
|
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
this.Adapter.DeleteCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.DeleteCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
|
public virtual int Insert(
|
|
string CampoUDC,
|
|
string Campo1_1,
|
|
string Campo1_2,
|
|
string Campo1_3,
|
|
string Campo1_4,
|
|
string Campo1_5,
|
|
string Campo2_1,
|
|
string Campo2_2,
|
|
string Campo2_3,
|
|
string Campo2_4,
|
|
string Campo2_5,
|
|
string Campo3_1,
|
|
string Campo3_2,
|
|
string Campo3_3,
|
|
string Campo3_4,
|
|
string Campo3_5,
|
|
string Campo4_1,
|
|
string Campo4_2,
|
|
string Campo4_3,
|
|
string Campo4_4,
|
|
string Campo4_5,
|
|
string Campo5_1,
|
|
string Campo5_2,
|
|
string Campo5_3,
|
|
string Campo5_4,
|
|
string Campo5_5,
|
|
string Campo6_1,
|
|
string Campo6_2,
|
|
string Campo6_3,
|
|
string Campo6_4,
|
|
string Campo6_5,
|
|
string Campo7_1,
|
|
string Campo7_2,
|
|
string Campo7_3,
|
|
string Campo7_4,
|
|
string Campo7_5,
|
|
string Campo8_1,
|
|
string Campo8_2,
|
|
string Campo8_3,
|
|
string Campo8_4,
|
|
string Campo8_5,
|
|
string Campo9_1,
|
|
string Campo9_2,
|
|
string Campo9_3,
|
|
string Campo9_4,
|
|
string Campo9_5,
|
|
string Campo10_1,
|
|
string Campo10_2,
|
|
string Campo10_3,
|
|
string Campo10_4,
|
|
string Campo10_5,
|
|
string Campo11_1_1,
|
|
string Campo11_1_2,
|
|
string Campo11_1_3,
|
|
string Campo11_1_4,
|
|
string Campo11_1_5,
|
|
string Campo11_2_1,
|
|
string Campo11_2_2,
|
|
string Campo11_2_3,
|
|
string Campo11_2_4,
|
|
string Campo11_2_5,
|
|
string Campo12_1,
|
|
string Campo12_2,
|
|
string Campo12_3,
|
|
string Campo12_4,
|
|
string Campo12_5,
|
|
string Campo13_1,
|
|
string Campo13_2,
|
|
string Campo13_3,
|
|
string Campo13_4,
|
|
string Campo13_5,
|
|
string Campo14_1,
|
|
string Campo14_2,
|
|
string Campo14_3,
|
|
string Campo14_4,
|
|
string Campo14_5,
|
|
string Campo15_1,
|
|
string Campo15_2,
|
|
string Campo15_3,
|
|
string Campo15_4,
|
|
string Campo15_5,
|
|
string Campo16_1,
|
|
string Campo16_2,
|
|
string Campo16_3,
|
|
string Campo16_4,
|
|
string Campo16_5,
|
|
bool StatoOk,
|
|
string CodCS) {
|
|
if ((CampoUDC == null)) {
|
|
throw new global::System.ArgumentNullException("CampoUDC");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(CampoUDC));
|
|
}
|
|
if ((Campo1_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo1_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(Campo1_1));
|
|
}
|
|
if ((Campo1_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo1_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(Campo1_2));
|
|
}
|
|
if ((Campo1_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo1_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(Campo1_3));
|
|
}
|
|
if ((Campo1_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo1_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(Campo1_4));
|
|
}
|
|
if ((Campo1_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo1_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(Campo1_5));
|
|
}
|
|
if ((Campo2_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo2_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(Campo2_1));
|
|
}
|
|
if ((Campo2_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo2_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(Campo2_2));
|
|
}
|
|
if ((Campo2_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo2_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(Campo2_3));
|
|
}
|
|
if ((Campo2_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo2_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(Campo2_4));
|
|
}
|
|
if ((Campo2_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo2_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(Campo2_5));
|
|
}
|
|
if ((Campo3_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo3_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(Campo3_1));
|
|
}
|
|
if ((Campo3_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo3_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(Campo3_2));
|
|
}
|
|
if ((Campo3_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo3_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[13].Value = ((string)(Campo3_3));
|
|
}
|
|
if ((Campo3_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo3_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[14].Value = ((string)(Campo3_4));
|
|
}
|
|
if ((Campo3_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo3_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[15].Value = ((string)(Campo3_5));
|
|
}
|
|
if ((Campo4_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo4_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[16].Value = ((string)(Campo4_1));
|
|
}
|
|
if ((Campo4_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo4_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[17].Value = ((string)(Campo4_2));
|
|
}
|
|
if ((Campo4_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo4_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[18].Value = ((string)(Campo4_3));
|
|
}
|
|
if ((Campo4_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo4_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[19].Value = ((string)(Campo4_4));
|
|
}
|
|
if ((Campo4_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo4_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[20].Value = ((string)(Campo4_5));
|
|
}
|
|
if ((Campo5_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo5_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[21].Value = ((string)(Campo5_1));
|
|
}
|
|
if ((Campo5_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo5_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[22].Value = ((string)(Campo5_2));
|
|
}
|
|
if ((Campo5_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo5_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[23].Value = ((string)(Campo5_3));
|
|
}
|
|
if ((Campo5_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo5_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[24].Value = ((string)(Campo5_4));
|
|
}
|
|
if ((Campo5_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo5_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[25].Value = ((string)(Campo5_5));
|
|
}
|
|
if ((Campo6_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo6_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[26].Value = ((string)(Campo6_1));
|
|
}
|
|
if ((Campo6_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo6_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[27].Value = ((string)(Campo6_2));
|
|
}
|
|
if ((Campo6_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo6_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[28].Value = ((string)(Campo6_3));
|
|
}
|
|
if ((Campo6_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo6_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[29].Value = ((string)(Campo6_4));
|
|
}
|
|
if ((Campo6_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo6_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[30].Value = ((string)(Campo6_5));
|
|
}
|
|
if ((Campo7_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo7_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[31].Value = ((string)(Campo7_1));
|
|
}
|
|
if ((Campo7_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo7_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[32].Value = ((string)(Campo7_2));
|
|
}
|
|
if ((Campo7_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo7_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[33].Value = ((string)(Campo7_3));
|
|
}
|
|
if ((Campo7_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo7_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[34].Value = ((string)(Campo7_4));
|
|
}
|
|
if ((Campo7_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo7_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[35].Value = ((string)(Campo7_5));
|
|
}
|
|
if ((Campo8_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo8_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[36].Value = ((string)(Campo8_1));
|
|
}
|
|
if ((Campo8_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo8_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[37].Value = ((string)(Campo8_2));
|
|
}
|
|
if ((Campo8_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo8_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[38].Value = ((string)(Campo8_3));
|
|
}
|
|
if ((Campo8_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo8_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[39].Value = ((string)(Campo8_4));
|
|
}
|
|
if ((Campo8_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo8_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[40].Value = ((string)(Campo8_5));
|
|
}
|
|
if ((Campo9_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo9_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[41].Value = ((string)(Campo9_1));
|
|
}
|
|
if ((Campo9_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo9_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[42].Value = ((string)(Campo9_2));
|
|
}
|
|
if ((Campo9_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo9_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[43].Value = ((string)(Campo9_3));
|
|
}
|
|
if ((Campo9_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo9_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[44].Value = ((string)(Campo9_4));
|
|
}
|
|
if ((Campo9_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo9_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[45].Value = ((string)(Campo9_5));
|
|
}
|
|
if ((Campo10_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo10_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[46].Value = ((string)(Campo10_1));
|
|
}
|
|
if ((Campo10_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo10_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[47].Value = ((string)(Campo10_2));
|
|
}
|
|
if ((Campo10_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo10_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[48].Value = ((string)(Campo10_3));
|
|
}
|
|
if ((Campo10_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo10_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[49].Value = ((string)(Campo10_4));
|
|
}
|
|
if ((Campo10_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo10_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[50].Value = ((string)(Campo10_5));
|
|
}
|
|
if ((Campo11_1_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_1_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[51].Value = ((string)(Campo11_1_1));
|
|
}
|
|
if ((Campo11_1_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_1_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[52].Value = ((string)(Campo11_1_2));
|
|
}
|
|
if ((Campo11_1_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_1_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[53].Value = ((string)(Campo11_1_3));
|
|
}
|
|
if ((Campo11_1_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_1_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[54].Value = ((string)(Campo11_1_4));
|
|
}
|
|
if ((Campo11_1_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_1_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[55].Value = ((string)(Campo11_1_5));
|
|
}
|
|
if ((Campo11_2_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_2_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[56].Value = ((string)(Campo11_2_1));
|
|
}
|
|
if ((Campo11_2_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_2_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[57].Value = ((string)(Campo11_2_2));
|
|
}
|
|
if ((Campo11_2_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_2_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[58].Value = ((string)(Campo11_2_3));
|
|
}
|
|
if ((Campo11_2_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_2_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[59].Value = ((string)(Campo11_2_4));
|
|
}
|
|
if ((Campo11_2_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_2_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[60].Value = ((string)(Campo11_2_5));
|
|
}
|
|
if ((Campo12_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo12_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[61].Value = ((string)(Campo12_1));
|
|
}
|
|
if ((Campo12_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo12_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[62].Value = ((string)(Campo12_2));
|
|
}
|
|
if ((Campo12_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo12_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[63].Value = ((string)(Campo12_3));
|
|
}
|
|
if ((Campo12_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo12_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[64].Value = ((string)(Campo12_4));
|
|
}
|
|
if ((Campo12_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo12_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[65].Value = ((string)(Campo12_5));
|
|
}
|
|
if ((Campo13_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo13_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[66].Value = ((string)(Campo13_1));
|
|
}
|
|
if ((Campo13_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo13_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[67].Value = ((string)(Campo13_2));
|
|
}
|
|
if ((Campo13_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo13_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[68].Value = ((string)(Campo13_3));
|
|
}
|
|
if ((Campo13_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo13_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[69].Value = ((string)(Campo13_4));
|
|
}
|
|
if ((Campo13_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo13_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[70].Value = ((string)(Campo13_5));
|
|
}
|
|
if ((Campo14_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo14_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[71].Value = ((string)(Campo14_1));
|
|
}
|
|
if ((Campo14_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo14_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[72].Value = ((string)(Campo14_2));
|
|
}
|
|
if ((Campo14_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo14_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[73].Value = ((string)(Campo14_3));
|
|
}
|
|
if ((Campo14_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo14_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[74].Value = ((string)(Campo14_4));
|
|
}
|
|
if ((Campo14_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo14_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[75].Value = ((string)(Campo14_5));
|
|
}
|
|
if ((Campo15_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo15_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[76].Value = ((string)(Campo15_1));
|
|
}
|
|
if ((Campo15_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo15_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[77].Value = ((string)(Campo15_2));
|
|
}
|
|
if ((Campo15_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo15_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[78].Value = ((string)(Campo15_3));
|
|
}
|
|
if ((Campo15_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo15_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[79].Value = ((string)(Campo15_4));
|
|
}
|
|
if ((Campo15_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo15_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[80].Value = ((string)(Campo15_5));
|
|
}
|
|
if ((Campo16_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo16_1");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[81].Value = ((string)(Campo16_1));
|
|
}
|
|
if ((Campo16_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo16_2");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[82].Value = ((string)(Campo16_2));
|
|
}
|
|
if ((Campo16_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo16_3");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[83].Value = ((string)(Campo16_3));
|
|
}
|
|
if ((Campo16_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo16_4");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[84].Value = ((string)(Campo16_4));
|
|
}
|
|
if ((Campo16_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo16_5");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[85].Value = ((string)(Campo16_5));
|
|
}
|
|
this.Adapter.InsertCommand.Parameters[86].Value = ((bool)(StatoOk));
|
|
if ((CodCS == null)) {
|
|
throw new global::System.ArgumentNullException("CodCS");
|
|
}
|
|
else {
|
|
this.Adapter.InsertCommand.Parameters[87].Value = ((string)(CodCS));
|
|
}
|
|
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)) {
|
|
this.Adapter.InsertCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.InsertCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(
|
|
string CampoUDC,
|
|
string Campo1_1,
|
|
string Campo1_2,
|
|
string Campo1_3,
|
|
string Campo1_4,
|
|
string Campo1_5,
|
|
string Campo2_1,
|
|
string Campo2_2,
|
|
string Campo2_3,
|
|
string Campo2_4,
|
|
string Campo2_5,
|
|
string Campo3_1,
|
|
string Campo3_2,
|
|
string Campo3_3,
|
|
string Campo3_4,
|
|
string Campo3_5,
|
|
string Campo4_1,
|
|
string Campo4_2,
|
|
string Campo4_3,
|
|
string Campo4_4,
|
|
string Campo4_5,
|
|
string Campo5_1,
|
|
string Campo5_2,
|
|
string Campo5_3,
|
|
string Campo5_4,
|
|
string Campo5_5,
|
|
string Campo6_1,
|
|
string Campo6_2,
|
|
string Campo6_3,
|
|
string Campo6_4,
|
|
string Campo6_5,
|
|
string Campo7_1,
|
|
string Campo7_2,
|
|
string Campo7_3,
|
|
string Campo7_4,
|
|
string Campo7_5,
|
|
string Campo8_1,
|
|
string Campo8_2,
|
|
string Campo8_3,
|
|
string Campo8_4,
|
|
string Campo8_5,
|
|
string Campo9_1,
|
|
string Campo9_2,
|
|
string Campo9_3,
|
|
string Campo9_4,
|
|
string Campo9_5,
|
|
string Campo10_1,
|
|
string Campo10_2,
|
|
string Campo10_3,
|
|
string Campo10_4,
|
|
string Campo10_5,
|
|
string Campo11_1_1,
|
|
string Campo11_1_2,
|
|
string Campo11_1_3,
|
|
string Campo11_1_4,
|
|
string Campo11_1_5,
|
|
string Campo11_2_1,
|
|
string Campo11_2_2,
|
|
string Campo11_2_3,
|
|
string Campo11_2_4,
|
|
string Campo11_2_5,
|
|
string Campo12_1,
|
|
string Campo12_2,
|
|
string Campo12_3,
|
|
string Campo12_4,
|
|
string Campo12_5,
|
|
string Campo13_1,
|
|
string Campo13_2,
|
|
string Campo13_3,
|
|
string Campo13_4,
|
|
string Campo13_5,
|
|
string Campo14_1,
|
|
string Campo14_2,
|
|
string Campo14_3,
|
|
string Campo14_4,
|
|
string Campo14_5,
|
|
string Campo15_1,
|
|
string Campo15_2,
|
|
string Campo15_3,
|
|
string Campo15_4,
|
|
string Campo15_5,
|
|
string Campo16_1,
|
|
string Campo16_2,
|
|
string Campo16_3,
|
|
string Campo16_4,
|
|
string Campo16_5,
|
|
bool StatoOk,
|
|
string CodCS,
|
|
string Original_CampoUDC,
|
|
string Original_Campo1_1,
|
|
string Original_Campo1_2,
|
|
string Original_Campo1_3,
|
|
string Original_Campo1_4,
|
|
string Original_Campo1_5,
|
|
string Original_Campo2_1,
|
|
string Original_Campo2_2,
|
|
string Original_Campo2_3,
|
|
string Original_Campo2_4,
|
|
string Original_Campo2_5,
|
|
string Original_Campo3_1,
|
|
string Original_Campo3_2,
|
|
string Original_Campo3_3,
|
|
string Original_Campo3_4,
|
|
string Original_Campo3_5,
|
|
string Original_Campo4_1,
|
|
string Original_Campo4_2,
|
|
string Original_Campo4_3,
|
|
string Original_Campo4_4,
|
|
string Original_Campo4_5,
|
|
string Original_Campo5_1,
|
|
string Original_Campo5_2,
|
|
string Original_Campo5_3,
|
|
string Original_Campo5_4,
|
|
string Original_Campo5_5,
|
|
string Original_Campo6_1,
|
|
string Original_Campo6_2,
|
|
string Original_Campo6_3,
|
|
string Original_Campo6_4,
|
|
string Original_Campo6_5,
|
|
string Original_Campo7_1,
|
|
string Original_Campo7_2,
|
|
string Original_Campo7_3,
|
|
string Original_Campo7_4,
|
|
string Original_Campo7_5,
|
|
string Original_Campo8_1,
|
|
string Original_Campo8_2,
|
|
string Original_Campo8_3,
|
|
string Original_Campo8_4,
|
|
string Original_Campo8_5,
|
|
string Original_Campo9_1,
|
|
string Original_Campo9_2,
|
|
string Original_Campo9_3,
|
|
string Original_Campo9_4,
|
|
string Original_Campo9_5,
|
|
string Original_Campo10_1,
|
|
string Original_Campo10_2,
|
|
string Original_Campo10_3,
|
|
string Original_Campo10_4,
|
|
string Original_Campo10_5,
|
|
string Original_Campo11_1_1,
|
|
string Original_Campo11_1_2,
|
|
string Original_Campo11_1_3,
|
|
string Original_Campo11_1_4,
|
|
string Original_Campo11_1_5,
|
|
string Original_Campo11_2_1,
|
|
string Original_Campo11_2_2,
|
|
string Original_Campo11_2_3,
|
|
string Original_Campo11_2_4,
|
|
string Original_Campo11_2_5,
|
|
string Original_Campo12_1,
|
|
string Original_Campo12_2,
|
|
string Original_Campo12_3,
|
|
string Original_Campo12_4,
|
|
string Original_Campo12_5,
|
|
string Original_Campo13_1,
|
|
string Original_Campo13_2,
|
|
string Original_Campo13_3,
|
|
string Original_Campo13_4,
|
|
string Original_Campo13_5,
|
|
string Original_Campo14_1,
|
|
string Original_Campo14_2,
|
|
string Original_Campo14_3,
|
|
string Original_Campo14_4,
|
|
string Original_Campo14_5,
|
|
string Original_Campo15_1,
|
|
string Original_Campo15_2,
|
|
string Original_Campo15_3,
|
|
string Original_Campo15_4,
|
|
string Original_Campo15_5,
|
|
string Original_Campo16_1,
|
|
string Original_Campo16_2,
|
|
string Original_Campo16_3,
|
|
string Original_Campo16_4,
|
|
string Original_Campo16_5,
|
|
bool Original_StatoOk,
|
|
string Original_CodCS) {
|
|
if ((CampoUDC == null)) {
|
|
throw new global::System.ArgumentNullException("CampoUDC");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(CampoUDC));
|
|
}
|
|
if ((Campo1_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo1_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(Campo1_1));
|
|
}
|
|
if ((Campo1_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo1_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Campo1_2));
|
|
}
|
|
if ((Campo1_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo1_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(Campo1_3));
|
|
}
|
|
if ((Campo1_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo1_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(Campo1_4));
|
|
}
|
|
if ((Campo1_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo1_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(Campo1_5));
|
|
}
|
|
if ((Campo2_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo2_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(Campo2_1));
|
|
}
|
|
if ((Campo2_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo2_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(Campo2_2));
|
|
}
|
|
if ((Campo2_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo2_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(Campo2_3));
|
|
}
|
|
if ((Campo2_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo2_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(Campo2_4));
|
|
}
|
|
if ((Campo2_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo2_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(Campo2_5));
|
|
}
|
|
if ((Campo3_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo3_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(Campo3_1));
|
|
}
|
|
if ((Campo3_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo3_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Campo3_2));
|
|
}
|
|
if ((Campo3_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo3_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Campo3_3));
|
|
}
|
|
if ((Campo3_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo3_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(Campo3_4));
|
|
}
|
|
if ((Campo3_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo3_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(Campo3_5));
|
|
}
|
|
if ((Campo4_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo4_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Campo4_1));
|
|
}
|
|
if ((Campo4_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo4_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Campo4_2));
|
|
}
|
|
if ((Campo4_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo4_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(Campo4_3));
|
|
}
|
|
if ((Campo4_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo4_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Campo4_4));
|
|
}
|
|
if ((Campo4_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo4_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Campo4_5));
|
|
}
|
|
if ((Campo5_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo5_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(Campo5_1));
|
|
}
|
|
if ((Campo5_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo5_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Campo5_2));
|
|
}
|
|
if ((Campo5_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo5_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Campo5_3));
|
|
}
|
|
if ((Campo5_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo5_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Campo5_4));
|
|
}
|
|
if ((Campo5_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo5_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(Campo5_5));
|
|
}
|
|
if ((Campo6_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo6_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Campo6_1));
|
|
}
|
|
if ((Campo6_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo6_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(Campo6_2));
|
|
}
|
|
if ((Campo6_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo6_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Campo6_3));
|
|
}
|
|
if ((Campo6_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo6_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(Campo6_4));
|
|
}
|
|
if ((Campo6_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo6_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(Campo6_5));
|
|
}
|
|
if ((Campo7_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo7_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(Campo7_1));
|
|
}
|
|
if ((Campo7_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo7_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(Campo7_2));
|
|
}
|
|
if ((Campo7_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo7_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Campo7_3));
|
|
}
|
|
if ((Campo7_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo7_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(Campo7_4));
|
|
}
|
|
if ((Campo7_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo7_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(Campo7_5));
|
|
}
|
|
if ((Campo8_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo8_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(Campo8_1));
|
|
}
|
|
if ((Campo8_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo8_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[37].Value = ((string)(Campo8_2));
|
|
}
|
|
if ((Campo8_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo8_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(Campo8_3));
|
|
}
|
|
if ((Campo8_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo8_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(Campo8_4));
|
|
}
|
|
if ((Campo8_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo8_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(Campo8_5));
|
|
}
|
|
if ((Campo9_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo9_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(Campo9_1));
|
|
}
|
|
if ((Campo9_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo9_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(Campo9_2));
|
|
}
|
|
if ((Campo9_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo9_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(Campo9_3));
|
|
}
|
|
if ((Campo9_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo9_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(Campo9_4));
|
|
}
|
|
if ((Campo9_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo9_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[45].Value = ((string)(Campo9_5));
|
|
}
|
|
if ((Campo10_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo10_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(Campo10_1));
|
|
}
|
|
if ((Campo10_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo10_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[47].Value = ((string)(Campo10_2));
|
|
}
|
|
if ((Campo10_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo10_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(Campo10_3));
|
|
}
|
|
if ((Campo10_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo10_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[49].Value = ((string)(Campo10_4));
|
|
}
|
|
if ((Campo10_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo10_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(Campo10_5));
|
|
}
|
|
if ((Campo11_1_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_1_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(Campo11_1_1));
|
|
}
|
|
if ((Campo11_1_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_1_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[52].Value = ((string)(Campo11_1_2));
|
|
}
|
|
if ((Campo11_1_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_1_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[53].Value = ((string)(Campo11_1_3));
|
|
}
|
|
if ((Campo11_1_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_1_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[54].Value = ((string)(Campo11_1_4));
|
|
}
|
|
if ((Campo11_1_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_1_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[55].Value = ((string)(Campo11_1_5));
|
|
}
|
|
if ((Campo11_2_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_2_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(Campo11_2_1));
|
|
}
|
|
if ((Campo11_2_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_2_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[57].Value = ((string)(Campo11_2_2));
|
|
}
|
|
if ((Campo11_2_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_2_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[58].Value = ((string)(Campo11_2_3));
|
|
}
|
|
if ((Campo11_2_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_2_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[59].Value = ((string)(Campo11_2_4));
|
|
}
|
|
if ((Campo11_2_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo11_2_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[60].Value = ((string)(Campo11_2_5));
|
|
}
|
|
if ((Campo12_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo12_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[61].Value = ((string)(Campo12_1));
|
|
}
|
|
if ((Campo12_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo12_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[62].Value = ((string)(Campo12_2));
|
|
}
|
|
if ((Campo12_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo12_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[63].Value = ((string)(Campo12_3));
|
|
}
|
|
if ((Campo12_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo12_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[64].Value = ((string)(Campo12_4));
|
|
}
|
|
if ((Campo12_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo12_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[65].Value = ((string)(Campo12_5));
|
|
}
|
|
if ((Campo13_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo13_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[66].Value = ((string)(Campo13_1));
|
|
}
|
|
if ((Campo13_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo13_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[67].Value = ((string)(Campo13_2));
|
|
}
|
|
if ((Campo13_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo13_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[68].Value = ((string)(Campo13_3));
|
|
}
|
|
if ((Campo13_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo13_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[69].Value = ((string)(Campo13_4));
|
|
}
|
|
if ((Campo13_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo13_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[70].Value = ((string)(Campo13_5));
|
|
}
|
|
if ((Campo14_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo14_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[71].Value = ((string)(Campo14_1));
|
|
}
|
|
if ((Campo14_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo14_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[72].Value = ((string)(Campo14_2));
|
|
}
|
|
if ((Campo14_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo14_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[73].Value = ((string)(Campo14_3));
|
|
}
|
|
if ((Campo14_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo14_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[74].Value = ((string)(Campo14_4));
|
|
}
|
|
if ((Campo14_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo14_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[75].Value = ((string)(Campo14_5));
|
|
}
|
|
if ((Campo15_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo15_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[76].Value = ((string)(Campo15_1));
|
|
}
|
|
if ((Campo15_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo15_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[77].Value = ((string)(Campo15_2));
|
|
}
|
|
if ((Campo15_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo15_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[78].Value = ((string)(Campo15_3));
|
|
}
|
|
if ((Campo15_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo15_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[79].Value = ((string)(Campo15_4));
|
|
}
|
|
if ((Campo15_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo15_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[80].Value = ((string)(Campo15_5));
|
|
}
|
|
if ((Campo16_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo16_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[81].Value = ((string)(Campo16_1));
|
|
}
|
|
if ((Campo16_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo16_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[82].Value = ((string)(Campo16_2));
|
|
}
|
|
if ((Campo16_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo16_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[83].Value = ((string)(Campo16_3));
|
|
}
|
|
if ((Campo16_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo16_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[84].Value = ((string)(Campo16_4));
|
|
}
|
|
if ((Campo16_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Campo16_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[85].Value = ((string)(Campo16_5));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[86].Value = ((bool)(StatoOk));
|
|
if ((CodCS == null)) {
|
|
throw new global::System.ArgumentNullException("CodCS");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[87].Value = ((string)(CodCS));
|
|
}
|
|
if ((Original_CampoUDC == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CampoUDC");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[88].Value = ((string)(Original_CampoUDC));
|
|
}
|
|
if ((Original_Campo1_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo1_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[89].Value = ((string)(Original_Campo1_1));
|
|
}
|
|
if ((Original_Campo1_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo1_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[90].Value = ((string)(Original_Campo1_2));
|
|
}
|
|
if ((Original_Campo1_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo1_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[91].Value = ((string)(Original_Campo1_3));
|
|
}
|
|
if ((Original_Campo1_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo1_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[92].Value = ((string)(Original_Campo1_4));
|
|
}
|
|
if ((Original_Campo1_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo1_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[93].Value = ((string)(Original_Campo1_5));
|
|
}
|
|
if ((Original_Campo2_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo2_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[94].Value = ((string)(Original_Campo2_1));
|
|
}
|
|
if ((Original_Campo2_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo2_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[95].Value = ((string)(Original_Campo2_2));
|
|
}
|
|
if ((Original_Campo2_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo2_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[96].Value = ((string)(Original_Campo2_3));
|
|
}
|
|
if ((Original_Campo2_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo2_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[97].Value = ((string)(Original_Campo2_4));
|
|
}
|
|
if ((Original_Campo2_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo2_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[98].Value = ((string)(Original_Campo2_5));
|
|
}
|
|
if ((Original_Campo3_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo3_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[99].Value = ((string)(Original_Campo3_1));
|
|
}
|
|
if ((Original_Campo3_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo3_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[100].Value = ((string)(Original_Campo3_2));
|
|
}
|
|
if ((Original_Campo3_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo3_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[101].Value = ((string)(Original_Campo3_3));
|
|
}
|
|
if ((Original_Campo3_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo3_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[102].Value = ((string)(Original_Campo3_4));
|
|
}
|
|
if ((Original_Campo3_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo3_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[103].Value = ((string)(Original_Campo3_5));
|
|
}
|
|
if ((Original_Campo4_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo4_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[104].Value = ((string)(Original_Campo4_1));
|
|
}
|
|
if ((Original_Campo4_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo4_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[105].Value = ((string)(Original_Campo4_2));
|
|
}
|
|
if ((Original_Campo4_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo4_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[106].Value = ((string)(Original_Campo4_3));
|
|
}
|
|
if ((Original_Campo4_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo4_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[107].Value = ((string)(Original_Campo4_4));
|
|
}
|
|
if ((Original_Campo4_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo4_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[108].Value = ((string)(Original_Campo4_5));
|
|
}
|
|
if ((Original_Campo5_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo5_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[109].Value = ((string)(Original_Campo5_1));
|
|
}
|
|
if ((Original_Campo5_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo5_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[110].Value = ((string)(Original_Campo5_2));
|
|
}
|
|
if ((Original_Campo5_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo5_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[111].Value = ((string)(Original_Campo5_3));
|
|
}
|
|
if ((Original_Campo5_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo5_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[112].Value = ((string)(Original_Campo5_4));
|
|
}
|
|
if ((Original_Campo5_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo5_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[113].Value = ((string)(Original_Campo5_5));
|
|
}
|
|
if ((Original_Campo6_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo6_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[114].Value = ((string)(Original_Campo6_1));
|
|
}
|
|
if ((Original_Campo6_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo6_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[115].Value = ((string)(Original_Campo6_2));
|
|
}
|
|
if ((Original_Campo6_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo6_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[116].Value = ((string)(Original_Campo6_3));
|
|
}
|
|
if ((Original_Campo6_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo6_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[117].Value = ((string)(Original_Campo6_4));
|
|
}
|
|
if ((Original_Campo6_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo6_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[118].Value = ((string)(Original_Campo6_5));
|
|
}
|
|
if ((Original_Campo7_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo7_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[119].Value = ((string)(Original_Campo7_1));
|
|
}
|
|
if ((Original_Campo7_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo7_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[120].Value = ((string)(Original_Campo7_2));
|
|
}
|
|
if ((Original_Campo7_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo7_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[121].Value = ((string)(Original_Campo7_3));
|
|
}
|
|
if ((Original_Campo7_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo7_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[122].Value = ((string)(Original_Campo7_4));
|
|
}
|
|
if ((Original_Campo7_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo7_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[123].Value = ((string)(Original_Campo7_5));
|
|
}
|
|
if ((Original_Campo8_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo8_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[124].Value = ((string)(Original_Campo8_1));
|
|
}
|
|
if ((Original_Campo8_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo8_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[125].Value = ((string)(Original_Campo8_2));
|
|
}
|
|
if ((Original_Campo8_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo8_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[126].Value = ((string)(Original_Campo8_3));
|
|
}
|
|
if ((Original_Campo8_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo8_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[127].Value = ((string)(Original_Campo8_4));
|
|
}
|
|
if ((Original_Campo8_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo8_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[128].Value = ((string)(Original_Campo8_5));
|
|
}
|
|
if ((Original_Campo9_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo9_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[129].Value = ((string)(Original_Campo9_1));
|
|
}
|
|
if ((Original_Campo9_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo9_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[130].Value = ((string)(Original_Campo9_2));
|
|
}
|
|
if ((Original_Campo9_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo9_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[131].Value = ((string)(Original_Campo9_3));
|
|
}
|
|
if ((Original_Campo9_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo9_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[132].Value = ((string)(Original_Campo9_4));
|
|
}
|
|
if ((Original_Campo9_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo9_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[133].Value = ((string)(Original_Campo9_5));
|
|
}
|
|
if ((Original_Campo10_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo10_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[134].Value = ((string)(Original_Campo10_1));
|
|
}
|
|
if ((Original_Campo10_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo10_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[135].Value = ((string)(Original_Campo10_2));
|
|
}
|
|
if ((Original_Campo10_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo10_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[136].Value = ((string)(Original_Campo10_3));
|
|
}
|
|
if ((Original_Campo10_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo10_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[137].Value = ((string)(Original_Campo10_4));
|
|
}
|
|
if ((Original_Campo10_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo10_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[138].Value = ((string)(Original_Campo10_5));
|
|
}
|
|
if ((Original_Campo11_1_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_1_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[139].Value = ((string)(Original_Campo11_1_1));
|
|
}
|
|
if ((Original_Campo11_1_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_1_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[140].Value = ((string)(Original_Campo11_1_2));
|
|
}
|
|
if ((Original_Campo11_1_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_1_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[141].Value = ((string)(Original_Campo11_1_3));
|
|
}
|
|
if ((Original_Campo11_1_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_1_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[142].Value = ((string)(Original_Campo11_1_4));
|
|
}
|
|
if ((Original_Campo11_1_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_1_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[143].Value = ((string)(Original_Campo11_1_5));
|
|
}
|
|
if ((Original_Campo11_2_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_2_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[144].Value = ((string)(Original_Campo11_2_1));
|
|
}
|
|
if ((Original_Campo11_2_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_2_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[145].Value = ((string)(Original_Campo11_2_2));
|
|
}
|
|
if ((Original_Campo11_2_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_2_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[146].Value = ((string)(Original_Campo11_2_3));
|
|
}
|
|
if ((Original_Campo11_2_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_2_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[147].Value = ((string)(Original_Campo11_2_4));
|
|
}
|
|
if ((Original_Campo11_2_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo11_2_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[148].Value = ((string)(Original_Campo11_2_5));
|
|
}
|
|
if ((Original_Campo12_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo12_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[149].Value = ((string)(Original_Campo12_1));
|
|
}
|
|
if ((Original_Campo12_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo12_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[150].Value = ((string)(Original_Campo12_2));
|
|
}
|
|
if ((Original_Campo12_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo12_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[151].Value = ((string)(Original_Campo12_3));
|
|
}
|
|
if ((Original_Campo12_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo12_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[152].Value = ((string)(Original_Campo12_4));
|
|
}
|
|
if ((Original_Campo12_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo12_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[153].Value = ((string)(Original_Campo12_5));
|
|
}
|
|
if ((Original_Campo13_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo13_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[154].Value = ((string)(Original_Campo13_1));
|
|
}
|
|
if ((Original_Campo13_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo13_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[155].Value = ((string)(Original_Campo13_2));
|
|
}
|
|
if ((Original_Campo13_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo13_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[156].Value = ((string)(Original_Campo13_3));
|
|
}
|
|
if ((Original_Campo13_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo13_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[157].Value = ((string)(Original_Campo13_4));
|
|
}
|
|
if ((Original_Campo13_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo13_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[158].Value = ((string)(Original_Campo13_5));
|
|
}
|
|
if ((Original_Campo14_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo14_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[159].Value = ((string)(Original_Campo14_1));
|
|
}
|
|
if ((Original_Campo14_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo14_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[160].Value = ((string)(Original_Campo14_2));
|
|
}
|
|
if ((Original_Campo14_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo14_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[161].Value = ((string)(Original_Campo14_3));
|
|
}
|
|
if ((Original_Campo14_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo14_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[162].Value = ((string)(Original_Campo14_4));
|
|
}
|
|
if ((Original_Campo14_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo14_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[163].Value = ((string)(Original_Campo14_5));
|
|
}
|
|
if ((Original_Campo15_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo15_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[164].Value = ((string)(Original_Campo15_1));
|
|
}
|
|
if ((Original_Campo15_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo15_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[165].Value = ((string)(Original_Campo15_2));
|
|
}
|
|
if ((Original_Campo15_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo15_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[166].Value = ((string)(Original_Campo15_3));
|
|
}
|
|
if ((Original_Campo15_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo15_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[167].Value = ((string)(Original_Campo15_4));
|
|
}
|
|
if ((Original_Campo15_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo15_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[168].Value = ((string)(Original_Campo15_5));
|
|
}
|
|
if ((Original_Campo16_1 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo16_1");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[169].Value = ((string)(Original_Campo16_1));
|
|
}
|
|
if ((Original_Campo16_2 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo16_2");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[170].Value = ((string)(Original_Campo16_2));
|
|
}
|
|
if ((Original_Campo16_3 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo16_3");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[171].Value = ((string)(Original_Campo16_3));
|
|
}
|
|
if ((Original_Campo16_4 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo16_4");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[172].Value = ((string)(Original_Campo16_4));
|
|
}
|
|
if ((Original_Campo16_5 == null)) {
|
|
throw new global::System.ArgumentNullException("Original_Campo16_5");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[173].Value = ((string)(Original_Campo16_5));
|
|
}
|
|
this.Adapter.UpdateCommand.Parameters[174].Value = ((bool)(Original_StatoOk));
|
|
if ((Original_CodCS == null)) {
|
|
throw new global::System.ArgumentNullException("Original_CodCS");
|
|
}
|
|
else {
|
|
this.Adapter.UpdateCommand.Parameters[175].Value = ((string)(Original_CodCS));
|
|
}
|
|
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)) {
|
|
this.Adapter.UpdateCommand.Connection.Open();
|
|
}
|
|
try {
|
|
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
|
|
return returnValue;
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
this.Adapter.UpdateCommand.Connection.Close();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
|
public virtual int Update(
|
|
string Campo1_1,
|
|
string Campo1_2,
|
|
string Campo1_3,
|
|
string Campo1_4,
|
|
string Campo1_5,
|
|
string Campo2_1,
|
|
string Campo2_2,
|
|
string Campo2_3,
|
|
string Campo2_4,
|
|
string Campo2_5,
|
|
string Campo3_1,
|
|
string Campo3_2,
|
|
string Campo3_3,
|
|
string Campo3_4,
|
|
string Campo3_5,
|
|
string Campo4_1,
|
|
string Campo4_2,
|
|
string Campo4_3,
|
|
string Campo4_4,
|
|
string Campo4_5,
|
|
string Campo5_1,
|
|
string Campo5_2,
|
|
string Campo5_3,
|
|
string Campo5_4,
|
|
string Campo5_5,
|
|
string Campo6_1,
|
|
string Campo6_2,
|
|
string Campo6_3,
|
|
string Campo6_4,
|
|
string Campo6_5,
|
|
string Campo7_1,
|
|
string Campo7_2,
|
|
string Campo7_3,
|
|
string Campo7_4,
|
|
string Campo7_5,
|
|
string Campo8_1,
|
|
string Campo8_2,
|
|
string Campo8_3,
|
|
string Campo8_4,
|
|
string Campo8_5,
|
|
string Campo9_1,
|
|
string Campo9_2,
|
|
string Campo9_3,
|
|
string Campo9_4,
|
|
string Campo9_5,
|
|
string Campo10_1,
|
|
string Campo10_2,
|
|
string Campo10_3,
|
|
string Campo10_4,
|
|
string Campo10_5,
|
|
string Campo11_1_1,
|
|
string Campo11_1_2,
|
|
string Campo11_1_3,
|
|
string Campo11_1_4,
|
|
string Campo11_1_5,
|
|
string Campo11_2_1,
|
|
string Campo11_2_2,
|
|
string Campo11_2_3,
|
|
string Campo11_2_4,
|
|
string Campo11_2_5,
|
|
string Campo12_1,
|
|
string Campo12_2,
|
|
string Campo12_3,
|
|
string Campo12_4,
|
|
string Campo12_5,
|
|
string Campo13_1,
|
|
string Campo13_2,
|
|
string Campo13_3,
|
|
string Campo13_4,
|
|
string Campo13_5,
|
|
string Campo14_1,
|
|
string Campo14_2,
|
|
string Campo14_3,
|
|
string Campo14_4,
|
|
string Campo14_5,
|
|
string Campo15_1,
|
|
string Campo15_2,
|
|
string Campo15_3,
|
|
string Campo15_4,
|
|
string Campo15_5,
|
|
string Campo16_1,
|
|
string Campo16_2,
|
|
string Campo16_3,
|
|
string Campo16_4,
|
|
string Campo16_5,
|
|
bool StatoOk,
|
|
string CodCS,
|
|
string Original_CampoUDC,
|
|
string Original_Campo1_1,
|
|
string Original_Campo1_2,
|
|
string Original_Campo1_3,
|
|
string Original_Campo1_4,
|
|
string Original_Campo1_5,
|
|
string Original_Campo2_1,
|
|
string Original_Campo2_2,
|
|
string Original_Campo2_3,
|
|
string Original_Campo2_4,
|
|
string Original_Campo2_5,
|
|
string Original_Campo3_1,
|
|
string Original_Campo3_2,
|
|
string Original_Campo3_3,
|
|
string Original_Campo3_4,
|
|
string Original_Campo3_5,
|
|
string Original_Campo4_1,
|
|
string Original_Campo4_2,
|
|
string Original_Campo4_3,
|
|
string Original_Campo4_4,
|
|
string Original_Campo4_5,
|
|
string Original_Campo5_1,
|
|
string Original_Campo5_2,
|
|
string Original_Campo5_3,
|
|
string Original_Campo5_4,
|
|
string Original_Campo5_5,
|
|
string Original_Campo6_1,
|
|
string Original_Campo6_2,
|
|
string Original_Campo6_3,
|
|
string Original_Campo6_4,
|
|
string Original_Campo6_5,
|
|
string Original_Campo7_1,
|
|
string Original_Campo7_2,
|
|
string Original_Campo7_3,
|
|
string Original_Campo7_4,
|
|
string Original_Campo7_5,
|
|
string Original_Campo8_1,
|
|
string Original_Campo8_2,
|
|
string Original_Campo8_3,
|
|
string Original_Campo8_4,
|
|
string Original_Campo8_5,
|
|
string Original_Campo9_1,
|
|
string Original_Campo9_2,
|
|
string Original_Campo9_3,
|
|
string Original_Campo9_4,
|
|
string Original_Campo9_5,
|
|
string Original_Campo10_1,
|
|
string Original_Campo10_2,
|
|
string Original_Campo10_3,
|
|
string Original_Campo10_4,
|
|
string Original_Campo10_5,
|
|
string Original_Campo11_1_1,
|
|
string Original_Campo11_1_2,
|
|
string Original_Campo11_1_3,
|
|
string Original_Campo11_1_4,
|
|
string Original_Campo11_1_5,
|
|
string Original_Campo11_2_1,
|
|
string Original_Campo11_2_2,
|
|
string Original_Campo11_2_3,
|
|
string Original_Campo11_2_4,
|
|
string Original_Campo11_2_5,
|
|
string Original_Campo12_1,
|
|
string Original_Campo12_2,
|
|
string Original_Campo12_3,
|
|
string Original_Campo12_4,
|
|
string Original_Campo12_5,
|
|
string Original_Campo13_1,
|
|
string Original_Campo13_2,
|
|
string Original_Campo13_3,
|
|
string Original_Campo13_4,
|
|
string Original_Campo13_5,
|
|
string Original_Campo14_1,
|
|
string Original_Campo14_2,
|
|
string Original_Campo14_3,
|
|
string Original_Campo14_4,
|
|
string Original_Campo14_5,
|
|
string Original_Campo15_1,
|
|
string Original_Campo15_2,
|
|
string Original_Campo15_3,
|
|
string Original_Campo15_4,
|
|
string Original_Campo15_5,
|
|
string Original_Campo16_1,
|
|
string Original_Campo16_2,
|
|
string Original_Campo16_3,
|
|
string Original_Campo16_4,
|
|
string Original_Campo16_5,
|
|
bool Original_StatoOk,
|
|
string Original_CodCS) {
|
|
return this.Update(Original_CampoUDC, Campo1_1, Campo1_2, Campo1_3, Campo1_4, Campo1_5, Campo2_1, Campo2_2, Campo2_3, Campo2_4, Campo2_5, Campo3_1, Campo3_2, Campo3_3, Campo3_4, Campo3_5, Campo4_1, Campo4_2, Campo4_3, Campo4_4, Campo4_5, Campo5_1, Campo5_2, Campo5_3, Campo5_4, Campo5_5, Campo6_1, Campo6_2, Campo6_3, Campo6_4, Campo6_5, Campo7_1, Campo7_2, Campo7_3, Campo7_4, Campo7_5, Campo8_1, Campo8_2, Campo8_3, Campo8_4, Campo8_5, Campo9_1, Campo9_2, Campo9_3, Campo9_4, Campo9_5, Campo10_1, Campo10_2, Campo10_3, Campo10_4, Campo10_5, Campo11_1_1, Campo11_1_2, Campo11_1_3, Campo11_1_4, Campo11_1_5, Campo11_2_1, Campo11_2_2, Campo11_2_3, Campo11_2_4, Campo11_2_5, Campo12_1, Campo12_2, Campo12_3, Campo12_4, Campo12_5, Campo13_1, Campo13_2, Campo13_3, Campo13_4, Campo13_5, Campo14_1, Campo14_2, Campo14_3, Campo14_4, Campo14_5, Campo15_1, Campo15_2, Campo15_3, Campo15_4, Campo15_5, Campo16_1, Campo16_2, Campo16_3, Campo16_4, Campo16_5, StatoOk, CodCS, Original_CampoUDC, Original_Campo1_1, Original_Campo1_2, Original_Campo1_3, Original_Campo1_4, Original_Campo1_5, Original_Campo2_1, Original_Campo2_2, Original_Campo2_3, Original_Campo2_4, Original_Campo2_5, Original_Campo3_1, Original_Campo3_2, Original_Campo3_3, Original_Campo3_4, Original_Campo3_5, Original_Campo4_1, Original_Campo4_2, Original_Campo4_3, Original_Campo4_4, Original_Campo4_5, Original_Campo5_1, Original_Campo5_2, Original_Campo5_3, Original_Campo5_4, Original_Campo5_5, Original_Campo6_1, Original_Campo6_2, Original_Campo6_3, Original_Campo6_4, Original_Campo6_5, Original_Campo7_1, Original_Campo7_2, Original_Campo7_3, Original_Campo7_4, Original_Campo7_5, Original_Campo8_1, Original_Campo8_2, Original_Campo8_3, Original_Campo8_4, Original_Campo8_5, Original_Campo9_1, Original_Campo9_2, Original_Campo9_3, Original_Campo9_4, Original_Campo9_5, Original_Campo10_1, Original_Campo10_2, Original_Campo10_3, Original_Campo10_4, Original_Campo10_5, Original_Campo11_1_1, Original_Campo11_1_2, Original_Campo11_1_3, Original_Campo11_1_4, Original_Campo11_1_5, Original_Campo11_2_1, Original_Campo11_2_2, Original_Campo11_2_3, Original_Campo11_2_4, Original_Campo11_2_5, Original_Campo12_1, Original_Campo12_2, Original_Campo12_3, Original_Campo12_4, Original_Campo12_5, Original_Campo13_1, Original_Campo13_2, Original_Campo13_3, Original_Campo13_4, Original_Campo13_5, Original_Campo14_1, Original_Campo14_2, Original_Campo14_3, Original_Campo14_4, Original_Campo14_5, Original_Campo15_1, Original_Campo15_2, Original_Campo15_3, Original_Campo15_4, Original_Campo15_5, Original_Campo16_1, Original_Campo16_2, Original_Campo16_3, Original_Campo16_4, Original_Campo16_5, Original_StatoOk, Original_CodCS);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int caricaDatiBollaEtichettaOdette(string CodCS, string UDC, string numBolla, string dataBolla, string CodMag, string GrpBolla, string Particolare) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((CodCS == null)) {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = ((string)(CodCS));
|
|
}
|
|
if ((UDC == null)) {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = ((string)(UDC));
|
|
}
|
|
if ((numBolla == null)) {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = ((string)(numBolla));
|
|
}
|
|
if ((dataBolla == null)) {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = ((string)(dataBolla));
|
|
}
|
|
if ((CodMag == null)) {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = ((string)(CodMag));
|
|
}
|
|
if ((GrpBolla == null)) {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = ((string)(GrpBolla));
|
|
}
|
|
if ((Particolare == null)) {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = ((string)(Particolare));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int deleteByLDP(string CodLista) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[2];
|
|
if ((CodLista == null)) {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = ((string)(CodLista));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int deleteQuery(string Original_CampoUDC) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[3];
|
|
if ((Original_CampoUDC == null)) {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = ((string)(Original_CampoUDC));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int setStato(string UDC, global::System.Nullable<bool> StatoOk) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[7];
|
|
if ((UDC == null)) {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = ((string)(UDC));
|
|
}
|
|
if ((StatoOk.HasValue == true)) {
|
|
command.Parameters[2].Value = ((bool)(StatoOk.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int updateLingua(
|
|
string UDC,
|
|
string Campo1_1,
|
|
string Campo2_1,
|
|
string Campo3_1,
|
|
string Campo4_1,
|
|
string Campo5_1,
|
|
string Campo6_1,
|
|
string Campo7_1,
|
|
string Campo8_1,
|
|
string Campo9_1,
|
|
string Campo10_1,
|
|
string Campo11_1_1,
|
|
string Campo11_2_1,
|
|
string Campo12_1,
|
|
string Campo13_1,
|
|
string Campo14_1,
|
|
string Campo15_1,
|
|
string Campo16_1) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[8];
|
|
if ((UDC == null)) {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = ((string)(UDC));
|
|
}
|
|
if ((Campo1_1 == null)) {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = ((string)(Campo1_1));
|
|
}
|
|
if ((Campo2_1 == null)) {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = ((string)(Campo2_1));
|
|
}
|
|
if ((Campo3_1 == null)) {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = ((string)(Campo3_1));
|
|
}
|
|
if ((Campo4_1 == null)) {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = ((string)(Campo4_1));
|
|
}
|
|
if ((Campo5_1 == null)) {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = ((string)(Campo5_1));
|
|
}
|
|
if ((Campo6_1 == null)) {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = ((string)(Campo6_1));
|
|
}
|
|
if ((Campo7_1 == null)) {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = ((string)(Campo7_1));
|
|
}
|
|
if ((Campo8_1 == null)) {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = ((string)(Campo8_1));
|
|
}
|
|
if ((Campo9_1 == null)) {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = ((string)(Campo9_1));
|
|
}
|
|
if ((Campo10_1 == null)) {
|
|
command.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[11].Value = ((string)(Campo10_1));
|
|
}
|
|
if ((Campo11_1_1 == null)) {
|
|
command.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[12].Value = ((string)(Campo11_1_1));
|
|
}
|
|
if ((Campo11_2_1 == null)) {
|
|
command.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[13].Value = ((string)(Campo11_2_1));
|
|
}
|
|
if ((Campo12_1 == null)) {
|
|
command.Parameters[14].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[14].Value = ((string)(Campo12_1));
|
|
}
|
|
if ((Campo13_1 == null)) {
|
|
command.Parameters[15].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[15].Value = ((string)(Campo13_1));
|
|
}
|
|
if ((Campo14_1 == null)) {
|
|
command.Parameters[16].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[16].Value = ((string)(Campo14_1));
|
|
}
|
|
if ((Campo15_1 == null)) {
|
|
command.Parameters[17].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[17].Value = ((string)(Campo15_1));
|
|
}
|
|
if ((Campo16_1 == null)) {
|
|
command.Parameters[18].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[18].Value = ((string)(Campo16_1));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int updateValAs400(
|
|
string UDC,
|
|
string ragSocCli,
|
|
string indirCli,
|
|
string capCittCli,
|
|
string ragSocDest,
|
|
string indirDest,
|
|
string capCittDest,
|
|
string pesoNetto,
|
|
string pesoLordo,
|
|
string numColli,
|
|
string disPart,
|
|
string descPart,
|
|
string codPart,
|
|
string codImb,
|
|
string codMaz,
|
|
string codNael,
|
|
string codAQP) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[9];
|
|
if ((UDC == null)) {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = ((string)(UDC));
|
|
}
|
|
if ((ragSocCli == null)) {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = ((string)(ragSocCli));
|
|
}
|
|
if ((indirCli == null)) {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = ((string)(indirCli));
|
|
}
|
|
if ((capCittCli == null)) {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = ((string)(capCittCli));
|
|
}
|
|
if ((ragSocDest == null)) {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = ((string)(ragSocDest));
|
|
}
|
|
if ((indirDest == null)) {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = ((string)(indirDest));
|
|
}
|
|
if ((capCittDest == null)) {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = ((string)(capCittDest));
|
|
}
|
|
if ((pesoNetto == null)) {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = ((string)(pesoNetto));
|
|
}
|
|
if ((pesoLordo == null)) {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = ((string)(pesoLordo));
|
|
}
|
|
if ((numColli == null)) {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = ((string)(numColli));
|
|
}
|
|
if ((disPart == null)) {
|
|
command.Parameters[11].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[11].Value = ((string)(disPart));
|
|
}
|
|
if ((descPart == null)) {
|
|
command.Parameters[12].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[12].Value = ((string)(descPart));
|
|
}
|
|
if ((codPart == null)) {
|
|
command.Parameters[13].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[13].Value = ((string)(codPart));
|
|
}
|
|
if ((codImb == null)) {
|
|
command.Parameters[14].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[14].Value = ((string)(codImb));
|
|
}
|
|
if ((codMaz == null)) {
|
|
command.Parameters[15].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[15].Value = ((string)(codMaz));
|
|
}
|
|
if ((codNael == null)) {
|
|
command.Parameters[16].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[16].Value = ((string)(codNael));
|
|
}
|
|
if ((codAQP == null)) {
|
|
command.Parameters[17].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[17].Value = ((string)(codAQP));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int upsertUdc(string UDC, string CodCS, string numBolla, string dataBolla, string CodMag, string GrpBolla, string Particolare, string CodLista, string IndStabFrom, string qtaCont) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[10];
|
|
if ((UDC == null)) {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = ((string)(UDC));
|
|
}
|
|
if ((CodCS == null)) {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = ((string)(CodCS));
|
|
}
|
|
if ((numBolla == null)) {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = ((string)(numBolla));
|
|
}
|
|
if ((dataBolla == null)) {
|
|
command.Parameters[4].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[4].Value = ((string)(dataBolla));
|
|
}
|
|
if ((CodMag == null)) {
|
|
command.Parameters[5].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[5].Value = ((string)(CodMag));
|
|
}
|
|
if ((GrpBolla == null)) {
|
|
command.Parameters[6].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[6].Value = ((string)(GrpBolla));
|
|
}
|
|
if ((Particolare == null)) {
|
|
command.Parameters[7].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[7].Value = ((string)(Particolare));
|
|
}
|
|
if ((CodLista == null)) {
|
|
command.Parameters[8].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[8].Value = ((string)(CodLista));
|
|
}
|
|
if ((IndStabFrom == null)) {
|
|
command.Parameters[9].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[9].Value = ((string)(IndStabFrom));
|
|
}
|
|
if ((qtaCont == null)) {
|
|
command.Parameters[10].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[10].Value = ((string)(qtaCont));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents the connection and commands used to retrieve and save data.
|
|
///</summary>
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
[global::System.ComponentModel.DataObjectAttribute(true)]
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public partial class stp_OdetteStatoCreateTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
private bool _clearBeforeFill;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public stp_OdetteStatoCreateTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
get {
|
|
if ((this._adapter == null)) {
|
|
this.InitAdapter();
|
|
}
|
|
return this._adapter;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
get {
|
|
if ((this._connection == null)) {
|
|
this.InitConnection();
|
|
}
|
|
return this._connection;
|
|
}
|
|
set {
|
|
this._connection = value;
|
|
if ((this.Adapter.InsertCommand != null)) {
|
|
this.Adapter.InsertCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.DeleteCommand != null)) {
|
|
this.Adapter.DeleteCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.UpdateCommand != null)) {
|
|
this.Adapter.UpdateCommand.Connection = value;
|
|
}
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
if ((this.CommandCollection[i] != null)) {
|
|
((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
get {
|
|
return this._transaction;
|
|
}
|
|
set {
|
|
this._transaction = value;
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
this.CommandCollection[i].Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.DeleteCommand != null))) {
|
|
this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.InsertCommand != null))) {
|
|
this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.UpdateCommand != null))) {
|
|
this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
get {
|
|
if ((this._commandCollection == null)) {
|
|
this.InitCommandCollection();
|
|
}
|
|
return this._commandCollection;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool ClearBeforeFill {
|
|
get {
|
|
return this._clearBeforeFill;
|
|
}
|
|
set {
|
|
this._clearBeforeFill = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitAdapter() {
|
|
this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
tableMapping.SourceTable = "Table";
|
|
tableMapping.DataSetTable = "stp_OdetteStatoCreate";
|
|
tableMapping.ColumnMappings.Add("OdetteCreate", "OdetteCreate");
|
|
tableMapping.ColumnMappings.Add("OdetteDaCreare", "OdetteDaCreare");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::GMW_data.Properties.Settings.Default.GMWConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "dbo.stp_OdetteStatoCreate";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodLista", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|
public virtual int Fill(DS_Odette.stp_OdetteStatoCreateDataTable dataTable, string CodLista) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((CodLista == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(CodLista));
|
|
}
|
|
if ((this.ClearBeforeFill == true)) {
|
|
dataTable.Clear();
|
|
}
|
|
int returnValue = this.Adapter.Fill(dataTable);
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Odette.stp_OdetteStatoCreateDataTable GetData(string CodLista) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((CodLista == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(CodLista));
|
|
}
|
|
DS_Odette.stp_OdetteStatoCreateDataTable dataTable = new DS_Odette.stp_OdetteStatoCreateDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
|
|
///</summary>
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
|
|
"esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
|
|
public partial class TableAdapterManager : global::System.ComponentModel.Component {
|
|
|
|
private UpdateOrderOption _updateOrder;
|
|
|
|
private BORI202JTableAdapter _bORI202JTableAdapter;
|
|
|
|
private OdetteTableAdapter _odetteTableAdapter;
|
|
|
|
private bool _backupDataSetBeforeUpdate;
|
|
|
|
private global::System.Data.IDbConnection _connection;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public UpdateOrderOption UpdateOrder {
|
|
get {
|
|
return this._updateOrder;
|
|
}
|
|
set {
|
|
this._updateOrder = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
"a", "System.Drawing.Design.UITypeEditor")]
|
|
public BORI202JTableAdapter BORI202JTableAdapter {
|
|
get {
|
|
return this._bORI202JTableAdapter;
|
|
}
|
|
set {
|
|
this._bORI202JTableAdapter = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
"a", "System.Drawing.Design.UITypeEditor")]
|
|
public OdetteTableAdapter OdetteTableAdapter {
|
|
get {
|
|
return this._odetteTableAdapter;
|
|
}
|
|
set {
|
|
this._odetteTableAdapter = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public bool BackupDataSetBeforeUpdate {
|
|
get {
|
|
return this._backupDataSetBeforeUpdate;
|
|
}
|
|
set {
|
|
this._backupDataSetBeforeUpdate = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
public global::System.Data.IDbConnection Connection {
|
|
get {
|
|
if ((this._connection != null)) {
|
|
return this._connection;
|
|
}
|
|
if (((this._bORI202JTableAdapter != null)
|
|
&& (this._bORI202JTableAdapter.Connection != null))) {
|
|
return this._bORI202JTableAdapter.Connection;
|
|
}
|
|
if (((this._odetteTableAdapter != null)
|
|
&& (this._odetteTableAdapter.Connection != null))) {
|
|
return this._odetteTableAdapter.Connection;
|
|
}
|
|
return null;
|
|
}
|
|
set {
|
|
this._connection = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
public int TableAdapterInstanceCount {
|
|
get {
|
|
int count = 0;
|
|
if ((this._bORI202JTableAdapter != null)) {
|
|
count = (count + 1);
|
|
}
|
|
if ((this._odetteTableAdapter != null)) {
|
|
count = (count + 1);
|
|
}
|
|
return count;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Update rows in top-down order.
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private int UpdateUpdatedRows(DS_Odette dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
int result = 0;
|
|
if ((this._bORI202JTableAdapter != null)) {
|
|
global::System.Data.DataRow[] updatedRows = dataSet.BORI202J.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
if (((updatedRows != null)
|
|
&& (0 < updatedRows.Length))) {
|
|
result = (result + this._bORI202JTableAdapter.Update(updatedRows));
|
|
allChangedRows.AddRange(updatedRows);
|
|
}
|
|
}
|
|
if ((this._odetteTableAdapter != null)) {
|
|
global::System.Data.DataRow[] updatedRows = dataSet.Odette.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
if (((updatedRows != null)
|
|
&& (0 < updatedRows.Length))) {
|
|
result = (result + this._odetteTableAdapter.Update(updatedRows));
|
|
allChangedRows.AddRange(updatedRows);
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
|
|
/// <summary>
|
|
///Insert rows in top-down order.
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private int UpdateInsertedRows(DS_Odette dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
int result = 0;
|
|
if ((this._bORI202JTableAdapter != null)) {
|
|
global::System.Data.DataRow[] addedRows = dataSet.BORI202J.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
if (((addedRows != null)
|
|
&& (0 < addedRows.Length))) {
|
|
result = (result + this._bORI202JTableAdapter.Update(addedRows));
|
|
allAddedRows.AddRange(addedRows);
|
|
}
|
|
}
|
|
if ((this._odetteTableAdapter != null)) {
|
|
global::System.Data.DataRow[] addedRows = dataSet.Odette.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
if (((addedRows != null)
|
|
&& (0 < addedRows.Length))) {
|
|
result = (result + this._odetteTableAdapter.Update(addedRows));
|
|
allAddedRows.AddRange(addedRows);
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
|
|
/// <summary>
|
|
///Delete rows in bottom-up order.
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private int UpdateDeletedRows(DS_Odette dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows) {
|
|
int result = 0;
|
|
if ((this._odetteTableAdapter != null)) {
|
|
global::System.Data.DataRow[] deletedRows = dataSet.Odette.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
if (((deletedRows != null)
|
|
&& (0 < deletedRows.Length))) {
|
|
result = (result + this._odetteTableAdapter.Update(deletedRows));
|
|
allChangedRows.AddRange(deletedRows);
|
|
}
|
|
}
|
|
if ((this._bORI202JTableAdapter != null)) {
|
|
global::System.Data.DataRow[] deletedRows = dataSet.BORI202J.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
if (((deletedRows != null)
|
|
&& (0 < deletedRows.Length))) {
|
|
result = (result + this._bORI202JTableAdapter.Update(deletedRows));
|
|
allChangedRows.AddRange(deletedRows);
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
|
|
/// <summary>
|
|
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
if (((updatedRows == null)
|
|
|| (updatedRows.Length < 1))) {
|
|
return updatedRows;
|
|
}
|
|
if (((allAddedRows == null)
|
|
|| (allAddedRows.Count < 1))) {
|
|
return updatedRows;
|
|
}
|
|
global::System.Collections.Generic.List<global::System.Data.DataRow> realUpdatedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
|
|
global::System.Data.DataRow row = updatedRows[i];
|
|
if ((allAddedRows.Contains(row) == false)) {
|
|
realUpdatedRows.Add(row);
|
|
}
|
|
}
|
|
return realUpdatedRows.ToArray();
|
|
}
|
|
|
|
/// <summary>
|
|
///Update all changes to the dataset.
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public virtual int UpdateAll(DS_Odette dataSet) {
|
|
if ((dataSet == null)) {
|
|
throw new global::System.ArgumentNullException("dataSet");
|
|
}
|
|
if ((dataSet.HasChanges() == false)) {
|
|
return 0;
|
|
}
|
|
if (((this._bORI202JTableAdapter != null)
|
|
&& (this.MatchTableAdapterConnection(this._bORI202JTableAdapter.Connection) == false))) {
|
|
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
|
|
"tring.");
|
|
}
|
|
if (((this._odetteTableAdapter != null)
|
|
&& (this.MatchTableAdapterConnection(this._odetteTableAdapter.Connection) == false))) {
|
|
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
|
|
"tring.");
|
|
}
|
|
global::System.Data.IDbConnection workConnection = this.Connection;
|
|
if ((workConnection == null)) {
|
|
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
|
|
"ger TableAdapter property to a valid TableAdapter instance.");
|
|
}
|
|
bool workConnOpened = false;
|
|
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
|
|
== global::System.Data.ConnectionState.Broken)) {
|
|
workConnection.Close();
|
|
}
|
|
if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
|
|
workConnection.Open();
|
|
workConnOpened = true;
|
|
}
|
|
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
|
|
if ((workTransaction == null)) {
|
|
throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" +
|
|
"ctions or the current state is not allowing the transaction to begin.");
|
|
}
|
|
global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
global::System.Collections.Generic.List<global::System.Data.Common.DataAdapter> adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List<global::System.Data.Common.DataAdapter>();
|
|
global::System.Collections.Generic.Dictionary<object, global::System.Data.IDbConnection> revertConnections = new global::System.Collections.Generic.Dictionary<object, global::System.Data.IDbConnection>();
|
|
int result = 0;
|
|
global::System.Data.DataSet backupDataSet = null;
|
|
if (this.BackupDataSetBeforeUpdate) {
|
|
backupDataSet = new global::System.Data.DataSet();
|
|
backupDataSet.Merge(dataSet);
|
|
}
|
|
try {
|
|
// ---- Prepare for update -----------
|
|
//
|
|
if ((this._bORI202JTableAdapter != null)) {
|
|
revertConnections.Add(this._bORI202JTableAdapter, this._bORI202JTableAdapter.Connection);
|
|
this._bORI202JTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
this._bORI202JTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
if (this._bORI202JTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
this._bORI202JTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
adaptersWithAcceptChangesDuringUpdate.Add(this._bORI202JTableAdapter.Adapter);
|
|
}
|
|
}
|
|
if ((this._odetteTableAdapter != null)) {
|
|
revertConnections.Add(this._odetteTableAdapter, this._odetteTableAdapter.Connection);
|
|
this._odetteTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
this._odetteTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
if (this._odetteTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
this._odetteTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
adaptersWithAcceptChangesDuringUpdate.Add(this._odetteTableAdapter.Adapter);
|
|
}
|
|
}
|
|
//
|
|
//---- Perform updates -----------
|
|
//
|
|
if ((this.UpdateOrder == UpdateOrderOption.UpdateInsertDelete)) {
|
|
result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows));
|
|
result = (result + this.UpdateInsertedRows(dataSet, allAddedRows));
|
|
}
|
|
else {
|
|
result = (result + this.UpdateInsertedRows(dataSet, allAddedRows));
|
|
result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows));
|
|
}
|
|
result = (result + this.UpdateDeletedRows(dataSet, allChangedRows));
|
|
//
|
|
//---- Commit updates -----------
|
|
//
|
|
workTransaction.Commit();
|
|
if ((0 < allAddedRows.Count)) {
|
|
global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count];
|
|
allAddedRows.CopyTo(rows);
|
|
for (int i = 0; (i < rows.Length); i = (i + 1)) {
|
|
global::System.Data.DataRow row = rows[i];
|
|
row.AcceptChanges();
|
|
}
|
|
}
|
|
if ((0 < allChangedRows.Count)) {
|
|
global::System.Data.DataRow[] rows = new System.Data.DataRow[allChangedRows.Count];
|
|
allChangedRows.CopyTo(rows);
|
|
for (int i = 0; (i < rows.Length); i = (i + 1)) {
|
|
global::System.Data.DataRow row = rows[i];
|
|
row.AcceptChanges();
|
|
}
|
|
}
|
|
}
|
|
catch (global::System.Exception ex) {
|
|
workTransaction.Rollback();
|
|
// ---- Restore the dataset -----------
|
|
if (this.BackupDataSetBeforeUpdate) {
|
|
global::System.Diagnostics.Debug.Assert((backupDataSet != null));
|
|
dataSet.Clear();
|
|
dataSet.Merge(backupDataSet);
|
|
}
|
|
else {
|
|
if ((0 < allAddedRows.Count)) {
|
|
global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count];
|
|
allAddedRows.CopyTo(rows);
|
|
for (int i = 0; (i < rows.Length); i = (i + 1)) {
|
|
global::System.Data.DataRow row = rows[i];
|
|
row.AcceptChanges();
|
|
row.SetAdded();
|
|
}
|
|
}
|
|
}
|
|
throw ex;
|
|
}
|
|
finally {
|
|
if (workConnOpened) {
|
|
workConnection.Close();
|
|
}
|
|
if ((this._bORI202JTableAdapter != null)) {
|
|
this._bORI202JTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._bORI202JTableAdapter]));
|
|
this._bORI202JTableAdapter.Transaction = null;
|
|
}
|
|
if ((this._odetteTableAdapter != null)) {
|
|
this._odetteTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._odetteTableAdapter]));
|
|
this._odetteTableAdapter.Transaction = null;
|
|
}
|
|
if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) {
|
|
global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count];
|
|
adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters);
|
|
for (int i = 0; (i < adapters.Length); i = (i + 1)) {
|
|
global::System.Data.Common.DataAdapter adapter = adapters[i];
|
|
adapter.AcceptChangesDuringUpdate = true;
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) {
|
|
global::System.Array.Sort<global::System.Data.DataRow>(rows, new SelfReferenceComparer(relation, childFirst));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) {
|
|
if ((this._connection != null)) {
|
|
return true;
|
|
}
|
|
if (((this.Connection == null)
|
|
|| (inputConnection == null))) {
|
|
return true;
|
|
}
|
|
if (string.Equals(this.Connection.ConnectionString, inputConnection.ConnectionString, global::System.StringComparison.Ordinal)) {
|
|
return true;
|
|
}
|
|
return false;
|
|
}
|
|
|
|
/// <summary>
|
|
///Update Order Option
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public enum UpdateOrderOption {
|
|
|
|
InsertUpdateDelete = 0,
|
|
|
|
UpdateInsertDelete = 1,
|
|
}
|
|
|
|
/// <summary>
|
|
///Used to sort self-referenced table's rows
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer<global::System.Data.DataRow> {
|
|
|
|
private global::System.Data.DataRelation _relation;
|
|
|
|
private int _childFirst;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
internal SelfReferenceComparer(global::System.Data.DataRelation relation, bool childFirst) {
|
|
this._relation = relation;
|
|
if (childFirst) {
|
|
this._childFirst = -1;
|
|
}
|
|
else {
|
|
this._childFirst = 1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) {
|
|
global::System.Diagnostics.Debug.Assert((row != null));
|
|
global::System.Data.DataRow root = row;
|
|
distance = 0;
|
|
|
|
global::System.Collections.Generic.IDictionary<global::System.Data.DataRow, global::System.Data.DataRow> traversedRows = new global::System.Collections.Generic.Dictionary<global::System.Data.DataRow, global::System.Data.DataRow>();
|
|
traversedRows[row] = row;
|
|
|
|
global::System.Data.DataRow parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default);
|
|
for (
|
|
; ((parent != null)
|
|
&& (traversedRows.ContainsKey(parent) == false));
|
|
) {
|
|
distance = (distance + 1);
|
|
root = parent;
|
|
traversedRows[parent] = parent;
|
|
parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default);
|
|
}
|
|
|
|
if ((distance == 0)) {
|
|
traversedRows.Clear();
|
|
traversedRows[row] = row;
|
|
parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original);
|
|
for (
|
|
; ((parent != null)
|
|
&& (traversedRows.ContainsKey(parent) == false));
|
|
) {
|
|
distance = (distance + 1);
|
|
root = parent;
|
|
traversedRows[parent] = parent;
|
|
parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original);
|
|
}
|
|
}
|
|
|
|
return root;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
|
public int Compare(global::System.Data.DataRow row1, global::System.Data.DataRow row2) {
|
|
if (object.ReferenceEquals(row1, row2)) {
|
|
return 0;
|
|
}
|
|
if ((row1 == null)) {
|
|
return -1;
|
|
}
|
|
if ((row2 == null)) {
|
|
return 1;
|
|
}
|
|
|
|
int distance1 = 0;
|
|
global::System.Data.DataRow root1 = this.GetRoot(row1, out distance1);
|
|
|
|
int distance2 = 0;
|
|
global::System.Data.DataRow root2 = this.GetRoot(row2, out distance2);
|
|
|
|
if (object.ReferenceEquals(root1, root2)) {
|
|
return (this._childFirst * distance1.CompareTo(distance2));
|
|
}
|
|
else {
|
|
global::System.Diagnostics.Debug.Assert(((root1.Table != null)
|
|
&& (root2.Table != null)));
|
|
if ((root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2))) {
|
|
return -1;
|
|
}
|
|
else {
|
|
return 1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#pragma warning restore 1591 |