//------------------------------------------------------------------------------
//
// 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.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace XPS_data {
///
///Represents a strongly typed in-memory cache of data.
///
[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_import")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
public partial class DS_import : global::System.Data.DataSet {
private aclDataTable tableacl;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DS_import() {
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", "4.0.0.0")]
protected DS_import(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["acl"] != null)) {
base.Tables.Add(new aclDataTable(ds.Tables["acl"]));
}
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", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public aclDataTable acl {
get {
return this.tableacl;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.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", "4.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", "4.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", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
DS_import cln = ((DS_import)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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["acl"] != null)) {
base.Tables.Add(new aclDataTable(ds.Tables["acl"]));
}
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", "4.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", "4.0.0.0")]
internal void InitVars() {
this.InitVars(true);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars(bool initTable) {
this.tableacl = ((aclDataTable)(base.Tables["acl"]));
if ((initTable == true)) {
if ((this.tableacl != null)) {
this.tableacl.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.DataSetName = "DS_import";
this.Prefix = "";
this.Namespace = "http://tempuri.org/DS_import.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tableacl = new aclDataTable();
base.Tables.Add(this.tableacl);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeacl() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
DS_import ds = new DS_import();
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", "4.0.0.0")]
public delegate void aclRowChangeEventHandler(object sender, aclRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class aclDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnclcodcn;
private global::System.Data.DataColumn columnclragd;
private global::System.Data.DataColumn columncl_flcanc;
private global::System.Data.DataColumn columnclcod;
private global::System.Data.DataColumn columnclcdpiva;
private global::System.Data.DataColumn columnclindi;
private global::System.Data.DataColumn columnclloca;
private global::System.Data.DataColumn columnclcapo;
private global::System.Data.DataColumn columnclprov;
private global::System.Data.DataColumn columncldist;
private global::System.Data.DataColumn columnclstat;
private global::System.Data.DataColumn columnclstatiso;
private global::System.Data.DataColumn columnclcdfi;
private global::System.Data.DataColumn columncltele;
private global::System.Data.DataColumn columnclnfax;
private global::System.Data.DataColumn columnclindidomfisc;
private global::System.Data.DataColumn columncllocadomfisc;
private global::System.Data.DataColumn columnclcapodomfisc;
private global::System.Data.DataColumn columnclprovdomfisc;
private global::System.Data.DataColumn columncldistdomfisc;
private global::System.Data.DataColumn columnclstatdomfisc;
private global::System.Data.DataColumn columnclstatisodomfisc;
private global::System.Data.DataColumn columnclteledomfisc;
private global::System.Data.DataColumn columnclnfaxdomfisc;
private global::System.Data.DataColumn columnclalle;
private global::System.Data.DataColumn columnclfldi;
private global::System.Data.DataColumn columnclcognom;
private global::System.Data.DataColumn columnclnome;
private global::System.Data.DataColumn columncldtna;
private global::System.Data.DataColumn columnclcona;
private global::System.Data.DataColumn columnclprna;
private global::System.Data.DataColumn columncluscn;
private global::System.Data.DataColumn columnclstna;
private global::System.Data.DataColumn columnclsess;
private global::System.Data.DataColumn columnclrita;
private global::System.Data.DataColumn columnclannot1;
private global::System.Data.DataColumn columnclannot2;
private global::System.Data.DataColumn columncl_zona;
private global::System.Data.DataColumn columnclcategoria;
private global::System.Data.DataColumn columnclcategoria2;
private global::System.Data.DataColumn columncl_sett_att1;
private global::System.Data.DataColumn columncl_sett_att2;
private global::System.Data.DataColumn columnclnote;
private global::System.Data.DataColumn columncl_categco;
private global::System.Data.DataColumn columncl_ling;
private global::System.Data.DataColumn columncl_filiale;
private global::System.Data.DataColumn columncl_cod_old;
private global::System.Data.DataColumn columncl_cod_gruppo;
private global::System.Data.DataColumn columncl_vt1;
private global::System.Data.DataColumn columncl_vt2;
private global::System.Data.DataColumn columncl_vt3;
private global::System.Data.DataColumn columncl_vt4;
private global::System.Data.DataColumn columnabc_pa_sol_csolv_ID;
private global::System.Data.DataColumn columncl_solv_dtupd;
private global::System.Data.DataColumn columncldtfineutil;
private global::System.Data.DataColumn columncl_fl_decod_anag;
private global::System.Data.DataColumn columnclindirec;
private global::System.Data.DataColumn columncllocarec;
private global::System.Data.DataColumn columnclcaporec;
private global::System.Data.DataColumn columnclprovrec;
private global::System.Data.DataColumn columnclnfaxrec;
private global::System.Data.DataColumn columncltelerec;
private global::System.Data.DataColumn columnclprcinps;
private global::System.Data.DataColumn columnclsuffreplica;
private global::System.Data.DataColumn columncldtins;
private global::System.Data.DataColumn columncldtvalidini;
private global::System.Data.DataColumn columnclcdaccisa;
private global::System.Data.DataColumn columnclnicciaa;
private global::System.Data.DataColumn columnclnregimp;
private global::System.Data.DataColumn columnclcod_estero;
private global::System.Data.DataColumn columnclemail;
private global::System.Data.DataColumn columnclwww;
private global::System.Data.DataColumn columnclctrib;
private global::System.Data.DataColumn columnclCodCausRit;
private global::System.Data.DataColumn columnclQuadro;
private global::System.Data.DataColumn columncl_destStampe;
private global::System.Data.DataColumn columnclragd_n;
private global::System.Data.DataColumn columnclindi_n;
private global::System.Data.DataColumn columnclloca_n;
private global::System.Data.DataColumn columnclindidomfisc_n;
private global::System.Data.DataColumn columncllocadomfisc_n;
private global::System.Data.DataColumn columnclindirec_n;
private global::System.Data.DataColumn columncllocarec_n;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public aclDataTable() {
this.TableName = "acl";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal aclDataTable(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", "4.0.0.0")]
protected aclDataTable(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", "4.0.0.0")]
public global::System.Data.DataColumn clcodcnColumn {
get {
return this.columnclcodcn;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clragdColumn {
get {
return this.columnclragd;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_flcancColumn {
get {
return this.columncl_flcanc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clcodColumn {
get {
return this.columnclcod;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clcdpivaColumn {
get {
return this.columnclcdpiva;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clindiColumn {
get {
return this.columnclindi;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cllocaColumn {
get {
return this.columnclloca;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clcapoColumn {
get {
return this.columnclcapo;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clprovColumn {
get {
return this.columnclprov;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cldistColumn {
get {
return this.columncldist;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clstatColumn {
get {
return this.columnclstat;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clstatisoColumn {
get {
return this.columnclstatiso;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clcdfiColumn {
get {
return this.columnclcdfi;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clteleColumn {
get {
return this.columncltele;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clnfaxColumn {
get {
return this.columnclnfax;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clindidomfiscColumn {
get {
return this.columnclindidomfisc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cllocadomfiscColumn {
get {
return this.columncllocadomfisc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clcapodomfiscColumn {
get {
return this.columnclcapodomfisc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clprovdomfiscColumn {
get {
return this.columnclprovdomfisc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cldistdomfiscColumn {
get {
return this.columncldistdomfisc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clstatdomfiscColumn {
get {
return this.columnclstatdomfisc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clstatisodomfiscColumn {
get {
return this.columnclstatisodomfisc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clteledomfiscColumn {
get {
return this.columnclteledomfisc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clnfaxdomfiscColumn {
get {
return this.columnclnfaxdomfisc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clalleColumn {
get {
return this.columnclalle;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clfldiColumn {
get {
return this.columnclfldi;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clcognomColumn {
get {
return this.columnclcognom;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clnomeColumn {
get {
return this.columnclnome;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cldtnaColumn {
get {
return this.columncldtna;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clconaColumn {
get {
return this.columnclcona;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clprnaColumn {
get {
return this.columnclprna;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cluscnColumn {
get {
return this.columncluscn;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clstnaColumn {
get {
return this.columnclstna;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clsessColumn {
get {
return this.columnclsess;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clritaColumn {
get {
return this.columnclrita;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clannot1Column {
get {
return this.columnclannot1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clannot2Column {
get {
return this.columnclannot2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_zonaColumn {
get {
return this.columncl_zona;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clcategoriaColumn {
get {
return this.columnclcategoria;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clcategoria2Column {
get {
return this.columnclcategoria2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_sett_att1Column {
get {
return this.columncl_sett_att1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_sett_att2Column {
get {
return this.columncl_sett_att2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clnoteColumn {
get {
return this.columnclnote;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_categcoColumn {
get {
return this.columncl_categco;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_lingColumn {
get {
return this.columncl_ling;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_filialeColumn {
get {
return this.columncl_filiale;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_cod_oldColumn {
get {
return this.columncl_cod_old;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_cod_gruppoColumn {
get {
return this.columncl_cod_gruppo;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_vt1Column {
get {
return this.columncl_vt1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_vt2Column {
get {
return this.columncl_vt2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_vt3Column {
get {
return this.columncl_vt3;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_vt4Column {
get {
return this.columncl_vt4;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn abc_pa_sol_csolv_IDColumn {
get {
return this.columnabc_pa_sol_csolv_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_solv_dtupdColumn {
get {
return this.columncl_solv_dtupd;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cldtfineutilColumn {
get {
return this.columncldtfineutil;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_fl_decod_anagColumn {
get {
return this.columncl_fl_decod_anag;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clindirecColumn {
get {
return this.columnclindirec;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cllocarecColumn {
get {
return this.columncllocarec;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clcaporecColumn {
get {
return this.columnclcaporec;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clprovrecColumn {
get {
return this.columnclprovrec;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clnfaxrecColumn {
get {
return this.columnclnfaxrec;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cltelerecColumn {
get {
return this.columncltelerec;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clprcinpsColumn {
get {
return this.columnclprcinps;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clsuffreplicaColumn {
get {
return this.columnclsuffreplica;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cldtinsColumn {
get {
return this.columncldtins;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cldtvalidiniColumn {
get {
return this.columncldtvalidini;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clcdaccisaColumn {
get {
return this.columnclcdaccisa;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clnicciaaColumn {
get {
return this.columnclnicciaa;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clnregimpColumn {
get {
return this.columnclnregimp;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clcod_esteroColumn {
get {
return this.columnclcod_estero;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clemailColumn {
get {
return this.columnclemail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clwwwColumn {
get {
return this.columnclwww;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clctribColumn {
get {
return this.columnclctrib;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clCodCausRitColumn {
get {
return this.columnclCodCausRit;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clQuadroColumn {
get {
return this.columnclQuadro;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cl_destStampeColumn {
get {
return this.columncl_destStampe;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clragd_nColumn {
get {
return this.columnclragd_n;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clindi_nColumn {
get {
return this.columnclindi_n;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clloca_nColumn {
get {
return this.columnclloca_n;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clindidomfisc_nColumn {
get {
return this.columnclindidomfisc_n;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cllocadomfisc_nColumn {
get {
return this.columncllocadomfisc_n;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn clindirec_nColumn {
get {
return this.columnclindirec_n;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cllocarec_nColumn {
get {
return this.columncllocarec_n;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
public aclRow this[int index] {
get {
return ((aclRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event aclRowChangeEventHandler aclRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event aclRowChangeEventHandler aclRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event aclRowChangeEventHandler aclRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event aclRowChangeEventHandler aclRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddaclRow(aclRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public aclRow AddaclRow(
string clcodcn,
string clragd,
string cl_flcanc,
string clcod,
string clcdpiva,
string clindi,
string clloca,
string clcapo,
string clprov,
string cldist,
string clstat,
string clstatiso,
string clcdfi,
string cltele,
string clnfax,
string clindidomfisc,
string cllocadomfisc,
string clcapodomfisc,
string clprovdomfisc,
string cldistdomfisc,
string clstatdomfisc,
string clstatisodomfisc,
string clteledomfisc,
string clnfaxdomfisc,
string clalle,
string clfldi,
string clcognom,
string clnome,
System.DateTime cldtna,
string clcona,
string clprna,
string cluscn,
string clstna,
string clsess,
float clrita,
string clannot1,
string clannot2,
string cl_zona,
string clcategoria,
string clcategoria2,
string cl_sett_att1,
string cl_sett_att2,
string clnote,
string cl_categco,
string cl_ling,
string cl_filiale,
string cl_cod_old,
string cl_cod_gruppo,
string cl_vt1,
string cl_vt2,
string cl_vt3,
string cl_vt4,
string abc_pa_sol_csolv_ID,
System.DateTime cl_solv_dtupd,
System.DateTime cldtfineutil,
string cl_fl_decod_anag,
string clindirec,
string cllocarec,
string clcaporec,
string clprovrec,
string clnfaxrec,
string cltelerec,
float clprcinps,
string clsuffreplica,
System.DateTime cldtins,
System.DateTime cldtvalidini,
string clcdaccisa,
string clnicciaa,
string clnregimp,
string clcod_estero,
string clemail,
string clwww,
string clctrib,
string clCodCausRit,
string clQuadro,
string cl_destStampe,
string clragd_n,
string clindi_n,
string clloca_n,
string clindidomfisc_n,
string cllocadomfisc_n,
string clindirec_n,
string cllocarec_n) {
aclRow rowaclRow = ((aclRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
clcodcn,
clragd,
cl_flcanc,
clcod,
clcdpiva,
clindi,
clloca,
clcapo,
clprov,
cldist,
clstat,
clstatiso,
clcdfi,
cltele,
clnfax,
clindidomfisc,
cllocadomfisc,
clcapodomfisc,
clprovdomfisc,
cldistdomfisc,
clstatdomfisc,
clstatisodomfisc,
clteledomfisc,
clnfaxdomfisc,
clalle,
clfldi,
clcognom,
clnome,
cldtna,
clcona,
clprna,
cluscn,
clstna,
clsess,
clrita,
clannot1,
clannot2,
cl_zona,
clcategoria,
clcategoria2,
cl_sett_att1,
cl_sett_att2,
clnote,
cl_categco,
cl_ling,
cl_filiale,
cl_cod_old,
cl_cod_gruppo,
cl_vt1,
cl_vt2,
cl_vt3,
cl_vt4,
abc_pa_sol_csolv_ID,
cl_solv_dtupd,
cldtfineutil,
cl_fl_decod_anag,
clindirec,
cllocarec,
clcaporec,
clprovrec,
clnfaxrec,
cltelerec,
clprcinps,
clsuffreplica,
cldtins,
cldtvalidini,
clcdaccisa,
clnicciaa,
clnregimp,
clcod_estero,
clemail,
clwww,
clctrib,
clCodCausRit,
clQuadro,
cl_destStampe,
clragd_n,
clindi_n,
clloca_n,
clindidomfisc_n,
cllocadomfisc_n,
clindirec_n,
cllocarec_n};
rowaclRow.ItemArray = columnValuesArray;
this.Rows.Add(rowaclRow);
return rowaclRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public aclRow FindByclcodcn(string clcodcn) {
return ((aclRow)(this.Rows.Find(new object[] {
clcodcn})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
aclDataTable cln = ((aclDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new aclDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnclcodcn = base.Columns["clcodcn"];
this.columnclragd = base.Columns["clragd"];
this.columncl_flcanc = base.Columns["cl_flcanc"];
this.columnclcod = base.Columns["clcod"];
this.columnclcdpiva = base.Columns["clcdpiva"];
this.columnclindi = base.Columns["clindi"];
this.columnclloca = base.Columns["clloca"];
this.columnclcapo = base.Columns["clcapo"];
this.columnclprov = base.Columns["clprov"];
this.columncldist = base.Columns["cldist"];
this.columnclstat = base.Columns["clstat"];
this.columnclstatiso = base.Columns["clstatiso"];
this.columnclcdfi = base.Columns["clcdfi"];
this.columncltele = base.Columns["cltele"];
this.columnclnfax = base.Columns["clnfax"];
this.columnclindidomfisc = base.Columns["clindidomfisc"];
this.columncllocadomfisc = base.Columns["cllocadomfisc"];
this.columnclcapodomfisc = base.Columns["clcapodomfisc"];
this.columnclprovdomfisc = base.Columns["clprovdomfisc"];
this.columncldistdomfisc = base.Columns["cldistdomfisc"];
this.columnclstatdomfisc = base.Columns["clstatdomfisc"];
this.columnclstatisodomfisc = base.Columns["clstatisodomfisc"];
this.columnclteledomfisc = base.Columns["clteledomfisc"];
this.columnclnfaxdomfisc = base.Columns["clnfaxdomfisc"];
this.columnclalle = base.Columns["clalle"];
this.columnclfldi = base.Columns["clfldi"];
this.columnclcognom = base.Columns["clcognom"];
this.columnclnome = base.Columns["clnome"];
this.columncldtna = base.Columns["cldtna"];
this.columnclcona = base.Columns["clcona"];
this.columnclprna = base.Columns["clprna"];
this.columncluscn = base.Columns["cluscn"];
this.columnclstna = base.Columns["clstna"];
this.columnclsess = base.Columns["clsess"];
this.columnclrita = base.Columns["clrita"];
this.columnclannot1 = base.Columns["clannot1"];
this.columnclannot2 = base.Columns["clannot2"];
this.columncl_zona = base.Columns["cl_zona"];
this.columnclcategoria = base.Columns["clcategoria"];
this.columnclcategoria2 = base.Columns["clcategoria2"];
this.columncl_sett_att1 = base.Columns["cl_sett_att1"];
this.columncl_sett_att2 = base.Columns["cl_sett_att2"];
this.columnclnote = base.Columns["clnote"];
this.columncl_categco = base.Columns["cl_categco"];
this.columncl_ling = base.Columns["cl_ling"];
this.columncl_filiale = base.Columns["cl_filiale"];
this.columncl_cod_old = base.Columns["cl_cod_old"];
this.columncl_cod_gruppo = base.Columns["cl_cod_gruppo"];
this.columncl_vt1 = base.Columns["cl_vt1"];
this.columncl_vt2 = base.Columns["cl_vt2"];
this.columncl_vt3 = base.Columns["cl_vt3"];
this.columncl_vt4 = base.Columns["cl_vt4"];
this.columnabc_pa_sol_csolv_ID = base.Columns["abc_pa_sol_csolv_ID"];
this.columncl_solv_dtupd = base.Columns["cl_solv_dtupd"];
this.columncldtfineutil = base.Columns["cldtfineutil"];
this.columncl_fl_decod_anag = base.Columns["cl_fl_decod_anag"];
this.columnclindirec = base.Columns["clindirec"];
this.columncllocarec = base.Columns["cllocarec"];
this.columnclcaporec = base.Columns["clcaporec"];
this.columnclprovrec = base.Columns["clprovrec"];
this.columnclnfaxrec = base.Columns["clnfaxrec"];
this.columncltelerec = base.Columns["cltelerec"];
this.columnclprcinps = base.Columns["clprcinps"];
this.columnclsuffreplica = base.Columns["clsuffreplica"];
this.columncldtins = base.Columns["cldtins"];
this.columncldtvalidini = base.Columns["cldtvalidini"];
this.columnclcdaccisa = base.Columns["clcdaccisa"];
this.columnclnicciaa = base.Columns["clnicciaa"];
this.columnclnregimp = base.Columns["clnregimp"];
this.columnclcod_estero = base.Columns["clcod_estero"];
this.columnclemail = base.Columns["clemail"];
this.columnclwww = base.Columns["clwww"];
this.columnclctrib = base.Columns["clctrib"];
this.columnclCodCausRit = base.Columns["clCodCausRit"];
this.columnclQuadro = base.Columns["clQuadro"];
this.columncl_destStampe = base.Columns["cl_destStampe"];
this.columnclragd_n = base.Columns["clragd_n"];
this.columnclindi_n = base.Columns["clindi_n"];
this.columnclloca_n = base.Columns["clloca_n"];
this.columnclindidomfisc_n = base.Columns["clindidomfisc_n"];
this.columncllocadomfisc_n = base.Columns["cllocadomfisc_n"];
this.columnclindirec_n = base.Columns["clindirec_n"];
this.columncllocarec_n = base.Columns["cllocarec_n"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnclcodcn = new global::System.Data.DataColumn("clcodcn", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclcodcn);
this.columnclragd = new global::System.Data.DataColumn("clragd", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclragd);
this.columncl_flcanc = new global::System.Data.DataColumn("cl_flcanc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_flcanc);
this.columnclcod = new global::System.Data.DataColumn("clcod", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclcod);
this.columnclcdpiva = new global::System.Data.DataColumn("clcdpiva", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclcdpiva);
this.columnclindi = new global::System.Data.DataColumn("clindi", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclindi);
this.columnclloca = new global::System.Data.DataColumn("clloca", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclloca);
this.columnclcapo = new global::System.Data.DataColumn("clcapo", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclcapo);
this.columnclprov = new global::System.Data.DataColumn("clprov", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclprov);
this.columncldist = new global::System.Data.DataColumn("cldist", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncldist);
this.columnclstat = new global::System.Data.DataColumn("clstat", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclstat);
this.columnclstatiso = new global::System.Data.DataColumn("clstatiso", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclstatiso);
this.columnclcdfi = new global::System.Data.DataColumn("clcdfi", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclcdfi);
this.columncltele = new global::System.Data.DataColumn("cltele", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncltele);
this.columnclnfax = new global::System.Data.DataColumn("clnfax", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclnfax);
this.columnclindidomfisc = new global::System.Data.DataColumn("clindidomfisc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclindidomfisc);
this.columncllocadomfisc = new global::System.Data.DataColumn("cllocadomfisc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncllocadomfisc);
this.columnclcapodomfisc = new global::System.Data.DataColumn("clcapodomfisc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclcapodomfisc);
this.columnclprovdomfisc = new global::System.Data.DataColumn("clprovdomfisc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclprovdomfisc);
this.columncldistdomfisc = new global::System.Data.DataColumn("cldistdomfisc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncldistdomfisc);
this.columnclstatdomfisc = new global::System.Data.DataColumn("clstatdomfisc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclstatdomfisc);
this.columnclstatisodomfisc = new global::System.Data.DataColumn("clstatisodomfisc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclstatisodomfisc);
this.columnclteledomfisc = new global::System.Data.DataColumn("clteledomfisc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclteledomfisc);
this.columnclnfaxdomfisc = new global::System.Data.DataColumn("clnfaxdomfisc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclnfaxdomfisc);
this.columnclalle = new global::System.Data.DataColumn("clalle", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclalle);
this.columnclfldi = new global::System.Data.DataColumn("clfldi", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclfldi);
this.columnclcognom = new global::System.Data.DataColumn("clcognom", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclcognom);
this.columnclnome = new global::System.Data.DataColumn("clnome", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclnome);
this.columncldtna = new global::System.Data.DataColumn("cldtna", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncldtna);
this.columnclcona = new global::System.Data.DataColumn("clcona", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclcona);
this.columnclprna = new global::System.Data.DataColumn("clprna", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclprna);
this.columncluscn = new global::System.Data.DataColumn("cluscn", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncluscn);
this.columnclstna = new global::System.Data.DataColumn("clstna", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclstna);
this.columnclsess = new global::System.Data.DataColumn("clsess", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclsess);
this.columnclrita = new global::System.Data.DataColumn("clrita", typeof(float), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclrita);
this.columnclannot1 = new global::System.Data.DataColumn("clannot1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclannot1);
this.columnclannot2 = new global::System.Data.DataColumn("clannot2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclannot2);
this.columncl_zona = new global::System.Data.DataColumn("cl_zona", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_zona);
this.columnclcategoria = new global::System.Data.DataColumn("clcategoria", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclcategoria);
this.columnclcategoria2 = new global::System.Data.DataColumn("clcategoria2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclcategoria2);
this.columncl_sett_att1 = new global::System.Data.DataColumn("cl_sett_att1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_sett_att1);
this.columncl_sett_att2 = new global::System.Data.DataColumn("cl_sett_att2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_sett_att2);
this.columnclnote = new global::System.Data.DataColumn("clnote", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclnote);
this.columncl_categco = new global::System.Data.DataColumn("cl_categco", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_categco);
this.columncl_ling = new global::System.Data.DataColumn("cl_ling", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_ling);
this.columncl_filiale = new global::System.Data.DataColumn("cl_filiale", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_filiale);
this.columncl_cod_old = new global::System.Data.DataColumn("cl_cod_old", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_cod_old);
this.columncl_cod_gruppo = new global::System.Data.DataColumn("cl_cod_gruppo", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_cod_gruppo);
this.columncl_vt1 = new global::System.Data.DataColumn("cl_vt1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_vt1);
this.columncl_vt2 = new global::System.Data.DataColumn("cl_vt2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_vt2);
this.columncl_vt3 = new global::System.Data.DataColumn("cl_vt3", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_vt3);
this.columncl_vt4 = new global::System.Data.DataColumn("cl_vt4", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_vt4);
this.columnabc_pa_sol_csolv_ID = new global::System.Data.DataColumn("abc_pa_sol_csolv_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnabc_pa_sol_csolv_ID);
this.columncl_solv_dtupd = new global::System.Data.DataColumn("cl_solv_dtupd", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_solv_dtupd);
this.columncldtfineutil = new global::System.Data.DataColumn("cldtfineutil", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncldtfineutil);
this.columncl_fl_decod_anag = new global::System.Data.DataColumn("cl_fl_decod_anag", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_fl_decod_anag);
this.columnclindirec = new global::System.Data.DataColumn("clindirec", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclindirec);
this.columncllocarec = new global::System.Data.DataColumn("cllocarec", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncllocarec);
this.columnclcaporec = new global::System.Data.DataColumn("clcaporec", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclcaporec);
this.columnclprovrec = new global::System.Data.DataColumn("clprovrec", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclprovrec);
this.columnclnfaxrec = new global::System.Data.DataColumn("clnfaxrec", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclnfaxrec);
this.columncltelerec = new global::System.Data.DataColumn("cltelerec", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncltelerec);
this.columnclprcinps = new global::System.Data.DataColumn("clprcinps", typeof(float), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclprcinps);
this.columnclsuffreplica = new global::System.Data.DataColumn("clsuffreplica", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclsuffreplica);
this.columncldtins = new global::System.Data.DataColumn("cldtins", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncldtins);
this.columncldtvalidini = new global::System.Data.DataColumn("cldtvalidini", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncldtvalidini);
this.columnclcdaccisa = new global::System.Data.DataColumn("clcdaccisa", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclcdaccisa);
this.columnclnicciaa = new global::System.Data.DataColumn("clnicciaa", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclnicciaa);
this.columnclnregimp = new global::System.Data.DataColumn("clnregimp", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclnregimp);
this.columnclcod_estero = new global::System.Data.DataColumn("clcod_estero", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclcod_estero);
this.columnclemail = new global::System.Data.DataColumn("clemail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclemail);
this.columnclwww = new global::System.Data.DataColumn("clwww", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclwww);
this.columnclctrib = new global::System.Data.DataColumn("clctrib", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclctrib);
this.columnclCodCausRit = new global::System.Data.DataColumn("clCodCausRit", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclCodCausRit);
this.columnclQuadro = new global::System.Data.DataColumn("clQuadro", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclQuadro);
this.columncl_destStampe = new global::System.Data.DataColumn("cl_destStampe", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncl_destStampe);
this.columnclragd_n = new global::System.Data.DataColumn("clragd_n", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclragd_n);
this.columnclindi_n = new global::System.Data.DataColumn("clindi_n", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclindi_n);
this.columnclloca_n = new global::System.Data.DataColumn("clloca_n", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclloca_n);
this.columnclindidomfisc_n = new global::System.Data.DataColumn("clindidomfisc_n", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclindidomfisc_n);
this.columncllocadomfisc_n = new global::System.Data.DataColumn("cllocadomfisc_n", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncllocadomfisc_n);
this.columnclindirec_n = new global::System.Data.DataColumn("clindirec_n", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclindirec_n);
this.columncllocarec_n = new global::System.Data.DataColumn("cllocarec_n", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncllocarec_n);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnclcodcn}, true));
this.columnclcodcn.AllowDBNull = false;
this.columnclcodcn.Unique = true;
this.columnclcodcn.MaxLength = 10;
this.columnclragd.MaxLength = 50;
this.columncl_flcanc.MaxLength = 1;
this.columnclcod.MaxLength = 20;
this.columnclcdpiva.MaxLength = 12;
this.columnclindi.MaxLength = 30;
this.columnclloca.MaxLength = 30;
this.columnclcapo.MaxLength = 10;
this.columnclprov.MaxLength = 2;
this.columncldist.MaxLength = 30;
this.columnclstat.MaxLength = 6;
this.columnclstatiso.MaxLength = 6;
this.columnclcdfi.MaxLength = 16;
this.columncltele.MaxLength = 536870910;
this.columnclnfax.MaxLength = 536870910;
this.columnclindidomfisc.MaxLength = 30;
this.columncllocadomfisc.MaxLength = 30;
this.columnclcapodomfisc.MaxLength = 10;
this.columnclprovdomfisc.MaxLength = 2;
this.columncldistdomfisc.MaxLength = 30;
this.columnclstatdomfisc.MaxLength = 6;
this.columnclstatisodomfisc.MaxLength = 6;
this.columnclteledomfisc.MaxLength = 536870910;
this.columnclnfaxdomfisc.MaxLength = 536870910;
this.columnclalle.MaxLength = 1;
this.columnclfldi.MaxLength = 10;
this.columnclcognom.MaxLength = 18;
this.columnclnome.MaxLength = 16;
this.columnclcona.MaxLength = 30;
this.columnclprna.MaxLength = 2;
this.columncluscn.MaxLength = 6;
this.columnclstna.MaxLength = 10;
this.columnclsess.MaxLength = 1;
this.columnclannot1.MaxLength = 536870910;
this.columnclannot2.MaxLength = 536870910;
this.columncl_zona.MaxLength = 10;
this.columnclcategoria.MaxLength = 10;
this.columnclcategoria2.MaxLength = 10;
this.columncl_sett_att1.MaxLength = 10;
this.columncl_sett_att2.MaxLength = 10;
this.columnclnote.MaxLength = 536870910;
this.columncl_categco.MaxLength = 10;
this.columncl_ling.MaxLength = 10;
this.columncl_filiale.MaxLength = 10;
this.columncl_cod_old.MaxLength = 20;
this.columncl_cod_gruppo.MaxLength = 10;
this.columncl_vt1.MaxLength = 10;
this.columncl_vt2.MaxLength = 10;
this.columncl_vt3.MaxLength = 10;
this.columncl_vt4.MaxLength = 10;
this.columnabc_pa_sol_csolv_ID.MaxLength = 10;
this.columncl_fl_decod_anag.MaxLength = 1;
this.columnclindirec.MaxLength = 30;
this.columncllocarec.MaxLength = 30;
this.columnclcaporec.MaxLength = 10;
this.columnclprovrec.MaxLength = 2;
this.columnclnfaxrec.MaxLength = 20;
this.columncltelerec.MaxLength = 20;
this.columnclsuffreplica.MaxLength = 2;
this.columnclcdaccisa.MaxLength = 20;
this.columnclnicciaa.MaxLength = 30;
this.columnclnregimp.MaxLength = 30;
this.columnclcod_estero.MaxLength = 25;
this.columnclemail.MaxLength = 255;
this.columnclwww.MaxLength = 255;
this.columnclctrib.MaxLength = 10;
this.columnclCodCausRit.MaxLength = 10;
this.columnclQuadro.MaxLength = 3;
this.columncl_destStampe.MaxLength = 2;
this.columnclragd_n.MaxLength = 100;
this.columnclindi_n.MaxLength = 100;
this.columnclloca_n.MaxLength = 100;
this.columnclindidomfisc_n.MaxLength = 100;
this.columncllocadomfisc_n.MaxLength = 100;
this.columnclindirec_n.MaxLength = 100;
this.columncllocarec_n.MaxLength = 100;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public aclRow NewaclRow() {
return ((aclRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new aclRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(aclRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.aclRowChanged != null)) {
this.aclRowChanged(this, new aclRowChangeEvent(((aclRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.aclRowChanging != null)) {
this.aclRowChanging(this, new aclRowChangeEvent(((aclRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.aclRowDeleted != null)) {
this.aclRowDeleted(this, new aclRowChangeEvent(((aclRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.aclRowDeleting != null)) {
this.aclRowDeleting(this, new aclRowChangeEvent(((aclRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveaclRow(aclRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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_import ds = new DS_import();
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 = "aclDataTable";
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;
}
}
///
///Represents strongly named DataRow class.
///
public partial class aclRow : global::System.Data.DataRow {
private aclDataTable tableacl;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal aclRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableacl = ((aclDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clcodcn {
get {
return ((string)(this[this.tableacl.clcodcnColumn]));
}
set {
this[this.tableacl.clcodcnColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clragd {
get {
try {
return ((string)(this[this.tableacl.clragdColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clragd\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clragdColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_flcanc {
get {
try {
return ((string)(this[this.tableacl.cl_flcancColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_flcanc\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_flcancColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clcod {
get {
try {
return ((string)(this[this.tableacl.clcodColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clcod\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clcodColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clcdpiva {
get {
try {
return ((string)(this[this.tableacl.clcdpivaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clcdpiva\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clcdpivaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clindi {
get {
try {
return ((string)(this[this.tableacl.clindiColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clindi\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clindiColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clloca {
get {
try {
return ((string)(this[this.tableacl.cllocaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clloca\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cllocaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clcapo {
get {
try {
return ((string)(this[this.tableacl.clcapoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clcapo\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clcapoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clprov {
get {
try {
return ((string)(this[this.tableacl.clprovColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clprov\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clprovColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cldist {
get {
try {
return ((string)(this[this.tableacl.cldistColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cldist\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cldistColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clstat {
get {
try {
return ((string)(this[this.tableacl.clstatColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clstat\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clstatColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clstatiso {
get {
try {
return ((string)(this[this.tableacl.clstatisoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clstatiso\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clstatisoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clcdfi {
get {
try {
return ((string)(this[this.tableacl.clcdfiColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clcdfi\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clcdfiColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cltele {
get {
try {
return ((string)(this[this.tableacl.clteleColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cltele\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clteleColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clnfax {
get {
try {
return ((string)(this[this.tableacl.clnfaxColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clnfax\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clnfaxColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clindidomfisc {
get {
try {
return ((string)(this[this.tableacl.clindidomfiscColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clindidomfisc\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clindidomfiscColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cllocadomfisc {
get {
try {
return ((string)(this[this.tableacl.cllocadomfiscColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cllocadomfisc\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cllocadomfiscColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clcapodomfisc {
get {
try {
return ((string)(this[this.tableacl.clcapodomfiscColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clcapodomfisc\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clcapodomfiscColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clprovdomfisc {
get {
try {
return ((string)(this[this.tableacl.clprovdomfiscColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clprovdomfisc\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clprovdomfiscColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cldistdomfisc {
get {
try {
return ((string)(this[this.tableacl.cldistdomfiscColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cldistdomfisc\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cldistdomfiscColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clstatdomfisc {
get {
try {
return ((string)(this[this.tableacl.clstatdomfiscColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clstatdomfisc\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clstatdomfiscColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clstatisodomfisc {
get {
try {
return ((string)(this[this.tableacl.clstatisodomfiscColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clstatisodomfisc\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clstatisodomfiscColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clteledomfisc {
get {
try {
return ((string)(this[this.tableacl.clteledomfiscColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clteledomfisc\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clteledomfiscColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clnfaxdomfisc {
get {
try {
return ((string)(this[this.tableacl.clnfaxdomfiscColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clnfaxdomfisc\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clnfaxdomfiscColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clalle {
get {
try {
return ((string)(this[this.tableacl.clalleColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clalle\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clalleColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clfldi {
get {
try {
return ((string)(this[this.tableacl.clfldiColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clfldi\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clfldiColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clcognom {
get {
try {
return ((string)(this[this.tableacl.clcognomColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clcognom\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clcognomColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clnome {
get {
try {
return ((string)(this[this.tableacl.clnomeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clnome\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clnomeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime cldtna {
get {
try {
return ((global::System.DateTime)(this[this.tableacl.cldtnaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cldtna\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cldtnaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clcona {
get {
try {
return ((string)(this[this.tableacl.clconaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clcona\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clconaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clprna {
get {
try {
return ((string)(this[this.tableacl.clprnaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clprna\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clprnaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cluscn {
get {
try {
return ((string)(this[this.tableacl.cluscnColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cluscn\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cluscnColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clstna {
get {
try {
return ((string)(this[this.tableacl.clstnaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clstna\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clstnaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clsess {
get {
try {
return ((string)(this[this.tableacl.clsessColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clsess\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clsessColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public float clrita {
get {
try {
return ((float)(this[this.tableacl.clritaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clrita\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clritaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clannot1 {
get {
try {
return ((string)(this[this.tableacl.clannot1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clannot1\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clannot1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clannot2 {
get {
try {
return ((string)(this[this.tableacl.clannot2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clannot2\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clannot2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_zona {
get {
try {
return ((string)(this[this.tableacl.cl_zonaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_zona\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_zonaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clcategoria {
get {
try {
return ((string)(this[this.tableacl.clcategoriaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clcategoria\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clcategoriaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clcategoria2 {
get {
try {
return ((string)(this[this.tableacl.clcategoria2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clcategoria2\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clcategoria2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_sett_att1 {
get {
try {
return ((string)(this[this.tableacl.cl_sett_att1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_sett_att1\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_sett_att1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_sett_att2 {
get {
try {
return ((string)(this[this.tableacl.cl_sett_att2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_sett_att2\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_sett_att2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clnote {
get {
try {
return ((string)(this[this.tableacl.clnoteColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clnote\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clnoteColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_categco {
get {
try {
return ((string)(this[this.tableacl.cl_categcoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_categco\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_categcoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_ling {
get {
try {
return ((string)(this[this.tableacl.cl_lingColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_ling\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_lingColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_filiale {
get {
try {
return ((string)(this[this.tableacl.cl_filialeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_filiale\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_filialeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_cod_old {
get {
try {
return ((string)(this[this.tableacl.cl_cod_oldColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_cod_old\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_cod_oldColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_cod_gruppo {
get {
try {
return ((string)(this[this.tableacl.cl_cod_gruppoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_cod_gruppo\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_cod_gruppoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_vt1 {
get {
try {
return ((string)(this[this.tableacl.cl_vt1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_vt1\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_vt1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_vt2 {
get {
try {
return ((string)(this[this.tableacl.cl_vt2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_vt2\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_vt2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_vt3 {
get {
try {
return ((string)(this[this.tableacl.cl_vt3Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_vt3\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_vt3Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_vt4 {
get {
try {
return ((string)(this[this.tableacl.cl_vt4Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_vt4\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_vt4Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string abc_pa_sol_csolv_ID {
get {
try {
return ((string)(this[this.tableacl.abc_pa_sol_csolv_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'abc_pa_sol_csolv_ID\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.abc_pa_sol_csolv_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime cl_solv_dtupd {
get {
try {
return ((global::System.DateTime)(this[this.tableacl.cl_solv_dtupdColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_solv_dtupd\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_solv_dtupdColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime cldtfineutil {
get {
try {
return ((global::System.DateTime)(this[this.tableacl.cldtfineutilColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cldtfineutil\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cldtfineutilColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_fl_decod_anag {
get {
try {
return ((string)(this[this.tableacl.cl_fl_decod_anagColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_fl_decod_anag\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_fl_decod_anagColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clindirec {
get {
try {
return ((string)(this[this.tableacl.clindirecColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clindirec\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clindirecColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cllocarec {
get {
try {
return ((string)(this[this.tableacl.cllocarecColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cllocarec\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cllocarecColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clcaporec {
get {
try {
return ((string)(this[this.tableacl.clcaporecColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clcaporec\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clcaporecColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clprovrec {
get {
try {
return ((string)(this[this.tableacl.clprovrecColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clprovrec\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clprovrecColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clnfaxrec {
get {
try {
return ((string)(this[this.tableacl.clnfaxrecColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clnfaxrec\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clnfaxrecColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cltelerec {
get {
try {
return ((string)(this[this.tableacl.cltelerecColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cltelerec\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cltelerecColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public float clprcinps {
get {
try {
return ((float)(this[this.tableacl.clprcinpsColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clprcinps\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clprcinpsColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clsuffreplica {
get {
try {
return ((string)(this[this.tableacl.clsuffreplicaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clsuffreplica\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clsuffreplicaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime cldtins {
get {
try {
return ((global::System.DateTime)(this[this.tableacl.cldtinsColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cldtins\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cldtinsColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime cldtvalidini {
get {
try {
return ((global::System.DateTime)(this[this.tableacl.cldtvalidiniColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cldtvalidini\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cldtvalidiniColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clcdaccisa {
get {
try {
return ((string)(this[this.tableacl.clcdaccisaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clcdaccisa\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clcdaccisaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clnicciaa {
get {
try {
return ((string)(this[this.tableacl.clnicciaaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clnicciaa\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clnicciaaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clnregimp {
get {
try {
return ((string)(this[this.tableacl.clnregimpColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clnregimp\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clnregimpColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clcod_estero {
get {
try {
return ((string)(this[this.tableacl.clcod_esteroColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clcod_estero\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clcod_esteroColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clemail {
get {
try {
return ((string)(this[this.tableacl.clemailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clemail\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clemailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clwww {
get {
try {
return ((string)(this[this.tableacl.clwwwColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clwww\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clwwwColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clctrib {
get {
try {
return ((string)(this[this.tableacl.clctribColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clctrib\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clctribColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clCodCausRit {
get {
try {
return ((string)(this[this.tableacl.clCodCausRitColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clCodCausRit\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clCodCausRitColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clQuadro {
get {
try {
return ((string)(this[this.tableacl.clQuadroColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clQuadro\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clQuadroColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cl_destStampe {
get {
try {
return ((string)(this[this.tableacl.cl_destStampeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cl_destStampe\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cl_destStampeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clragd_n {
get {
try {
return ((string)(this[this.tableacl.clragd_nColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clragd_n\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clragd_nColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clindi_n {
get {
try {
return ((string)(this[this.tableacl.clindi_nColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clindi_n\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clindi_nColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clloca_n {
get {
try {
return ((string)(this[this.tableacl.clloca_nColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clloca_n\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clloca_nColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clindidomfisc_n {
get {
try {
return ((string)(this[this.tableacl.clindidomfisc_nColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clindidomfisc_n\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clindidomfisc_nColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cllocadomfisc_n {
get {
try {
return ((string)(this[this.tableacl.cllocadomfisc_nColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cllocadomfisc_n\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cllocadomfisc_nColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string clindirec_n {
get {
try {
return ((string)(this[this.tableacl.clindirec_nColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'clindirec_n\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.clindirec_nColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cllocarec_n {
get {
try {
return ((string)(this[this.tableacl.cllocarec_nColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cllocarec_n\' in table \'acl\' is DBNull.", e);
}
}
set {
this[this.tableacl.cllocarec_nColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclragdNull() {
return this.IsNull(this.tableacl.clragdColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclragdNull() {
this[this.tableacl.clragdColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_flcancNull() {
return this.IsNull(this.tableacl.cl_flcancColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_flcancNull() {
this[this.tableacl.cl_flcancColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclcodNull() {
return this.IsNull(this.tableacl.clcodColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclcodNull() {
this[this.tableacl.clcodColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclcdpivaNull() {
return this.IsNull(this.tableacl.clcdpivaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclcdpivaNull() {
this[this.tableacl.clcdpivaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclindiNull() {
return this.IsNull(this.tableacl.clindiColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclindiNull() {
this[this.tableacl.clindiColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscllocaNull() {
return this.IsNull(this.tableacl.cllocaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcllocaNull() {
this[this.tableacl.cllocaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclcapoNull() {
return this.IsNull(this.tableacl.clcapoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclcapoNull() {
this[this.tableacl.clcapoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclprovNull() {
return this.IsNull(this.tableacl.clprovColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclprovNull() {
this[this.tableacl.clprovColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscldistNull() {
return this.IsNull(this.tableacl.cldistColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcldistNull() {
this[this.tableacl.cldistColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclstatNull() {
return this.IsNull(this.tableacl.clstatColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclstatNull() {
this[this.tableacl.clstatColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclstatisoNull() {
return this.IsNull(this.tableacl.clstatisoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclstatisoNull() {
this[this.tableacl.clstatisoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclcdfiNull() {
return this.IsNull(this.tableacl.clcdfiColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclcdfiNull() {
this[this.tableacl.clcdfiColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclteleNull() {
return this.IsNull(this.tableacl.clteleColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclteleNull() {
this[this.tableacl.clteleColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclnfaxNull() {
return this.IsNull(this.tableacl.clnfaxColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclnfaxNull() {
this[this.tableacl.clnfaxColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclindidomfiscNull() {
return this.IsNull(this.tableacl.clindidomfiscColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclindidomfiscNull() {
this[this.tableacl.clindidomfiscColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscllocadomfiscNull() {
return this.IsNull(this.tableacl.cllocadomfiscColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcllocadomfiscNull() {
this[this.tableacl.cllocadomfiscColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclcapodomfiscNull() {
return this.IsNull(this.tableacl.clcapodomfiscColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclcapodomfiscNull() {
this[this.tableacl.clcapodomfiscColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclprovdomfiscNull() {
return this.IsNull(this.tableacl.clprovdomfiscColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclprovdomfiscNull() {
this[this.tableacl.clprovdomfiscColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscldistdomfiscNull() {
return this.IsNull(this.tableacl.cldistdomfiscColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcldistdomfiscNull() {
this[this.tableacl.cldistdomfiscColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclstatdomfiscNull() {
return this.IsNull(this.tableacl.clstatdomfiscColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclstatdomfiscNull() {
this[this.tableacl.clstatdomfiscColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclstatisodomfiscNull() {
return this.IsNull(this.tableacl.clstatisodomfiscColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclstatisodomfiscNull() {
this[this.tableacl.clstatisodomfiscColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclteledomfiscNull() {
return this.IsNull(this.tableacl.clteledomfiscColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclteledomfiscNull() {
this[this.tableacl.clteledomfiscColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclnfaxdomfiscNull() {
return this.IsNull(this.tableacl.clnfaxdomfiscColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclnfaxdomfiscNull() {
this[this.tableacl.clnfaxdomfiscColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclalleNull() {
return this.IsNull(this.tableacl.clalleColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclalleNull() {
this[this.tableacl.clalleColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclfldiNull() {
return this.IsNull(this.tableacl.clfldiColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclfldiNull() {
this[this.tableacl.clfldiColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclcognomNull() {
return this.IsNull(this.tableacl.clcognomColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclcognomNull() {
this[this.tableacl.clcognomColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclnomeNull() {
return this.IsNull(this.tableacl.clnomeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclnomeNull() {
this[this.tableacl.clnomeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscldtnaNull() {
return this.IsNull(this.tableacl.cldtnaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcldtnaNull() {
this[this.tableacl.cldtnaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclconaNull() {
return this.IsNull(this.tableacl.clconaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclconaNull() {
this[this.tableacl.clconaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclprnaNull() {
return this.IsNull(this.tableacl.clprnaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclprnaNull() {
this[this.tableacl.clprnaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscluscnNull() {
return this.IsNull(this.tableacl.cluscnColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcluscnNull() {
this[this.tableacl.cluscnColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclstnaNull() {
return this.IsNull(this.tableacl.clstnaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclstnaNull() {
this[this.tableacl.clstnaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclsessNull() {
return this.IsNull(this.tableacl.clsessColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclsessNull() {
this[this.tableacl.clsessColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclritaNull() {
return this.IsNull(this.tableacl.clritaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclritaNull() {
this[this.tableacl.clritaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isclannot1Null() {
return this.IsNull(this.tableacl.clannot1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setclannot1Null() {
this[this.tableacl.clannot1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isclannot2Null() {
return this.IsNull(this.tableacl.clannot2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setclannot2Null() {
this[this.tableacl.clannot2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_zonaNull() {
return this.IsNull(this.tableacl.cl_zonaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_zonaNull() {
this[this.tableacl.cl_zonaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclcategoriaNull() {
return this.IsNull(this.tableacl.clcategoriaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclcategoriaNull() {
this[this.tableacl.clcategoriaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isclcategoria2Null() {
return this.IsNull(this.tableacl.clcategoria2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setclcategoria2Null() {
this[this.tableacl.clcategoria2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_sett_att1Null() {
return this.IsNull(this.tableacl.cl_sett_att1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_sett_att1Null() {
this[this.tableacl.cl_sett_att1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_sett_att2Null() {
return this.IsNull(this.tableacl.cl_sett_att2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_sett_att2Null() {
this[this.tableacl.cl_sett_att2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclnoteNull() {
return this.IsNull(this.tableacl.clnoteColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclnoteNull() {
this[this.tableacl.clnoteColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_categcoNull() {
return this.IsNull(this.tableacl.cl_categcoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_categcoNull() {
this[this.tableacl.cl_categcoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_lingNull() {
return this.IsNull(this.tableacl.cl_lingColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_lingNull() {
this[this.tableacl.cl_lingColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_filialeNull() {
return this.IsNull(this.tableacl.cl_filialeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_filialeNull() {
this[this.tableacl.cl_filialeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_cod_oldNull() {
return this.IsNull(this.tableacl.cl_cod_oldColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_cod_oldNull() {
this[this.tableacl.cl_cod_oldColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_cod_gruppoNull() {
return this.IsNull(this.tableacl.cl_cod_gruppoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_cod_gruppoNull() {
this[this.tableacl.cl_cod_gruppoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_vt1Null() {
return this.IsNull(this.tableacl.cl_vt1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_vt1Null() {
this[this.tableacl.cl_vt1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_vt2Null() {
return this.IsNull(this.tableacl.cl_vt2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_vt2Null() {
this[this.tableacl.cl_vt2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_vt3Null() {
return this.IsNull(this.tableacl.cl_vt3Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_vt3Null() {
this[this.tableacl.cl_vt3Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_vt4Null() {
return this.IsNull(this.tableacl.cl_vt4Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_vt4Null() {
this[this.tableacl.cl_vt4Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isabc_pa_sol_csolv_IDNull() {
return this.IsNull(this.tableacl.abc_pa_sol_csolv_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setabc_pa_sol_csolv_IDNull() {
this[this.tableacl.abc_pa_sol_csolv_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_solv_dtupdNull() {
return this.IsNull(this.tableacl.cl_solv_dtupdColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_solv_dtupdNull() {
this[this.tableacl.cl_solv_dtupdColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscldtfineutilNull() {
return this.IsNull(this.tableacl.cldtfineutilColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcldtfineutilNull() {
this[this.tableacl.cldtfineutilColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_fl_decod_anagNull() {
return this.IsNull(this.tableacl.cl_fl_decod_anagColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_fl_decod_anagNull() {
this[this.tableacl.cl_fl_decod_anagColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclindirecNull() {
return this.IsNull(this.tableacl.clindirecColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclindirecNull() {
this[this.tableacl.clindirecColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscllocarecNull() {
return this.IsNull(this.tableacl.cllocarecColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcllocarecNull() {
this[this.tableacl.cllocarecColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclcaporecNull() {
return this.IsNull(this.tableacl.clcaporecColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclcaporecNull() {
this[this.tableacl.clcaporecColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclprovrecNull() {
return this.IsNull(this.tableacl.clprovrecColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclprovrecNull() {
this[this.tableacl.clprovrecColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclnfaxrecNull() {
return this.IsNull(this.tableacl.clnfaxrecColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclnfaxrecNull() {
this[this.tableacl.clnfaxrecColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscltelerecNull() {
return this.IsNull(this.tableacl.cltelerecColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcltelerecNull() {
this[this.tableacl.cltelerecColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclprcinpsNull() {
return this.IsNull(this.tableacl.clprcinpsColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclprcinpsNull() {
this[this.tableacl.clprcinpsColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclsuffreplicaNull() {
return this.IsNull(this.tableacl.clsuffreplicaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclsuffreplicaNull() {
this[this.tableacl.clsuffreplicaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscldtinsNull() {
return this.IsNull(this.tableacl.cldtinsColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcldtinsNull() {
this[this.tableacl.cldtinsColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscldtvalidiniNull() {
return this.IsNull(this.tableacl.cldtvalidiniColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcldtvalidiniNull() {
this[this.tableacl.cldtvalidiniColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclcdaccisaNull() {
return this.IsNull(this.tableacl.clcdaccisaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclcdaccisaNull() {
this[this.tableacl.clcdaccisaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclnicciaaNull() {
return this.IsNull(this.tableacl.clnicciaaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclnicciaaNull() {
this[this.tableacl.clnicciaaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclnregimpNull() {
return this.IsNull(this.tableacl.clnregimpColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclnregimpNull() {
this[this.tableacl.clnregimpColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isclcod_esteroNull() {
return this.IsNull(this.tableacl.clcod_esteroColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setclcod_esteroNull() {
this[this.tableacl.clcod_esteroColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclemailNull() {
return this.IsNull(this.tableacl.clemailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclemailNull() {
this[this.tableacl.clemailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclwwwNull() {
return this.IsNull(this.tableacl.clwwwColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclwwwNull() {
this[this.tableacl.clwwwColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclctribNull() {
return this.IsNull(this.tableacl.clctribColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclctribNull() {
this[this.tableacl.clctribColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclCodCausRitNull() {
return this.IsNull(this.tableacl.clCodCausRitColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclCodCausRitNull() {
this[this.tableacl.clCodCausRitColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsclQuadroNull() {
return this.IsNull(this.tableacl.clQuadroColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetclQuadroNull() {
this[this.tableacl.clQuadroColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscl_destStampeNull() {
return this.IsNull(this.tableacl.cl_destStampeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcl_destStampeNull() {
this[this.tableacl.cl_destStampeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isclragd_nNull() {
return this.IsNull(this.tableacl.clragd_nColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setclragd_nNull() {
this[this.tableacl.clragd_nColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isclindi_nNull() {
return this.IsNull(this.tableacl.clindi_nColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setclindi_nNull() {
this[this.tableacl.clindi_nColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isclloca_nNull() {
return this.IsNull(this.tableacl.clloca_nColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setclloca_nNull() {
this[this.tableacl.clloca_nColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isclindidomfisc_nNull() {
return this.IsNull(this.tableacl.clindidomfisc_nColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setclindidomfisc_nNull() {
this[this.tableacl.clindidomfisc_nColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscllocadomfisc_nNull() {
return this.IsNull(this.tableacl.cllocadomfisc_nColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcllocadomfisc_nNull() {
this[this.tableacl.cllocadomfisc_nColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isclindirec_nNull() {
return this.IsNull(this.tableacl.clindirec_nColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setclindirec_nNull() {
this[this.tableacl.clindirec_nColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscllocarec_nNull() {
return this.IsNull(this.tableacl.cllocarec_nColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcllocarec_nNull() {
this[this.tableacl.cllocarec_nColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class aclRowChangeEvent : global::System.EventArgs {
private aclRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public aclRowChangeEvent(aclRow 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", "4.0.0.0")]
public aclRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
namespace XPS_data.DS_importTableAdapters {
///
///Represents the connection and commands used to retrieve and save data.
///
[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 aclTableAdapter : global::System.ComponentModel.Component {
private global::System.Data.OleDb.OleDbDataAdapter _adapter;
private global::System.Data.OleDb.OleDbConnection _connection;
private global::System.Data.OleDb.OleDbTransaction _transaction;
private global::System.Data.OleDb.OleDbCommand[] _commandCollection;
private bool _clearBeforeFill;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public aclTableAdapter() {
this.ClearBeforeFill = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected internal global::System.Data.OleDb.OleDbDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OleDb.OleDbConnection 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.OleDb.OleDbCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OleDb.OleDbTransaction 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", "4.0.0.0")]
protected global::System.Data.OleDb.OleDbCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
private void InitAdapter() {
this._adapter = new global::System.Data.OleDb.OleDbDataAdapter();
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "acl";
tableMapping.ColumnMappings.Add("clcodcn", "clcodcn");
tableMapping.ColumnMappings.Add("clragd", "clragd");
tableMapping.ColumnMappings.Add("cl_flcanc", "cl_flcanc");
tableMapping.ColumnMappings.Add("clcod", "clcod");
tableMapping.ColumnMappings.Add("clcdpiva", "clcdpiva");
tableMapping.ColumnMappings.Add("clindi", "clindi");
tableMapping.ColumnMappings.Add("clloca", "clloca");
tableMapping.ColumnMappings.Add("clcapo", "clcapo");
tableMapping.ColumnMappings.Add("clprov", "clprov");
tableMapping.ColumnMappings.Add("cldist", "cldist");
tableMapping.ColumnMappings.Add("clstat", "clstat");
tableMapping.ColumnMappings.Add("clstatiso", "clstatiso");
tableMapping.ColumnMappings.Add("clcdfi", "clcdfi");
tableMapping.ColumnMappings.Add("cltele", "cltele");
tableMapping.ColumnMappings.Add("clnfax", "clnfax");
tableMapping.ColumnMappings.Add("clindidomfisc", "clindidomfisc");
tableMapping.ColumnMappings.Add("cllocadomfisc", "cllocadomfisc");
tableMapping.ColumnMappings.Add("clcapodomfisc", "clcapodomfisc");
tableMapping.ColumnMappings.Add("clprovdomfisc", "clprovdomfisc");
tableMapping.ColumnMappings.Add("cldistdomfisc", "cldistdomfisc");
tableMapping.ColumnMappings.Add("clstatdomfisc", "clstatdomfisc");
tableMapping.ColumnMappings.Add("clstatisodomfisc", "clstatisodomfisc");
tableMapping.ColumnMappings.Add("clteledomfisc", "clteledomfisc");
tableMapping.ColumnMappings.Add("clnfaxdomfisc", "clnfaxdomfisc");
tableMapping.ColumnMappings.Add("clalle", "clalle");
tableMapping.ColumnMappings.Add("clfldi", "clfldi");
tableMapping.ColumnMappings.Add("clcognom", "clcognom");
tableMapping.ColumnMappings.Add("clnome", "clnome");
tableMapping.ColumnMappings.Add("cldtna", "cldtna");
tableMapping.ColumnMappings.Add("clcona", "clcona");
tableMapping.ColumnMappings.Add("clprna", "clprna");
tableMapping.ColumnMappings.Add("cluscn", "cluscn");
tableMapping.ColumnMappings.Add("clstna", "clstna");
tableMapping.ColumnMappings.Add("clsess", "clsess");
tableMapping.ColumnMappings.Add("clrita", "clrita");
tableMapping.ColumnMappings.Add("clannot1", "clannot1");
tableMapping.ColumnMappings.Add("clannot2", "clannot2");
tableMapping.ColumnMappings.Add("cl_zona", "cl_zona");
tableMapping.ColumnMappings.Add("clcategoria", "clcategoria");
tableMapping.ColumnMappings.Add("clcategoria2", "clcategoria2");
tableMapping.ColumnMappings.Add("cl_sett_att1", "cl_sett_att1");
tableMapping.ColumnMappings.Add("cl_sett_att2", "cl_sett_att2");
tableMapping.ColumnMappings.Add("clnote", "clnote");
tableMapping.ColumnMappings.Add("cl_categco", "cl_categco");
tableMapping.ColumnMappings.Add("cl_ling", "cl_ling");
tableMapping.ColumnMappings.Add("cl_filiale", "cl_filiale");
tableMapping.ColumnMappings.Add("cl_cod_old", "cl_cod_old");
tableMapping.ColumnMappings.Add("cl_cod_gruppo", "cl_cod_gruppo");
tableMapping.ColumnMappings.Add("cl_vt1", "cl_vt1");
tableMapping.ColumnMappings.Add("cl_vt2", "cl_vt2");
tableMapping.ColumnMappings.Add("cl_vt3", "cl_vt3");
tableMapping.ColumnMappings.Add("cl_vt4", "cl_vt4");
tableMapping.ColumnMappings.Add("abc_pa_sol_csolv_ID", "abc_pa_sol_csolv_ID");
tableMapping.ColumnMappings.Add("cl_solv_dtupd", "cl_solv_dtupd");
tableMapping.ColumnMappings.Add("cldtfineutil", "cldtfineutil");
tableMapping.ColumnMappings.Add("cl_fl_decod_anag", "cl_fl_decod_anag");
tableMapping.ColumnMappings.Add("clindirec", "clindirec");
tableMapping.ColumnMappings.Add("cllocarec", "cllocarec");
tableMapping.ColumnMappings.Add("clcaporec", "clcaporec");
tableMapping.ColumnMappings.Add("clprovrec", "clprovrec");
tableMapping.ColumnMappings.Add("clnfaxrec", "clnfaxrec");
tableMapping.ColumnMappings.Add("cltelerec", "cltelerec");
tableMapping.ColumnMappings.Add("clprcinps", "clprcinps");
tableMapping.ColumnMappings.Add("clsuffreplica", "clsuffreplica");
tableMapping.ColumnMappings.Add("cldtins", "cldtins");
tableMapping.ColumnMappings.Add("cldtvalidini", "cldtvalidini");
tableMapping.ColumnMappings.Add("clcdaccisa", "clcdaccisa");
tableMapping.ColumnMappings.Add("clnicciaa", "clnicciaa");
tableMapping.ColumnMappings.Add("clnregimp", "clnregimp");
tableMapping.ColumnMappings.Add("clcod_estero", "clcod_estero");
tableMapping.ColumnMappings.Add("clemail", "clemail");
tableMapping.ColumnMappings.Add("clwww", "clwww");
tableMapping.ColumnMappings.Add("clctrib", "clctrib");
tableMapping.ColumnMappings.Add("clCodCausRit", "clCodCausRit");
tableMapping.ColumnMappings.Add("clQuadro", "clQuadro");
tableMapping.ColumnMappings.Add("cl_destStampe", "cl_destStampe");
tableMapping.ColumnMappings.Add("clragd_n", "clragd_n");
tableMapping.ColumnMappings.Add("clindi_n", "clindi_n");
tableMapping.ColumnMappings.Add("clloca_n", "clloca_n");
tableMapping.ColumnMappings.Add("clindidomfisc_n", "clindidomfisc_n");
tableMapping.ColumnMappings.Add("cllocadomfisc_n", "cllocadomfisc_n");
tableMapping.ColumnMappings.Add("clindirec_n", "clindirec_n");
tableMapping.ColumnMappings.Add("cllocarec_n", "cllocarec_n");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.DeleteCommand = new global::System.Data.OleDb.OleDbCommand();
this._adapter.DeleteCommand.Connection = this.Connection;
this._adapter.DeleteCommand.CommandText = "DELETE FROM `acl` WHERE ((`clcodcn` = ?) AND ((? = 1 AND `clragd` IS NULL) OR (`c" +
"lragd` = ?)) AND ((? = 1 AND `cl_flcanc` IS NULL) OR (`cl_flcanc` = ?)) AND ((? " +
"= 1 AND `clcod` IS NULL) OR (`clcod` = ?)) AND ((? = 1 AND `clcdpiva` IS NULL) O" +
"R (`clcdpiva` = ?)) AND ((? = 1 AND `clindi` IS NULL) OR (`clindi` = ?)) AND ((?" +
" = 1 AND `clloca` IS NULL) OR (`clloca` = ?)) AND ((? = 1 AND `clcapo` IS NULL) " +
"OR (`clcapo` = ?)) AND ((? = 1 AND `clprov` IS NULL) OR (`clprov` = ?)) AND ((? " +
"= 1 AND `cldist` IS NULL) OR (`cldist` = ?)) AND ((? = 1 AND `clstat` IS NULL) O" +
"R (`clstat` = ?)) AND ((? = 1 AND `clstatiso` IS NULL) OR (`clstatiso` = ?)) AND" +
" ((? = 1 AND `clcdfi` IS NULL) OR (`clcdfi` = ?)) AND ((? = 1 AND `clindidomfisc" +
"` IS NULL) OR (`clindidomfisc` = ?)) AND ((? = 1 AND `cllocadomfisc` IS NULL) OR" +
" (`cllocadomfisc` = ?)) AND ((? = 1 AND `clcapodomfisc` IS NULL) OR (`clcapodomf" +
"isc` = ?)) AND ((? = 1 AND `clprovdomfisc` IS NULL) OR (`clprovdomfisc` = ?)) AN" +
"D ((? = 1 AND `cldistdomfisc` IS NULL) OR (`cldistdomfisc` = ?)) AND ((? = 1 AND" +
" `clstatdomfisc` IS NULL) OR (`clstatdomfisc` = ?)) AND ((? = 1 AND `clstatisodo" +
"mfisc` IS NULL) OR (`clstatisodomfisc` = ?)) AND ((? = 1 AND `clalle` IS NULL) O" +
"R (`clalle` = ?)) AND ((? = 1 AND `clfldi` IS NULL) OR (`clfldi` = ?)) AND ((? =" +
" 1 AND `clcognom` IS NULL) OR (`clcognom` = ?)) AND ((? = 1 AND `clnome` IS NULL" +
") OR (`clnome` = ?)) AND ((? = 1 AND `cldtna` IS NULL) OR (`cldtna` = ?)) AND ((" +
"? = 1 AND `clcona` IS NULL) OR (`clcona` = ?)) AND ((? = 1 AND `clprna` IS NULL)" +
" OR (`clprna` = ?)) AND ((? = 1 AND `cluscn` IS NULL) OR (`cluscn` = ?)) AND ((?" +
" = 1 AND `clstna` IS NULL) OR (`clstna` = ?)) AND ((? = 1 AND `clsess` IS NULL) " +
"OR (`clsess` = ?)) AND ((? = 1 AND `clrita` IS NULL) OR (`clrita` = ?)) AND ((? " +
"= 1 AND `cl_zona` IS NULL) OR (`cl_zona` = ?)) AND ((? = 1 AND `clcategoria` IS " +
"NULL) OR (`clcategoria` = ?)) AND ((? = 1 AND `clcategoria2` IS NULL) OR (`clcat" +
"egoria2` = ?)) AND ((? = 1 AND `cl_sett_att1` IS NULL) OR (`cl_sett_att1` = ?)) " +
"AND ((? = 1 AND `cl_sett_att2` IS NULL) OR (`cl_sett_att2` = ?)) AND ((? = 1 AND" +
" `cl_categco` IS NULL) OR (`cl_categco` = ?)) AND ((? = 1 AND `cl_ling` IS NULL)" +
" OR (`cl_ling` = ?)) AND ((? = 1 AND `cl_filiale` IS NULL) OR (`cl_filiale` = ?)" +
") AND ((? = 1 AND `cl_cod_old` IS NULL) OR (`cl_cod_old` = ?)) AND ((? = 1 AND `" +
"cl_cod_gruppo` IS NULL) OR (`cl_cod_gruppo` = ?)) AND ((? = 1 AND `cl_vt1` IS NU" +
"LL) OR (`cl_vt1` = ?)) AND ((? = 1 AND `cl_vt2` IS NULL) OR (`cl_vt2` = ?)) AND " +
"((? = 1 AND `cl_vt3` IS NULL) OR (`cl_vt3` = ?)) AND ((? = 1 AND `cl_vt4` IS NUL" +
"L) OR (`cl_vt4` = ?)) AND ((? = 1 AND `abc_pa_sol_csolv_ID` IS NULL) OR (`abc_pa" +
"_sol_csolv_ID` = ?)) AND ((? = 1 AND `cl_solv_dtupd` IS NULL) OR (`cl_solv_dtupd" +
"` = ?)) AND ((? = 1 AND `cldtfineutil` IS NULL) OR (`cldtfineutil` = ?)) AND ((?" +
" = 1 AND `cl_fl_decod_anag` IS NULL) OR (`cl_fl_decod_anag` = ?)) AND ((? = 1 AN" +
"D `clindirec` IS NULL) OR (`clindirec` = ?)) AND ((? = 1 AND `cllocarec` IS NULL" +
") OR (`cllocarec` = ?)) AND ((? = 1 AND `clcaporec` IS NULL) OR (`clcaporec` = ?" +
")) AND ((? = 1 AND `clprovrec` IS NULL) OR (`clprovrec` = ?)) AND ((? = 1 AND `c" +
"lnfaxrec` IS NULL) OR (`clnfaxrec` = ?)) AND ((? = 1 AND `cltelerec` IS NULL) OR" +
" (`cltelerec` = ?)) AND ((? = 1 AND `clprcinps` IS NULL) OR (`clprcinps` = ?)) A" +
"ND ((? = 1 AND `clsuffreplica` IS NULL) OR (`clsuffreplica` = ?)) AND ((? = 1 AN" +
"D `cldtins` IS NULL) OR (`cldtins` = ?)) AND ((? = 1 AND `cldtvalidini` IS NULL)" +
" OR (`cldtvalidini` = ?)) AND ((? = 1 AND `clcdaccisa` IS NULL) OR (`clcdaccisa`" +
" = ?)) AND ((? = 1 AND `clnicciaa` IS NULL) OR (`clnicciaa` = ?)) AND ((? = 1 AN" +
"D `clnregimp` IS NULL) OR (`clnregimp` = ?)) AND ((? = 1 AND `clcod_estero` IS N" +
"ULL) OR (`clcod_estero` = ?)) AND ((? = 1 AND `clemail` IS NULL) OR (`clemail` =" +
" ?)) AND ((? = 1 AND `clwww` IS NULL) OR (`clwww` = ?)) AND ((? = 1 AND `clctrib" +
"` IS NULL) OR (`clctrib` = ?)) AND ((? = 1 AND `clCodCausRit` IS NULL) OR (`clCo" +
"dCausRit` = ?)) AND ((? = 1 AND `clQuadro` IS NULL) OR (`clQuadro` = ?)) AND ((?" +
" = 1 AND `cl_destStampe` IS NULL) OR (`cl_destStampe` = ?)) AND ((? = 1 AND `clr" +
"agd_n` IS NULL) OR (`clragd_n` = ?)) AND ((? = 1 AND `clindi_n` IS NULL) OR (`cl" +
"indi_n` = ?)) AND ((? = 1 AND `clloca_n` IS NULL) OR (`clloca_n` = ?)) AND ((? =" +
" 1 AND `clindidomfisc_n` IS NULL) OR (`clindidomfisc_n` = ?)) AND ((? = 1 AND `c" +
"llocadomfisc_n` IS NULL) OR (`cllocadomfisc_n` = ?)) AND ((? = 1 AND `clindirec_" +
"n` IS NULL) OR (`clindirec_n` = ?)) AND ((? = 1 AND `cllocarec_n` IS NULL) OR (`" +
"cllocarec_n` = ?)))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcodcn", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcodcn", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clragd", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clragd", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clragd", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clragd", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_flcanc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_flcanc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_flcanc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_flcanc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcod", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcod", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcod", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcod", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcdpiva", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdpiva", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcdpiva", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdpiva", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clindi", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindi", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clindi", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindi", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clloca", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clloca", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clloca", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clloca", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcapo", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcapo", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcapo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcapo", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clprov", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprov", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clprov", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprov", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cldist", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldist", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cldist", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldist", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clstat", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstat", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clstat", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstat", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clstatiso", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatiso", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clstatiso", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatiso", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcdfi", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdfi", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcdfi", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdfi", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clindidomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindidomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clindidomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindidomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cllocadomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocadomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cllocadomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocadomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcapodomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcapodomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcapodomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcapodomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clprovdomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprovdomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clprovdomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprovdomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cldistdomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldistdomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cldistdomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldistdomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clstatdomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatdomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clstatdomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatdomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clstatisodomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatisodomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clstatisodomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatisodomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clalle", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clalle", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clalle", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clalle", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clfldi", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clfldi", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clfldi", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clfldi", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcognom", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcognom", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcognom", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcognom", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clnome", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnome", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clnome", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnome", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cldtna", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtna", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cldtna", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtna", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcona", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcona", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcona", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcona", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clprna", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprna", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clprna", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprna", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cluscn", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cluscn", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cluscn", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cluscn", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clstna", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstna", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clstna", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstna", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clsess", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clsess", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clsess", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clsess", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clrita", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clrita", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clrita", global::System.Data.OleDb.OleDbType.Single, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clrita", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_zona", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_zona", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_zona", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_zona", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcategoria", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcategoria", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcategoria", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcategoria", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcategoria2", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcategoria2", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcategoria2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcategoria2", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_sett_att1", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_sett_att1", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_sett_att1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_sett_att1", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_sett_att2", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_sett_att2", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_sett_att2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_sett_att2", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_categco", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_categco", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_categco", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_categco", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_ling", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_ling", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_ling", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_ling", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_filiale", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_filiale", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_filiale", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_filiale", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_cod_old", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_cod_old", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_cod_old", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_cod_old", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_cod_gruppo", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_cod_gruppo", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_cod_gruppo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_cod_gruppo", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_vt1", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt1", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_vt1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt1", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_vt2", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt2", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_vt2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt2", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_vt3", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt3", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_vt3", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt3", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_vt4", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt4", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_vt4", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt4", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_abc_pa_sol_csolv_ID", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "abc_pa_sol_csolv_ID", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_abc_pa_sol_csolv_ID", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "abc_pa_sol_csolv_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_solv_dtupd", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_solv_dtupd", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_solv_dtupd", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_solv_dtupd", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cldtfineutil", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtfineutil", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cldtfineutil", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtfineutil", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_fl_decod_anag", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_fl_decod_anag", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_fl_decod_anag", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_fl_decod_anag", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clindirec", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindirec", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clindirec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindirec", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cllocarec", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocarec", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cllocarec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocarec", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcaporec", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcaporec", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcaporec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcaporec", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clprovrec", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprovrec", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clprovrec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprovrec", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clnfaxrec", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnfaxrec", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clnfaxrec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnfaxrec", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cltelerec", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cltelerec", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cltelerec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cltelerec", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clprcinps", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprcinps", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clprcinps", global::System.Data.OleDb.OleDbType.Single, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprcinps", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clsuffreplica", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clsuffreplica", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clsuffreplica", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clsuffreplica", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cldtins", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtins", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cldtins", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtins", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cldtvalidini", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtvalidini", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cldtvalidini", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtvalidini", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcdaccisa", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdaccisa", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcdaccisa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdaccisa", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clnicciaa", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnicciaa", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clnicciaa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnicciaa", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clnregimp", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnregimp", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clnregimp", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnregimp", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcod_estero", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcod_estero", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcod_estero", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcod_estero", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clemail", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clemail", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clemail", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clemail", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clwww", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clwww", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clwww", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clwww", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clctrib", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clctrib", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clctrib", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clctrib", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clCodCausRit", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clCodCausRit", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clCodCausRit", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clCodCausRit", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clQuadro", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clQuadro", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clQuadro", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clQuadro", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_destStampe", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_destStampe", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_destStampe", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_destStampe", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clragd_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clragd_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clragd_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clragd_n", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clindi_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindi_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clindi_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindi_n", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clloca_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clloca_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clloca_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clloca_n", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clindidomfisc_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindidomfisc_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clindidomfisc_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindidomfisc_n", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cllocadomfisc_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocadomfisc_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cllocadomfisc_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocadomfisc_n", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clindirec_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindirec_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clindirec_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindirec_n", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cllocarec_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocarec_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cllocarec_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocarec_n", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.InsertCommand = new global::System.Data.OleDb.OleDbCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = @"INSERT INTO `acl` (`clcodcn`, `clragd`, `cl_flcanc`, `clcod`, `clcdpiva`, `clindi`, `clloca`, `clcapo`, `clprov`, `cldist`, `clstat`, `clstatiso`, `clcdfi`, `cltele`, `clnfax`, `clindidomfisc`, `cllocadomfisc`, `clcapodomfisc`, `clprovdomfisc`, `cldistdomfisc`, `clstatdomfisc`, `clstatisodomfisc`, `clteledomfisc`, `clnfaxdomfisc`, `clalle`, `clfldi`, `clcognom`, `clnome`, `cldtna`, `clcona`, `clprna`, `cluscn`, `clstna`, `clsess`, `clrita`, `clannot1`, `clannot2`, `cl_zona`, `clcategoria`, `clcategoria2`, `cl_sett_att1`, `cl_sett_att2`, `clnote`, `cl_categco`, `cl_ling`, `cl_filiale`, `cl_cod_old`, `cl_cod_gruppo`, `cl_vt1`, `cl_vt2`, `cl_vt3`, `cl_vt4`, `abc_pa_sol_csolv_ID`, `cl_solv_dtupd`, `cldtfineutil`, `cl_fl_decod_anag`, `clindirec`, `cllocarec`, `clcaporec`, `clprovrec`, `clnfaxrec`, `cltelerec`, `clprcinps`, `clsuffreplica`, `cldtins`, `cldtvalidini`, `clcdaccisa`, `clnicciaa`, `clnregimp`, `clcod_estero`, `clemail`, `clwww`, `clctrib`, `clCodCausRit`, `clQuadro`, `cl_destStampe`, `clragd_n`, `clindi_n`, `clloca_n`, `clindidomfisc_n`, `cllocadomfisc_n`, `clindirec_n`, `cllocarec_n`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcodcn", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcodcn", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clragd", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clragd", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_flcanc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_flcanc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcod", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcod", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcdpiva", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdpiva", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clindi", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindi", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clloca", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clloca", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcapo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcapo", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clprov", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprov", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cldist", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldist", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clstat", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstat", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clstatiso", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatiso", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcdfi", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdfi", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cltele", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cltele", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnfax", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnfax", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clindidomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindidomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cllocadomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocadomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcapodomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcapodomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clprovdomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprovdomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cldistdomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldistdomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clstatdomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatdomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clstatisodomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatisodomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clteledomfisc", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clteledomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnfaxdomfisc", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnfaxdomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clalle", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clalle", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clfldi", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clfldi", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcognom", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcognom", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnome", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnome", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cldtna", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtna", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcona", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcona", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clprna", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprna", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cluscn", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cluscn", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clstna", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstna", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clsess", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clsess", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clrita", global::System.Data.OleDb.OleDbType.Single, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clrita", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clannot1", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clannot1", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clannot2", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clannot2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_zona", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_zona", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcategoria", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcategoria", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcategoria2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcategoria2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_sett_att1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_sett_att1", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_sett_att2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_sett_att2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnote", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnote", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_categco", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_categco", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_ling", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_ling", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_filiale", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_filiale", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_cod_old", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_cod_old", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_cod_gruppo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_cod_gruppo", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_vt1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt1", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_vt2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_vt3", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt3", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_vt4", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt4", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("abc_pa_sol_csolv_ID", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "abc_pa_sol_csolv_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_solv_dtupd", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_solv_dtupd", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cldtfineutil", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtfineutil", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_fl_decod_anag", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_fl_decod_anag", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clindirec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindirec", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cllocarec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocarec", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcaporec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcaporec", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clprovrec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprovrec", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnfaxrec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnfaxrec", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cltelerec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cltelerec", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clprcinps", global::System.Data.OleDb.OleDbType.Single, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprcinps", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clsuffreplica", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clsuffreplica", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cldtins", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtins", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cldtvalidini", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtvalidini", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcdaccisa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdaccisa", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnicciaa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnicciaa", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnregimp", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnregimp", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcod_estero", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcod_estero", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clemail", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clemail", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clwww", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clwww", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clctrib", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clctrib", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clCodCausRit", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clCodCausRit", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clQuadro", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clQuadro", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_destStampe", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_destStampe", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clragd_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clragd_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clindi_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindi_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clloca_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clloca_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clindidomfisc_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindidomfisc_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cllocadomfisc_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocadomfisc_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clindirec_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindirec_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cllocarec_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocarec_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand = new global::System.Data.OleDb.OleDbCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = "UPDATE `acl` SET `clcodcn` = ?, `clragd` = ?, `cl_flcanc` = ?, `clcod` = ?, `clcd" +
"piva` = ?, `clindi` = ?, `clloca` = ?, `clcapo` = ?, `clprov` = ?, `cldist` = ?," +
" `clstat` = ?, `clstatiso` = ?, `clcdfi` = ?, `cltele` = ?, `clnfax` = ?, `clind" +
"idomfisc` = ?, `cllocadomfisc` = ?, `clcapodomfisc` = ?, `clprovdomfisc` = ?, `c" +
"ldistdomfisc` = ?, `clstatdomfisc` = ?, `clstatisodomfisc` = ?, `clteledomfisc` " +
"= ?, `clnfaxdomfisc` = ?, `clalle` = ?, `clfldi` = ?, `clcognom` = ?, `clnome` =" +
" ?, `cldtna` = ?, `clcona` = ?, `clprna` = ?, `cluscn` = ?, `clstna` = ?, `clses" +
"s` = ?, `clrita` = ?, `clannot1` = ?, `clannot2` = ?, `cl_zona` = ?, `clcategori" +
"a` = ?, `clcategoria2` = ?, `cl_sett_att1` = ?, `cl_sett_att2` = ?, `clnote` = ?" +
", `cl_categco` = ?, `cl_ling` = ?, `cl_filiale` = ?, `cl_cod_old` = ?, `cl_cod_g" +
"ruppo` = ?, `cl_vt1` = ?, `cl_vt2` = ?, `cl_vt3` = ?, `cl_vt4` = ?, `abc_pa_sol_" +
"csolv_ID` = ?, `cl_solv_dtupd` = ?, `cldtfineutil` = ?, `cl_fl_decod_anag` = ?, " +
"`clindirec` = ?, `cllocarec` = ?, `clcaporec` = ?, `clprovrec` = ?, `clnfaxrec` " +
"= ?, `cltelerec` = ?, `clprcinps` = ?, `clsuffreplica` = ?, `cldtins` = ?, `cldt" +
"validini` = ?, `clcdaccisa` = ?, `clnicciaa` = ?, `clnregimp` = ?, `clcod_estero" +
"` = ?, `clemail` = ?, `clwww` = ?, `clctrib` = ?, `clCodCausRit` = ?, `clQuadro`" +
" = ?, `cl_destStampe` = ?, `clragd_n` = ?, `clindi_n` = ?, `clloca_n` = ?, `clin" +
"didomfisc_n` = ?, `cllocadomfisc_n` = ?, `clindirec_n` = ?, `cllocarec_n` = ? WH" +
"ERE ((`clcodcn` = ?) AND ((? = 1 AND `clragd` IS NULL) OR (`clragd` = ?)) AND ((" +
"? = 1 AND `cl_flcanc` IS NULL) OR (`cl_flcanc` = ?)) AND ((? = 1 AND `clcod` IS " +
"NULL) OR (`clcod` = ?)) AND ((? = 1 AND `clcdpiva` IS NULL) OR (`clcdpiva` = ?))" +
" AND ((? = 1 AND `clindi` IS NULL) OR (`clindi` = ?)) AND ((? = 1 AND `clloca` I" +
"S NULL) OR (`clloca` = ?)) AND ((? = 1 AND `clcapo` IS NULL) OR (`clcapo` = ?)) " +
"AND ((? = 1 AND `clprov` IS NULL) OR (`clprov` = ?)) AND ((? = 1 AND `cldist` IS" +
" NULL) OR (`cldist` = ?)) AND ((? = 1 AND `clstat` IS NULL) OR (`clstat` = ?)) A" +
"ND ((? = 1 AND `clstatiso` IS NULL) OR (`clstatiso` = ?)) AND ((? = 1 AND `clcdf" +
"i` IS NULL) OR (`clcdfi` = ?)) AND ((? = 1 AND `clindidomfisc` IS NULL) OR (`cli" +
"ndidomfisc` = ?)) AND ((? = 1 AND `cllocadomfisc` IS NULL) OR (`cllocadomfisc` =" +
" ?)) AND ((? = 1 AND `clcapodomfisc` IS NULL) OR (`clcapodomfisc` = ?)) AND ((? " +
"= 1 AND `clprovdomfisc` IS NULL) OR (`clprovdomfisc` = ?)) AND ((? = 1 AND `cldi" +
"stdomfisc` IS NULL) OR (`cldistdomfisc` = ?)) AND ((? = 1 AND `clstatdomfisc` IS" +
" NULL) OR (`clstatdomfisc` = ?)) AND ((? = 1 AND `clstatisodomfisc` IS NULL) OR " +
"(`clstatisodomfisc` = ?)) AND ((? = 1 AND `clalle` IS NULL) OR (`clalle` = ?)) A" +
"ND ((? = 1 AND `clfldi` IS NULL) OR (`clfldi` = ?)) AND ((? = 1 AND `clcognom` I" +
"S NULL) OR (`clcognom` = ?)) AND ((? = 1 AND `clnome` IS NULL) OR (`clnome` = ?)" +
") AND ((? = 1 AND `cldtna` IS NULL) OR (`cldtna` = ?)) AND ((? = 1 AND `clcona` " +
"IS NULL) OR (`clcona` = ?)) AND ((? = 1 AND `clprna` IS NULL) OR (`clprna` = ?))" +
" AND ((? = 1 AND `cluscn` IS NULL) OR (`cluscn` = ?)) AND ((? = 1 AND `clstna` I" +
"S NULL) OR (`clstna` = ?)) AND ((? = 1 AND `clsess` IS NULL) OR (`clsess` = ?)) " +
"AND ((? = 1 AND `clrita` IS NULL) OR (`clrita` = ?)) AND ((? = 1 AND `cl_zona` I" +
"S NULL) OR (`cl_zona` = ?)) AND ((? = 1 AND `clcategoria` IS NULL) OR (`clcatego" +
"ria` = ?)) AND ((? = 1 AND `clcategoria2` IS NULL) OR (`clcategoria2` = ?)) AND " +
"((? = 1 AND `cl_sett_att1` IS NULL) OR (`cl_sett_att1` = ?)) AND ((? = 1 AND `cl" +
"_sett_att2` IS NULL) OR (`cl_sett_att2` = ?)) AND ((? = 1 AND `cl_categco` IS NU" +
"LL) OR (`cl_categco` = ?)) AND ((? = 1 AND `cl_ling` IS NULL) OR (`cl_ling` = ?)" +
") AND ((? = 1 AND `cl_filiale` IS NULL) OR (`cl_filiale` = ?)) AND ((? = 1 AND `" +
"cl_cod_old` IS NULL) OR (`cl_cod_old` = ?)) AND ((? = 1 AND `cl_cod_gruppo` IS N" +
"ULL) OR (`cl_cod_gruppo` = ?)) AND ((? = 1 AND `cl_vt1` IS NULL) OR (`cl_vt1` = " +
"?)) AND ((? = 1 AND `cl_vt2` IS NULL) OR (`cl_vt2` = ?)) AND ((? = 1 AND `cl_vt3" +
"` IS NULL) OR (`cl_vt3` = ?)) AND ((? = 1 AND `cl_vt4` IS NULL) OR (`cl_vt4` = ?" +
")) AND ((? = 1 AND `abc_pa_sol_csolv_ID` IS NULL) OR (`abc_pa_sol_csolv_ID` = ?)" +
") AND ((? = 1 AND `cl_solv_dtupd` IS NULL) OR (`cl_solv_dtupd` = ?)) AND ((? = 1" +
" AND `cldtfineutil` IS NULL) OR (`cldtfineutil` = ?)) AND ((? = 1 AND `cl_fl_dec" +
"od_anag` IS NULL) OR (`cl_fl_decod_anag` = ?)) AND ((? = 1 AND `clindirec` IS NU" +
"LL) OR (`clindirec` = ?)) AND ((? = 1 AND `cllocarec` IS NULL) OR (`cllocarec` =" +
" ?)) AND ((? = 1 AND `clcaporec` IS NULL) OR (`clcaporec` = ?)) AND ((? = 1 AND " +
"`clprovrec` IS NULL) OR (`clprovrec` = ?)) AND ((? = 1 AND `clnfaxrec` IS NULL) " +
"OR (`clnfaxrec` = ?)) AND ((? = 1 AND `cltelerec` IS NULL) OR (`cltelerec` = ?))" +
" AND ((? = 1 AND `clprcinps` IS NULL) OR (`clprcinps` = ?)) AND ((? = 1 AND `cls" +
"uffreplica` IS NULL) OR (`clsuffreplica` = ?)) AND ((? = 1 AND `cldtins` IS NULL" +
") OR (`cldtins` = ?)) AND ((? = 1 AND `cldtvalidini` IS NULL) OR (`cldtvalidini`" +
" = ?)) AND ((? = 1 AND `clcdaccisa` IS NULL) OR (`clcdaccisa` = ?)) AND ((? = 1 " +
"AND `clnicciaa` IS NULL) OR (`clnicciaa` = ?)) AND ((? = 1 AND `clnregimp` IS NU" +
"LL) OR (`clnregimp` = ?)) AND ((? = 1 AND `clcod_estero` IS NULL) OR (`clcod_est" +
"ero` = ?)) AND ((? = 1 AND `clemail` IS NULL) OR (`clemail` = ?)) AND ((? = 1 AN" +
"D `clwww` IS NULL) OR (`clwww` = ?)) AND ((? = 1 AND `clctrib` IS NULL) OR (`clc" +
"trib` = ?)) AND ((? = 1 AND `clCodCausRit` IS NULL) OR (`clCodCausRit` = ?)) AND" +
" ((? = 1 AND `clQuadro` IS NULL) OR (`clQuadro` = ?)) AND ((? = 1 AND `cl_destSt" +
"ampe` IS NULL) OR (`cl_destStampe` = ?)) AND ((? = 1 AND `clragd_n` IS NULL) OR " +
"(`clragd_n` = ?)) AND ((? = 1 AND `clindi_n` IS NULL) OR (`clindi_n` = ?)) AND (" +
"(? = 1 AND `clloca_n` IS NULL) OR (`clloca_n` = ?)) AND ((? = 1 AND `clindidomfi" +
"sc_n` IS NULL) OR (`clindidomfisc_n` = ?)) AND ((? = 1 AND `cllocadomfisc_n` IS " +
"NULL) OR (`cllocadomfisc_n` = ?)) AND ((? = 1 AND `clindirec_n` IS NULL) OR (`cl" +
"indirec_n` = ?)) AND ((? = 1 AND `cllocarec_n` IS NULL) OR (`cllocarec_n` = ?)))" +
"";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcodcn", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcodcn", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clragd", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clragd", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_flcanc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_flcanc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcod", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcod", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcdpiva", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdpiva", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clindi", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindi", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clloca", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clloca", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcapo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcapo", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clprov", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprov", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cldist", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldist", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clstat", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstat", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clstatiso", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatiso", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcdfi", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdfi", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cltele", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cltele", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnfax", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnfax", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clindidomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindidomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cllocadomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocadomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcapodomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcapodomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clprovdomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprovdomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cldistdomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldistdomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clstatdomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatdomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clstatisodomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatisodomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clteledomfisc", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clteledomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnfaxdomfisc", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnfaxdomfisc", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clalle", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clalle", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clfldi", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clfldi", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcognom", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcognom", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnome", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnome", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cldtna", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtna", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcona", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcona", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clprna", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprna", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cluscn", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cluscn", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clstna", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstna", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clsess", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clsess", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clrita", global::System.Data.OleDb.OleDbType.Single, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clrita", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clannot1", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clannot1", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clannot2", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clannot2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_zona", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_zona", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcategoria", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcategoria", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcategoria2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcategoria2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_sett_att1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_sett_att1", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_sett_att2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_sett_att2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnote", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnote", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_categco", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_categco", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_ling", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_ling", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_filiale", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_filiale", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_cod_old", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_cod_old", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_cod_gruppo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_cod_gruppo", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_vt1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt1", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_vt2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_vt3", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt3", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_vt4", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt4", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("abc_pa_sol_csolv_ID", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "abc_pa_sol_csolv_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_solv_dtupd", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_solv_dtupd", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cldtfineutil", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtfineutil", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_fl_decod_anag", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_fl_decod_anag", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clindirec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindirec", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cllocarec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocarec", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcaporec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcaporec", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clprovrec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprovrec", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnfaxrec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnfaxrec", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cltelerec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cltelerec", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clprcinps", global::System.Data.OleDb.OleDbType.Single, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprcinps", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clsuffreplica", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clsuffreplica", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cldtins", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtins", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cldtvalidini", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtvalidini", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcdaccisa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdaccisa", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnicciaa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnicciaa", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clnregimp", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnregimp", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clcod_estero", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcod_estero", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clemail", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clemail", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clwww", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clwww", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clctrib", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clctrib", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clCodCausRit", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clCodCausRit", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clQuadro", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clQuadro", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cl_destStampe", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_destStampe", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clragd_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clragd_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clindi_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindi_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clloca_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clloca_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clindidomfisc_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindidomfisc_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cllocadomfisc_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocadomfisc_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("clindirec_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindirec_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("cllocarec_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocarec_n", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcodcn", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcodcn", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clragd", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clragd", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clragd", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clragd", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_flcanc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_flcanc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_flcanc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_flcanc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcod", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcod", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcod", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcod", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcdpiva", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdpiva", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcdpiva", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdpiva", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clindi", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindi", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clindi", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindi", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clloca", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clloca", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clloca", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clloca", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcapo", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcapo", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcapo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcapo", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clprov", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprov", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clprov", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprov", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cldist", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldist", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cldist", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldist", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clstat", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstat", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clstat", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstat", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clstatiso", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatiso", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clstatiso", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatiso", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcdfi", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdfi", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcdfi", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdfi", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clindidomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindidomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clindidomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindidomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cllocadomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocadomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cllocadomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocadomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcapodomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcapodomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcapodomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcapodomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clprovdomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprovdomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clprovdomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprovdomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cldistdomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldistdomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cldistdomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldistdomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clstatdomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatdomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clstatdomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatdomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clstatisodomfisc", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatisodomfisc", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clstatisodomfisc", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstatisodomfisc", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clalle", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clalle", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clalle", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clalle", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clfldi", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clfldi", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clfldi", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clfldi", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcognom", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcognom", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcognom", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcognom", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clnome", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnome", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clnome", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnome", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cldtna", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtna", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cldtna", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtna", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcona", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcona", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcona", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcona", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clprna", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprna", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clprna", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprna", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cluscn", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cluscn", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cluscn", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cluscn", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clstna", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstna", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clstna", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clstna", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clsess", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clsess", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clsess", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clsess", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clrita", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clrita", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clrita", global::System.Data.OleDb.OleDbType.Single, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clrita", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_zona", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_zona", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_zona", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_zona", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcategoria", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcategoria", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcategoria", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcategoria", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcategoria2", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcategoria2", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcategoria2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcategoria2", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_sett_att1", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_sett_att1", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_sett_att1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_sett_att1", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_sett_att2", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_sett_att2", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_sett_att2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_sett_att2", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_categco", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_categco", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_categco", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_categco", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_ling", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_ling", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_ling", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_ling", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_filiale", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_filiale", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_filiale", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_filiale", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_cod_old", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_cod_old", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_cod_old", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_cod_old", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_cod_gruppo", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_cod_gruppo", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_cod_gruppo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_cod_gruppo", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_vt1", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt1", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_vt1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt1", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_vt2", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt2", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_vt2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt2", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_vt3", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt3", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_vt3", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt3", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_vt4", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt4", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_vt4", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_vt4", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_abc_pa_sol_csolv_ID", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "abc_pa_sol_csolv_ID", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_abc_pa_sol_csolv_ID", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "abc_pa_sol_csolv_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_solv_dtupd", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_solv_dtupd", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_solv_dtupd", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_solv_dtupd", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cldtfineutil", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtfineutil", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cldtfineutil", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtfineutil", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_fl_decod_anag", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_fl_decod_anag", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_fl_decod_anag", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_fl_decod_anag", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clindirec", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindirec", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clindirec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindirec", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cllocarec", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocarec", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cllocarec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocarec", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcaporec", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcaporec", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcaporec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcaporec", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clprovrec", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprovrec", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clprovrec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprovrec", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clnfaxrec", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnfaxrec", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clnfaxrec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnfaxrec", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cltelerec", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cltelerec", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cltelerec", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cltelerec", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clprcinps", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprcinps", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clprcinps", global::System.Data.OleDb.OleDbType.Single, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clprcinps", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clsuffreplica", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clsuffreplica", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clsuffreplica", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clsuffreplica", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cldtins", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtins", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cldtins", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtins", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cldtvalidini", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtvalidini", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cldtvalidini", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cldtvalidini", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcdaccisa", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdaccisa", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcdaccisa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcdaccisa", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clnicciaa", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnicciaa", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clnicciaa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnicciaa", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clnregimp", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnregimp", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clnregimp", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clnregimp", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clcod_estero", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcod_estero", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clcod_estero", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clcod_estero", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clemail", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clemail", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clemail", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clemail", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clwww", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clwww", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clwww", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clwww", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clctrib", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clctrib", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clctrib", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clctrib", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clCodCausRit", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clCodCausRit", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clCodCausRit", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clCodCausRit", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clQuadro", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clQuadro", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clQuadro", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clQuadro", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cl_destStampe", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_destStampe", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cl_destStampe", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cl_destStampe", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clragd_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clragd_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clragd_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clragd_n", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clindi_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindi_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clindi_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindi_n", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clloca_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clloca_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clloca_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clloca_n", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clindidomfisc_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindidomfisc_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clindidomfisc_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindidomfisc_n", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cllocadomfisc_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocadomfisc_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cllocadomfisc_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocadomfisc_n", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_clindirec_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindirec_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_clindirec_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "clindirec_n", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_cllocarec_n", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocarec_n", global::System.Data.DataRowVersion.Original, true, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_cllocarec_n", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "cllocarec_n", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OleDb.OleDbConnection();
this._connection.ConnectionString = global::XPS_data.Properties.Settings.Default.si_dt30ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OleDb.OleDbCommand[1];
this._commandCollection[0] = new global::System.Data.OleDb.OleDbCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT clcodcn, clragd, cl_flcanc, clcod, clcdpiva, clindi, clloca, clcapo, clprov, cldist, clstat, clstatiso, clcdfi, cltele, clnfax, clindidomfisc, cllocadomfisc, clcapodomfisc, clprovdomfisc, cldistdomfisc, clstatdomfisc, clstatisodomfisc, clteledomfisc, clnfaxdomfisc, clalle, clfldi, clcognom, clnome, cldtna, clcona, clprna, cluscn, clstna, clsess, clrita, clannot1, clannot2, cl_zona, clcategoria, clcategoria2, cl_sett_att1, cl_sett_att2, clnote, cl_categco, cl_ling, cl_filiale, cl_cod_old, cl_cod_gruppo, cl_vt1, cl_vt2, cl_vt3, cl_vt4, abc_pa_sol_csolv_ID, cl_solv_dtupd, cldtfineutil, cl_fl_decod_anag, clindirec, cllocarec, clcaporec, clprovrec, clnfaxrec, cltelerec, clprcinps, clsuffreplica, cldtins, cldtvalidini, clcdaccisa, clnicciaa, clnregimp, clcod_estero, clemail, clwww, clctrib, clCodCausRit, clQuadro, cl_destStampe, clragd_n, clindi_n, clloca_n, clindidomfisc_n, cllocadomfisc_n, clindirec_n, cllocarec_n FROM acl";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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_import.aclDataTable 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", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual DS_import.aclDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DS_import.aclDataTable dataTable = new DS_import.aclDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DS_import.aclDataTable dataTable) {
return this.Adapter.Update(dataTable);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DS_import dataSet) {
return this.Adapter.Update(dataSet, "acl");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.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", "4.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_clcodcn,
string Original_clragd,
string Original_cl_flcanc,
string Original_clcod,
string Original_clcdpiva,
string Original_clindi,
string Original_clloca,
string Original_clcapo,
string Original_clprov,
string Original_cldist,
string Original_clstat,
string Original_clstatiso,
string Original_clcdfi,
string Original_clindidomfisc,
string Original_cllocadomfisc,
string Original_clcapodomfisc,
string Original_clprovdomfisc,
string Original_cldistdomfisc,
string Original_clstatdomfisc,
string Original_clstatisodomfisc,
string Original_clalle,
string Original_clfldi,
string Original_clcognom,
string Original_clnome,
global::System.Nullable Original_cldtna,
string Original_clcona,
string Original_clprna,
string Original_cluscn,
string Original_clstna,
string Original_clsess,
global::System.Nullable Original_clrita,
string Original_cl_zona,
string Original_clcategoria,
string Original_clcategoria2,
string Original_cl_sett_att1,
string Original_cl_sett_att2,
string Original_cl_categco,
string Original_cl_ling,
string Original_cl_filiale,
string Original_cl_cod_old,
string Original_cl_cod_gruppo,
string Original_cl_vt1,
string Original_cl_vt2,
string Original_cl_vt3,
string Original_cl_vt4,
string Original_abc_pa_sol_csolv_ID,
global::System.Nullable Original_cl_solv_dtupd,
global::System.Nullable Original_cldtfineutil,
string Original_cl_fl_decod_anag,
string Original_clindirec,
string Original_cllocarec,
string Original_clcaporec,
string Original_clprovrec,
string Original_clnfaxrec,
string Original_cltelerec,
global::System.Nullable Original_clprcinps,
string Original_clsuffreplica,
global::System.Nullable Original_cldtins,
global::System.Nullable Original_cldtvalidini,
string Original_clcdaccisa,
string Original_clnicciaa,
string Original_clnregimp,
string Original_clcod_estero,
string Original_clemail,
string Original_clwww,
string Original_clctrib,
string Original_clCodCausRit,
string Original_clQuadro,
string Original_cl_destStampe,
string Original_clragd_n,
string Original_clindi_n,
string Original_clloca_n,
string Original_clindidomfisc_n,
string Original_cllocadomfisc_n,
string Original_clindirec_n,
string Original_cllocarec_n) {
if ((Original_clcodcn == null)) {
this.Adapter.DeleteCommand.Parameters[0].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_clcodcn));
}
if ((Original_clragd == null)) {
this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_clragd));
}
if ((Original_cl_flcanc == null)) {
this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_cl_flcanc));
}
if ((Original_clcod == null)) {
this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_clcod));
}
if ((Original_clcdpiva == null)) {
this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_clcdpiva));
}
if ((Original_clindi == null)) {
this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_clindi));
}
if ((Original_clloca == null)) {
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_clloca));
}
if ((Original_clcapo == null)) {
this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_clcapo));
}
if ((Original_clprov == null)) {
this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_clprov));
}
if ((Original_cldist == null)) {
this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_cldist));
}
if ((Original_clstat == null)) {
this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[20].Value = ((string)(Original_clstat));
}
if ((Original_clstatiso == null)) {
this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[22].Value = ((string)(Original_clstatiso));
}
if ((Original_clcdfi == null)) {
this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[24].Value = ((string)(Original_clcdfi));
}
if ((Original_clindidomfisc == null)) {
this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[26].Value = ((string)(Original_clindidomfisc));
}
if ((Original_cllocadomfisc == null)) {
this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[28].Value = ((string)(Original_cllocadomfisc));
}
if ((Original_clcapodomfisc == 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_clcapodomfisc));
}
if ((Original_clprovdomfisc == null)) {
this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[32].Value = ((string)(Original_clprovdomfisc));
}
if ((Original_cldistdomfisc == null)) {
this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[34].Value = ((string)(Original_cldistdomfisc));
}
if ((Original_clstatdomfisc == null)) {
this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[36].Value = ((string)(Original_clstatdomfisc));
}
if ((Original_clstatisodomfisc == null)) {
this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[38].Value = ((string)(Original_clstatisodomfisc));
}
if ((Original_clalle == null)) {
this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[40].Value = ((string)(Original_clalle));
}
if ((Original_clfldi == null)) {
this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[42].Value = ((string)(Original_clfldi));
}
if ((Original_clcognom == null)) {
this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[44].Value = ((string)(Original_clcognom));
}
if ((Original_clnome == null)) {
this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[46].Value = ((string)(Original_clnome));
}
if ((Original_cldtna.HasValue == true)) {
this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[48].Value = ((System.DateTime)(Original_cldtna.Value));
}
else {
this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value;
}
if ((Original_clcona == null)) {
this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[50].Value = ((string)(Original_clcona));
}
if ((Original_clprna == null)) {
this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[52].Value = ((string)(Original_clprna));
}
if ((Original_cluscn == null)) {
this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[54].Value = ((string)(Original_cluscn));
}
if ((Original_clstna == null)) {
this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[56].Value = ((string)(Original_clstna));
}
if ((Original_clsess == null)) {
this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[58].Value = ((string)(Original_clsess));
}
if ((Original_clrita.HasValue == true)) {
this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[60].Value = ((float)(Original_clrita.Value));
}
else {
this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value;
}
if ((Original_cl_zona == null)) {
this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[62].Value = ((string)(Original_cl_zona));
}
if ((Original_clcategoria == null)) {
this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[64].Value = ((string)(Original_clcategoria));
}
if ((Original_clcategoria2 == null)) {
this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[66].Value = ((string)(Original_clcategoria2));
}
if ((Original_cl_sett_att1 == null)) {
this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[68].Value = ((string)(Original_cl_sett_att1));
}
if ((Original_cl_sett_att2 == null)) {
this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[70].Value = ((string)(Original_cl_sett_att2));
}
if ((Original_cl_categco == null)) {
this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[72].Value = ((string)(Original_cl_categco));
}
if ((Original_cl_ling == null)) {
this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[74].Value = ((string)(Original_cl_ling));
}
if ((Original_cl_filiale == null)) {
this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[76].Value = ((string)(Original_cl_filiale));
}
if ((Original_cl_cod_old == null)) {
this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[78].Value = ((string)(Original_cl_cod_old));
}
if ((Original_cl_cod_gruppo == null)) {
this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[80].Value = ((string)(Original_cl_cod_gruppo));
}
if ((Original_cl_vt1 == null)) {
this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[82].Value = ((string)(Original_cl_vt1));
}
if ((Original_cl_vt2 == null)) {
this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[84].Value = ((string)(Original_cl_vt2));
}
if ((Original_cl_vt3 == null)) {
this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[86].Value = ((string)(Original_cl_vt3));
}
if ((Original_cl_vt4 == null)) {
this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[88].Value = ((string)(Original_cl_vt4));
}
if ((Original_abc_pa_sol_csolv_ID == null)) {
this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[90].Value = ((string)(Original_abc_pa_sol_csolv_ID));
}
if ((Original_cl_solv_dtupd.HasValue == true)) {
this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[92].Value = ((System.DateTime)(Original_cl_solv_dtupd.Value));
}
else {
this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value;
}
if ((Original_cldtfineutil.HasValue == true)) {
this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[94].Value = ((System.DateTime)(Original_cldtfineutil.Value));
}
else {
this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value;
}
if ((Original_cl_fl_decod_anag == null)) {
this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[96].Value = ((string)(Original_cl_fl_decod_anag));
}
if ((Original_clindirec == null)) {
this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[98].Value = ((string)(Original_clindirec));
}
if ((Original_cllocarec == null)) {
this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[100].Value = ((string)(Original_cllocarec));
}
if ((Original_clcaporec == null)) {
this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[102].Value = ((string)(Original_clcaporec));
}
if ((Original_clprovrec == null)) {
this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[104].Value = ((string)(Original_clprovrec));
}
if ((Original_clnfaxrec == null)) {
this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[106].Value = ((string)(Original_clnfaxrec));
}
if ((Original_cltelerec == null)) {
this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[108].Value = ((string)(Original_cltelerec));
}
if ((Original_clprcinps.HasValue == true)) {
this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[110].Value = ((float)(Original_clprcinps.Value));
}
else {
this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value;
}
if ((Original_clsuffreplica == null)) {
this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[112].Value = ((string)(Original_clsuffreplica));
}
if ((Original_cldtins.HasValue == true)) {
this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[114].Value = ((System.DateTime)(Original_cldtins.Value));
}
else {
this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value;
}
if ((Original_cldtvalidini.HasValue == true)) {
this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[116].Value = ((System.DateTime)(Original_cldtvalidini.Value));
}
else {
this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value;
}
if ((Original_clcdaccisa == null)) {
this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[118].Value = ((string)(Original_clcdaccisa));
}
if ((Original_clnicciaa == null)) {
this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[120].Value = ((string)(Original_clnicciaa));
}
if ((Original_clnregimp == null)) {
this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[122].Value = ((string)(Original_clnregimp));
}
if ((Original_clcod_estero == null)) {
this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[124].Value = ((string)(Original_clcod_estero));
}
if ((Original_clemail == null)) {
this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[126].Value = ((string)(Original_clemail));
}
if ((Original_clwww == null)) {
this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[128].Value = ((string)(Original_clwww));
}
if ((Original_clctrib == null)) {
this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[130].Value = ((string)(Original_clctrib));
}
if ((Original_clCodCausRit == null)) {
this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[132].Value = ((string)(Original_clCodCausRit));
}
if ((Original_clQuadro == null)) {
this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[134].Value = ((string)(Original_clQuadro));
}
if ((Original_cl_destStampe == null)) {
this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[136].Value = ((string)(Original_cl_destStampe));
}
if ((Original_clragd_n == null)) {
this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[138].Value = ((string)(Original_clragd_n));
}
if ((Original_clindi_n == null)) {
this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[140].Value = ((string)(Original_clindi_n));
}
if ((Original_clloca_n == null)) {
this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[142].Value = ((string)(Original_clloca_n));
}
if ((Original_clindidomfisc_n == null)) {
this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[144].Value = ((string)(Original_clindidomfisc_n));
}
if ((Original_cllocadomfisc_n == null)) {
this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[146].Value = ((string)(Original_cllocadomfisc_n));
}
if ((Original_clindirec_n == null)) {
this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[148].Value = ((string)(Original_clindirec_n));
}
if ((Original_cllocarec_n == null)) {
this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[150].Value = ((string)(Original_cllocarec_n));
}
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", "4.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 clcodcn,
string clragd,
string cl_flcanc,
string clcod,
string clcdpiva,
string clindi,
string clloca,
string clcapo,
string clprov,
string cldist,
string clstat,
string clstatiso,
string clcdfi,
string cltele,
string clnfax,
string clindidomfisc,
string cllocadomfisc,
string clcapodomfisc,
string clprovdomfisc,
string cldistdomfisc,
string clstatdomfisc,
string clstatisodomfisc,
string clteledomfisc,
string clnfaxdomfisc,
string clalle,
string clfldi,
string clcognom,
string clnome,
global::System.Nullable cldtna,
string clcona,
string clprna,
string cluscn,
string clstna,
string clsess,
global::System.Nullable clrita,
string clannot1,
string clannot2,
string cl_zona,
string clcategoria,
string clcategoria2,
string cl_sett_att1,
string cl_sett_att2,
string clnote,
string cl_categco,
string cl_ling,
string cl_filiale,
string cl_cod_old,
string cl_cod_gruppo,
string cl_vt1,
string cl_vt2,
string cl_vt3,
string cl_vt4,
string abc_pa_sol_csolv_ID,
global::System.Nullable cl_solv_dtupd,
global::System.Nullable cldtfineutil,
string cl_fl_decod_anag,
string clindirec,
string cllocarec,
string clcaporec,
string clprovrec,
string clnfaxrec,
string cltelerec,
global::System.Nullable clprcinps,
string clsuffreplica,
global::System.Nullable cldtins,
global::System.Nullable cldtvalidini,
string clcdaccisa,
string clnicciaa,
string clnregimp,
string clcod_estero,
string clemail,
string clwww,
string clctrib,
string clCodCausRit,
string clQuadro,
string cl_destStampe,
string clragd_n,
string clindi_n,
string clloca_n,
string clindidomfisc_n,
string cllocadomfisc_n,
string clindirec_n,
string cllocarec_n) {
if ((clcodcn == null)) {
this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(clcodcn));
}
if ((clragd == null)) {
this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(clragd));
}
if ((cl_flcanc == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(cl_flcanc));
}
if ((clcod == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(clcod));
}
if ((clcdpiva == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(clcdpiva));
}
if ((clindi == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(clindi));
}
if ((clloca == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(clloca));
}
if ((clcapo == null)) {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(clcapo));
}
if ((clprov == null)) {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(clprov));
}
if ((cldist == null)) {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(cldist));
}
if ((clstat == null)) {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(clstat));
}
if ((clstatiso == null)) {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(clstatiso));
}
if ((clcdfi == null)) {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(clcdfi));
}
if ((cltele == null)) {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = ((string)(cltele));
}
if ((clnfax == null)) {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = ((string)(clnfax));
}
if ((clindidomfisc == null)) {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = ((string)(clindidomfisc));
}
if ((cllocadomfisc == null)) {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = ((string)(cllocadomfisc));
}
if ((clcapodomfisc == null)) {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = ((string)(clcapodomfisc));
}
if ((clprovdomfisc == null)) {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = ((string)(clprovdomfisc));
}
if ((cldistdomfisc == null)) {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = ((string)(cldistdomfisc));
}
if ((clstatdomfisc == null)) {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = ((string)(clstatdomfisc));
}
if ((clstatisodomfisc == null)) {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = ((string)(clstatisodomfisc));
}
if ((clteledomfisc == null)) {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = ((string)(clteledomfisc));
}
if ((clnfaxdomfisc == null)) {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = ((string)(clnfaxdomfisc));
}
if ((clalle == null)) {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = ((string)(clalle));
}
if ((clfldi == null)) {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = ((string)(clfldi));
}
if ((clcognom == null)) {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = ((string)(clcognom));
}
if ((clnome == null)) {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = ((string)(clnome));
}
if ((cldtna.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[28].Value = ((System.DateTime)(cldtna.Value));
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((clcona == null)) {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = ((string)(clcona));
}
if ((clprna == null)) {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = ((string)(clprna));
}
if ((cluscn == null)) {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = ((string)(cluscn));
}
if ((clstna == null)) {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = ((string)(clstna));
}
if ((clsess == null)) {
this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[33].Value = ((string)(clsess));
}
if ((clrita.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[34].Value = ((float)(clrita.Value));
}
else {
this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((clannot1 == null)) {
this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[35].Value = ((string)(clannot1));
}
if ((clannot2 == null)) {
this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[36].Value = ((string)(clannot2));
}
if ((cl_zona == null)) {
this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[37].Value = ((string)(cl_zona));
}
if ((clcategoria == null)) {
this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[38].Value = ((string)(clcategoria));
}
if ((clcategoria2 == null)) {
this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[39].Value = ((string)(clcategoria2));
}
if ((cl_sett_att1 == null)) {
this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[40].Value = ((string)(cl_sett_att1));
}
if ((cl_sett_att2 == null)) {
this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[41].Value = ((string)(cl_sett_att2));
}
if ((clnote == null)) {
this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[42].Value = ((string)(clnote));
}
if ((cl_categco == null)) {
this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[43].Value = ((string)(cl_categco));
}
if ((cl_ling == null)) {
this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[44].Value = ((string)(cl_ling));
}
if ((cl_filiale == null)) {
this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[45].Value = ((string)(cl_filiale));
}
if ((cl_cod_old == null)) {
this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[46].Value = ((string)(cl_cod_old));
}
if ((cl_cod_gruppo == null)) {
this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[47].Value = ((string)(cl_cod_gruppo));
}
if ((cl_vt1 == null)) {
this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[48].Value = ((string)(cl_vt1));
}
if ((cl_vt2 == null)) {
this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[49].Value = ((string)(cl_vt2));
}
if ((cl_vt3 == null)) {
this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[50].Value = ((string)(cl_vt3));
}
if ((cl_vt4 == null)) {
this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[51].Value = ((string)(cl_vt4));
}
if ((abc_pa_sol_csolv_ID == null)) {
this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[52].Value = ((string)(abc_pa_sol_csolv_ID));
}
if ((cl_solv_dtupd.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[53].Value = ((System.DateTime)(cl_solv_dtupd.Value));
}
else {
this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value;
}
if ((cldtfineutil.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[54].Value = ((System.DateTime)(cldtfineutil.Value));
}
else {
this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value;
}
if ((cl_fl_decod_anag == null)) {
this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[55].Value = ((string)(cl_fl_decod_anag));
}
if ((clindirec == null)) {
this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[56].Value = ((string)(clindirec));
}
if ((cllocarec == null)) {
this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[57].Value = ((string)(cllocarec));
}
if ((clcaporec == null)) {
this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[58].Value = ((string)(clcaporec));
}
if ((clprovrec == null)) {
this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[59].Value = ((string)(clprovrec));
}
if ((clnfaxrec == null)) {
this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[60].Value = ((string)(clnfaxrec));
}
if ((cltelerec == null)) {
this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[61].Value = ((string)(cltelerec));
}
if ((clprcinps.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[62].Value = ((float)(clprcinps.Value));
}
else {
this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value;
}
if ((clsuffreplica == null)) {
this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[63].Value = ((string)(clsuffreplica));
}
if ((cldtins.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[64].Value = ((System.DateTime)(cldtins.Value));
}
else {
this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value;
}
if ((cldtvalidini.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[65].Value = ((System.DateTime)(cldtvalidini.Value));
}
else {
this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value;
}
if ((clcdaccisa == null)) {
this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[66].Value = ((string)(clcdaccisa));
}
if ((clnicciaa == null)) {
this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[67].Value = ((string)(clnicciaa));
}
if ((clnregimp == null)) {
this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[68].Value = ((string)(clnregimp));
}
if ((clcod_estero == null)) {
this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[69].Value = ((string)(clcod_estero));
}
if ((clemail == null)) {
this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[70].Value = ((string)(clemail));
}
if ((clwww == null)) {
this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[71].Value = ((string)(clwww));
}
if ((clctrib == null)) {
this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[72].Value = ((string)(clctrib));
}
if ((clCodCausRit == null)) {
this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[73].Value = ((string)(clCodCausRit));
}
if ((clQuadro == null)) {
this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[74].Value = ((string)(clQuadro));
}
if ((cl_destStampe == null)) {
this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[75].Value = ((string)(cl_destStampe));
}
if ((clragd_n == null)) {
this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[76].Value = ((string)(clragd_n));
}
if ((clindi_n == null)) {
this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[77].Value = ((string)(clindi_n));
}
if ((clloca_n == null)) {
this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[78].Value = ((string)(clloca_n));
}
if ((clindidomfisc_n == null)) {
this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[79].Value = ((string)(clindidomfisc_n));
}
if ((cllocadomfisc_n == null)) {
this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[80].Value = ((string)(cllocadomfisc_n));
}
if ((clindirec_n == null)) {
this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[81].Value = ((string)(clindirec_n));
}
if ((cllocarec_n == null)) {
this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[82].Value = ((string)(cllocarec_n));
}
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", "4.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 clcodcn,
string clragd,
string cl_flcanc,
string clcod,
string clcdpiva,
string clindi,
string clloca,
string clcapo,
string clprov,
string cldist,
string clstat,
string clstatiso,
string clcdfi,
string cltele,
string clnfax,
string clindidomfisc,
string cllocadomfisc,
string clcapodomfisc,
string clprovdomfisc,
string cldistdomfisc,
string clstatdomfisc,
string clstatisodomfisc,
string clteledomfisc,
string clnfaxdomfisc,
string clalle,
string clfldi,
string clcognom,
string clnome,
global::System.Nullable cldtna,
string clcona,
string clprna,
string cluscn,
string clstna,
string clsess,
global::System.Nullable clrita,
string clannot1,
string clannot2,
string cl_zona,
string clcategoria,
string clcategoria2,
string cl_sett_att1,
string cl_sett_att2,
string clnote,
string cl_categco,
string cl_ling,
string cl_filiale,
string cl_cod_old,
string cl_cod_gruppo,
string cl_vt1,
string cl_vt2,
string cl_vt3,
string cl_vt4,
string abc_pa_sol_csolv_ID,
global::System.Nullable cl_solv_dtupd,
global::System.Nullable cldtfineutil,
string cl_fl_decod_anag,
string clindirec,
string cllocarec,
string clcaporec,
string clprovrec,
string clnfaxrec,
string cltelerec,
global::System.Nullable clprcinps,
string clsuffreplica,
global::System.Nullable cldtins,
global::System.Nullable cldtvalidini,
string clcdaccisa,
string clnicciaa,
string clnregimp,
string clcod_estero,
string clemail,
string clwww,
string clctrib,
string clCodCausRit,
string clQuadro,
string cl_destStampe,
string clragd_n,
string clindi_n,
string clloca_n,
string clindidomfisc_n,
string cllocadomfisc_n,
string clindirec_n,
string cllocarec_n,
string Original_clcodcn,
string Original_clragd,
string Original_cl_flcanc,
string Original_clcod,
string Original_clcdpiva,
string Original_clindi,
string Original_clloca,
string Original_clcapo,
string Original_clprov,
string Original_cldist,
string Original_clstat,
string Original_clstatiso,
string Original_clcdfi,
string Original_clindidomfisc,
string Original_cllocadomfisc,
string Original_clcapodomfisc,
string Original_clprovdomfisc,
string Original_cldistdomfisc,
string Original_clstatdomfisc,
string Original_clstatisodomfisc,
string Original_clalle,
string Original_clfldi,
string Original_clcognom,
string Original_clnome,
global::System.Nullable Original_cldtna,
string Original_clcona,
string Original_clprna,
string Original_cluscn,
string Original_clstna,
string Original_clsess,
global::System.Nullable Original_clrita,
string Original_cl_zona,
string Original_clcategoria,
string Original_clcategoria2,
string Original_cl_sett_att1,
string Original_cl_sett_att2,
string Original_cl_categco,
string Original_cl_ling,
string Original_cl_filiale,
string Original_cl_cod_old,
string Original_cl_cod_gruppo,
string Original_cl_vt1,
string Original_cl_vt2,
string Original_cl_vt3,
string Original_cl_vt4,
string Original_abc_pa_sol_csolv_ID,
global::System.Nullable Original_cl_solv_dtupd,
global::System.Nullable Original_cldtfineutil,
string Original_cl_fl_decod_anag,
string Original_clindirec,
string Original_cllocarec,
string Original_clcaporec,
string Original_clprovrec,
string Original_clnfaxrec,
string Original_cltelerec,
global::System.Nullable Original_clprcinps,
string Original_clsuffreplica,
global::System.Nullable Original_cldtins,
global::System.Nullable Original_cldtvalidini,
string Original_clcdaccisa,
string Original_clnicciaa,
string Original_clnregimp,
string Original_clcod_estero,
string Original_clemail,
string Original_clwww,
string Original_clctrib,
string Original_clCodCausRit,
string Original_clQuadro,
string Original_cl_destStampe,
string Original_clragd_n,
string Original_clindi_n,
string Original_clloca_n,
string Original_clindidomfisc_n,
string Original_cllocadomfisc_n,
string Original_clindirec_n,
string Original_cllocarec_n) {
if ((clcodcn == null)) {
this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(clcodcn));
}
if ((clragd == null)) {
this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(clragd));
}
if ((cl_flcanc == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(cl_flcanc));
}
if ((clcod == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(clcod));
}
if ((clcdpiva == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(clcdpiva));
}
if ((clindi == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(clindi));
}
if ((clloca == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(clloca));
}
if ((clcapo == null)) {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(clcapo));
}
if ((clprov == null)) {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(clprov));
}
if ((cldist == null)) {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(cldist));
}
if ((clstat == null)) {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(clstat));
}
if ((clstatiso == null)) {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(clstatiso));
}
if ((clcdfi == null)) {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(clcdfi));
}
if ((cltele == null)) {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(cltele));
}
if ((clnfax == null)) {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(clnfax));
}
if ((clindidomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(clindidomfisc));
}
if ((cllocadomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(cllocadomfisc));
}
if ((clcapodomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(clcapodomfisc));
}
if ((clprovdomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(clprovdomfisc));
}
if ((cldistdomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(cldistdomfisc));
}
if ((clstatdomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(clstatdomfisc));
}
if ((clstatisodomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(clstatisodomfisc));
}
if ((clteledomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(clteledomfisc));
}
if ((clnfaxdomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(clnfaxdomfisc));
}
if ((clalle == null)) {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(clalle));
}
if ((clfldi == null)) {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(clfldi));
}
if ((clcognom == null)) {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(clcognom));
}
if ((clnome == null)) {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(clnome));
}
if ((cldtna.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[28].Value = ((System.DateTime)(cldtna.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((clcona == null)) {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(clcona));
}
if ((clprna == null)) {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(clprna));
}
if ((cluscn == null)) {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(cluscn));
}
if ((clstna == null)) {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(clstna));
}
if ((clsess == null)) {
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(clsess));
}
if ((clrita.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[34].Value = ((float)(clrita.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((clannot1 == null)) {
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(clannot1));
}
if ((clannot2 == null)) {
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(clannot2));
}
if ((cl_zona == null)) {
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = ((string)(cl_zona));
}
if ((clcategoria == null)) {
this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(clcategoria));
}
if ((clcategoria2 == null)) {
this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(clcategoria2));
}
if ((cl_sett_att1 == null)) {
this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(cl_sett_att1));
}
if ((cl_sett_att2 == null)) {
this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(cl_sett_att2));
}
if ((clnote == null)) {
this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(clnote));
}
if ((cl_categco == null)) {
this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(cl_categco));
}
if ((cl_ling == null)) {
this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(cl_ling));
}
if ((cl_filiale == null)) {
this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[45].Value = ((string)(cl_filiale));
}
if ((cl_cod_old == null)) {
this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(cl_cod_old));
}
if ((cl_cod_gruppo == null)) {
this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[47].Value = ((string)(cl_cod_gruppo));
}
if ((cl_vt1 == null)) {
this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(cl_vt1));
}
if ((cl_vt2 == null)) {
this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[49].Value = ((string)(cl_vt2));
}
if ((cl_vt3 == null)) {
this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(cl_vt3));
}
if ((cl_vt4 == null)) {
this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(cl_vt4));
}
if ((abc_pa_sol_csolv_ID == null)) {
this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[52].Value = ((string)(abc_pa_sol_csolv_ID));
}
if ((cl_solv_dtupd.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[53].Value = ((System.DateTime)(cl_solv_dtupd.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value;
}
if ((cldtfineutil.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[54].Value = ((System.DateTime)(cldtfineutil.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value;
}
if ((cl_fl_decod_anag == null)) {
this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[55].Value = ((string)(cl_fl_decod_anag));
}
if ((clindirec == null)) {
this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(clindirec));
}
if ((cllocarec == null)) {
this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[57].Value = ((string)(cllocarec));
}
if ((clcaporec == null)) {
this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[58].Value = ((string)(clcaporec));
}
if ((clprovrec == null)) {
this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[59].Value = ((string)(clprovrec));
}
if ((clnfaxrec == null)) {
this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[60].Value = ((string)(clnfaxrec));
}
if ((cltelerec == null)) {
this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[61].Value = ((string)(cltelerec));
}
if ((clprcinps.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[62].Value = ((float)(clprcinps.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value;
}
if ((clsuffreplica == null)) {
this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[63].Value = ((string)(clsuffreplica));
}
if ((cldtins.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[64].Value = ((System.DateTime)(cldtins.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value;
}
if ((cldtvalidini.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[65].Value = ((System.DateTime)(cldtvalidini.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value;
}
if ((clcdaccisa == null)) {
this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[66].Value = ((string)(clcdaccisa));
}
if ((clnicciaa == null)) {
this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[67].Value = ((string)(clnicciaa));
}
if ((clnregimp == null)) {
this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[68].Value = ((string)(clnregimp));
}
if ((clcod_estero == null)) {
this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[69].Value = ((string)(clcod_estero));
}
if ((clemail == null)) {
this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[70].Value = ((string)(clemail));
}
if ((clwww == null)) {
this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[71].Value = ((string)(clwww));
}
if ((clctrib == null)) {
this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[72].Value = ((string)(clctrib));
}
if ((clCodCausRit == null)) {
this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[73].Value = ((string)(clCodCausRit));
}
if ((clQuadro == null)) {
this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[74].Value = ((string)(clQuadro));
}
if ((cl_destStampe == null)) {
this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[75].Value = ((string)(cl_destStampe));
}
if ((clragd_n == null)) {
this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[76].Value = ((string)(clragd_n));
}
if ((clindi_n == null)) {
this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[77].Value = ((string)(clindi_n));
}
if ((clloca_n == null)) {
this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[78].Value = ((string)(clloca_n));
}
if ((clindidomfisc_n == null)) {
this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[79].Value = ((string)(clindidomfisc_n));
}
if ((cllocadomfisc_n == null)) {
this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[80].Value = ((string)(cllocadomfisc_n));
}
if ((clindirec_n == null)) {
this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[81].Value = ((string)(clindirec_n));
}
if ((cllocarec_n == null)) {
this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[82].Value = ((string)(cllocarec_n));
}
if ((Original_clcodcn == null)) {
this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[83].Value = ((string)(Original_clcodcn));
}
if ((Original_clragd == null)) {
this.Adapter.UpdateCommand.Parameters[84].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[84].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[85].Value = ((string)(Original_clragd));
}
if ((Original_cl_flcanc == null)) {
this.Adapter.UpdateCommand.Parameters[86].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[86].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[87].Value = ((string)(Original_cl_flcanc));
}
if ((Original_clcod == null)) {
this.Adapter.UpdateCommand.Parameters[88].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[88].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[89].Value = ((string)(Original_clcod));
}
if ((Original_clcdpiva == null)) {
this.Adapter.UpdateCommand.Parameters[90].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[90].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[91].Value = ((string)(Original_clcdpiva));
}
if ((Original_clindi == null)) {
this.Adapter.UpdateCommand.Parameters[92].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[92].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[93].Value = ((string)(Original_clindi));
}
if ((Original_clloca == null)) {
this.Adapter.UpdateCommand.Parameters[94].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[94].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[95].Value = ((string)(Original_clloca));
}
if ((Original_clcapo == null)) {
this.Adapter.UpdateCommand.Parameters[96].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[96].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[97].Value = ((string)(Original_clcapo));
}
if ((Original_clprov == null)) {
this.Adapter.UpdateCommand.Parameters[98].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[98].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[99].Value = ((string)(Original_clprov));
}
if ((Original_cldist == null)) {
this.Adapter.UpdateCommand.Parameters[100].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[100].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[101].Value = ((string)(Original_cldist));
}
if ((Original_clstat == null)) {
this.Adapter.UpdateCommand.Parameters[102].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[102].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[103].Value = ((string)(Original_clstat));
}
if ((Original_clstatiso == null)) {
this.Adapter.UpdateCommand.Parameters[104].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[104].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[105].Value = ((string)(Original_clstatiso));
}
if ((Original_clcdfi == null)) {
this.Adapter.UpdateCommand.Parameters[106].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[106].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[107].Value = ((string)(Original_clcdfi));
}
if ((Original_clindidomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[108].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[108].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[109].Value = ((string)(Original_clindidomfisc));
}
if ((Original_cllocadomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[110].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[110].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[111].Value = ((string)(Original_cllocadomfisc));
}
if ((Original_clcapodomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[112].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[112].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[113].Value = ((string)(Original_clcapodomfisc));
}
if ((Original_clprovdomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[114].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[114].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[115].Value = ((string)(Original_clprovdomfisc));
}
if ((Original_cldistdomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[116].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[116].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[117].Value = ((string)(Original_cldistdomfisc));
}
if ((Original_clstatdomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[119].Value = ((string)(Original_clstatdomfisc));
}
if ((Original_clstatisodomfisc == null)) {
this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[121].Value = ((string)(Original_clstatisodomfisc));
}
if ((Original_clalle == null)) {
this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[123].Value = ((string)(Original_clalle));
}
if ((Original_clfldi == null)) {
this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[125].Value = ((string)(Original_clfldi));
}
if ((Original_clcognom == null)) {
this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[127].Value = ((string)(Original_clcognom));
}
if ((Original_clnome == null)) {
this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[129].Value = ((string)(Original_clnome));
}
if ((Original_cldtna.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[131].Value = ((System.DateTime)(Original_cldtna.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value;
}
if ((Original_clcona == null)) {
this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[133].Value = ((string)(Original_clcona));
}
if ((Original_clprna == null)) {
this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[135].Value = ((string)(Original_clprna));
}
if ((Original_cluscn == null)) {
this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[137].Value = ((string)(Original_cluscn));
}
if ((Original_clstna == null)) {
this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[139].Value = ((string)(Original_clstna));
}
if ((Original_clsess == null)) {
this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[141].Value = ((string)(Original_clsess));
}
if ((Original_clrita.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[143].Value = ((float)(Original_clrita.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value;
}
if ((Original_cl_zona == null)) {
this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[145].Value = ((string)(Original_cl_zona));
}
if ((Original_clcategoria == null)) {
this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[147].Value = ((string)(Original_clcategoria));
}
if ((Original_clcategoria2 == null)) {
this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[149].Value = ((string)(Original_clcategoria2));
}
if ((Original_cl_sett_att1 == null)) {
this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[151].Value = ((string)(Original_cl_sett_att1));
}
if ((Original_cl_sett_att2 == null)) {
this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[153].Value = ((string)(Original_cl_sett_att2));
}
if ((Original_cl_categco == null)) {
this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[155].Value = ((string)(Original_cl_categco));
}
if ((Original_cl_ling == null)) {
this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[157].Value = ((string)(Original_cl_ling));
}
if ((Original_cl_filiale == null)) {
this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[159].Value = ((string)(Original_cl_filiale));
}
if ((Original_cl_cod_old == null)) {
this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[161].Value = ((string)(Original_cl_cod_old));
}
if ((Original_cl_cod_gruppo == null)) {
this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[163].Value = ((string)(Original_cl_cod_gruppo));
}
if ((Original_cl_vt1 == null)) {
this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[165].Value = ((string)(Original_cl_vt1));
}
if ((Original_cl_vt2 == null)) {
this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[167].Value = ((string)(Original_cl_vt2));
}
if ((Original_cl_vt3 == null)) {
this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[169].Value = ((string)(Original_cl_vt3));
}
if ((Original_cl_vt4 == null)) {
this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[171].Value = ((string)(Original_cl_vt4));
}
if ((Original_abc_pa_sol_csolv_ID == null)) {
this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[173].Value = ((string)(Original_abc_pa_sol_csolv_ID));
}
if ((Original_cl_solv_dtupd.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[175].Value = ((System.DateTime)(Original_cl_solv_dtupd.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value;
}
if ((Original_cldtfineutil.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[177].Value = ((System.DateTime)(Original_cldtfineutil.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value;
}
if ((Original_cl_fl_decod_anag == null)) {
this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[179].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[179].Value = ((string)(Original_cl_fl_decod_anag));
}
if ((Original_clindirec == null)) {
this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[181].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[181].Value = ((string)(Original_clindirec));
}
if ((Original_cllocarec == null)) {
this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[183].Value = ((string)(Original_cllocarec));
}
if ((Original_clcaporec == null)) {
this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[185].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[185].Value = ((string)(Original_clcaporec));
}
if ((Original_clprovrec == null)) {
this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[187].Value = ((string)(Original_clprovrec));
}
if ((Original_clnfaxrec == null)) {
this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[189].Value = ((string)(Original_clnfaxrec));
}
if ((Original_cltelerec == null)) {
this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[191].Value = ((string)(Original_cltelerec));
}
if ((Original_clprcinps.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[193].Value = ((float)(Original_clprcinps.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value;
}
if ((Original_clsuffreplica == null)) {
this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[195].Value = ((string)(Original_clsuffreplica));
}
if ((Original_cldtins.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[197].Value = ((System.DateTime)(Original_cldtins.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value;
}
if ((Original_cldtvalidini.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[199].Value = ((System.DateTime)(Original_cldtvalidini.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value;
}
if ((Original_clcdaccisa == null)) {
this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[201].Value = ((string)(Original_clcdaccisa));
}
if ((Original_clnicciaa == null)) {
this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[203].Value = ((string)(Original_clnicciaa));
}
if ((Original_clnregimp == null)) {
this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[205].Value = ((string)(Original_clnregimp));
}
if ((Original_clcod_estero == null)) {
this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[207].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[207].Value = ((string)(Original_clcod_estero));
}
if ((Original_clemail == null)) {
this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[209].Value = ((string)(Original_clemail));
}
if ((Original_clwww == null)) {
this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[211].Value = ((string)(Original_clwww));
}
if ((Original_clctrib == null)) {
this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[213].Value = ((string)(Original_clctrib));
}
if ((Original_clCodCausRit == null)) {
this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[215].Value = ((string)(Original_clCodCausRit));
}
if ((Original_clQuadro == null)) {
this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[217].Value = ((string)(Original_clQuadro));
}
if ((Original_cl_destStampe == null)) {
this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[219].Value = ((string)(Original_cl_destStampe));
}
if ((Original_clragd_n == null)) {
this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[221].Value = ((string)(Original_clragd_n));
}
if ((Original_clindi_n == null)) {
this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[223].Value = ((string)(Original_clindi_n));
}
if ((Original_clloca_n == null)) {
this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[225].Value = ((string)(Original_clloca_n));
}
if ((Original_clindidomfisc_n == null)) {
this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[227].Value = ((string)(Original_clindidomfisc_n));
}
if ((Original_cllocadomfisc_n == null)) {
this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[229].Value = ((string)(Original_cllocadomfisc_n));
}
if ((Original_clindirec_n == null)) {
this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[231].Value = ((string)(Original_clindirec_n));
}
if ((Original_cllocarec_n == null)) {
this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[233].Value = ((string)(Original_cllocarec_n));
}
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", "4.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 clragd,
string cl_flcanc,
string clcod,
string clcdpiva,
string clindi,
string clloca,
string clcapo,
string clprov,
string cldist,
string clstat,
string clstatiso,
string clcdfi,
string cltele,
string clnfax,
string clindidomfisc,
string cllocadomfisc,
string clcapodomfisc,
string clprovdomfisc,
string cldistdomfisc,
string clstatdomfisc,
string clstatisodomfisc,
string clteledomfisc,
string clnfaxdomfisc,
string clalle,
string clfldi,
string clcognom,
string clnome,
global::System.Nullable cldtna,
string clcona,
string clprna,
string cluscn,
string clstna,
string clsess,
global::System.Nullable clrita,
string clannot1,
string clannot2,
string cl_zona,
string clcategoria,
string clcategoria2,
string cl_sett_att1,
string cl_sett_att2,
string clnote,
string cl_categco,
string cl_ling,
string cl_filiale,
string cl_cod_old,
string cl_cod_gruppo,
string cl_vt1,
string cl_vt2,
string cl_vt3,
string cl_vt4,
string abc_pa_sol_csolv_ID,
global::System.Nullable cl_solv_dtupd,
global::System.Nullable cldtfineutil,
string cl_fl_decod_anag,
string clindirec,
string cllocarec,
string clcaporec,
string clprovrec,
string clnfaxrec,
string cltelerec,
global::System.Nullable clprcinps,
string clsuffreplica,
global::System.Nullable cldtins,
global::System.Nullable cldtvalidini,
string clcdaccisa,
string clnicciaa,
string clnregimp,
string clcod_estero,
string clemail,
string clwww,
string clctrib,
string clCodCausRit,
string clQuadro,
string cl_destStampe,
string clragd_n,
string clindi_n,
string clloca_n,
string clindidomfisc_n,
string cllocadomfisc_n,
string clindirec_n,
string cllocarec_n,
string Original_clcodcn,
string Original_clragd,
string Original_cl_flcanc,
string Original_clcod,
string Original_clcdpiva,
string Original_clindi,
string Original_clloca,
string Original_clcapo,
string Original_clprov,
string Original_cldist,
string Original_clstat,
string Original_clstatiso,
string Original_clcdfi,
string Original_clindidomfisc,
string Original_cllocadomfisc,
string Original_clcapodomfisc,
string Original_clprovdomfisc,
string Original_cldistdomfisc,
string Original_clstatdomfisc,
string Original_clstatisodomfisc,
string Original_clalle,
string Original_clfldi,
string Original_clcognom,
string Original_clnome,
global::System.Nullable Original_cldtna,
string Original_clcona,
string Original_clprna,
string Original_cluscn,
string Original_clstna,
string Original_clsess,
global::System.Nullable Original_clrita,
string Original_cl_zona,
string Original_clcategoria,
string Original_clcategoria2,
string Original_cl_sett_att1,
string Original_cl_sett_att2,
string Original_cl_categco,
string Original_cl_ling,
string Original_cl_filiale,
string Original_cl_cod_old,
string Original_cl_cod_gruppo,
string Original_cl_vt1,
string Original_cl_vt2,
string Original_cl_vt3,
string Original_cl_vt4,
string Original_abc_pa_sol_csolv_ID,
global::System.Nullable Original_cl_solv_dtupd,
global::System.Nullable Original_cldtfineutil,
string Original_cl_fl_decod_anag,
string Original_clindirec,
string Original_cllocarec,
string Original_clcaporec,
string Original_clprovrec,
string Original_clnfaxrec,
string Original_cltelerec,
global::System.Nullable Original_clprcinps,
string Original_clsuffreplica,
global::System.Nullable Original_cldtins,
global::System.Nullable Original_cldtvalidini,
string Original_clcdaccisa,
string Original_clnicciaa,
string Original_clnregimp,
string Original_clcod_estero,
string Original_clemail,
string Original_clwww,
string Original_clctrib,
string Original_clCodCausRit,
string Original_clQuadro,
string Original_cl_destStampe,
string Original_clragd_n,
string Original_clindi_n,
string Original_clloca_n,
string Original_clindidomfisc_n,
string Original_cllocadomfisc_n,
string Original_clindirec_n,
string Original_cllocarec_n) {
return this.Update(Original_clcodcn, clragd, cl_flcanc, clcod, clcdpiva, clindi, clloca, clcapo, clprov, cldist, clstat, clstatiso, clcdfi, cltele, clnfax, clindidomfisc, cllocadomfisc, clcapodomfisc, clprovdomfisc, cldistdomfisc, clstatdomfisc, clstatisodomfisc, clteledomfisc, clnfaxdomfisc, clalle, clfldi, clcognom, clnome, cldtna, clcona, clprna, cluscn, clstna, clsess, clrita, clannot1, clannot2, cl_zona, clcategoria, clcategoria2, cl_sett_att1, cl_sett_att2, clnote, cl_categco, cl_ling, cl_filiale, cl_cod_old, cl_cod_gruppo, cl_vt1, cl_vt2, cl_vt3, cl_vt4, abc_pa_sol_csolv_ID, cl_solv_dtupd, cldtfineutil, cl_fl_decod_anag, clindirec, cllocarec, clcaporec, clprovrec, clnfaxrec, cltelerec, clprcinps, clsuffreplica, cldtins, cldtvalidini, clcdaccisa, clnicciaa, clnregimp, clcod_estero, clemail, clwww, clctrib, clCodCausRit, clQuadro, cl_destStampe, clragd_n, clindi_n, clloca_n, clindidomfisc_n, cllocadomfisc_n, clindirec_n, cllocarec_n, Original_clcodcn, Original_clragd, Original_cl_flcanc, Original_clcod, Original_clcdpiva, Original_clindi, Original_clloca, Original_clcapo, Original_clprov, Original_cldist, Original_clstat, Original_clstatiso, Original_clcdfi, Original_clindidomfisc, Original_cllocadomfisc, Original_clcapodomfisc, Original_clprovdomfisc, Original_cldistdomfisc, Original_clstatdomfisc, Original_clstatisodomfisc, Original_clalle, Original_clfldi, Original_clcognom, Original_clnome, Original_cldtna, Original_clcona, Original_clprna, Original_cluscn, Original_clstna, Original_clsess, Original_clrita, Original_cl_zona, Original_clcategoria, Original_clcategoria2, Original_cl_sett_att1, Original_cl_sett_att2, Original_cl_categco, Original_cl_ling, Original_cl_filiale, Original_cl_cod_old, Original_cl_cod_gruppo, Original_cl_vt1, Original_cl_vt2, Original_cl_vt3, Original_cl_vt4, Original_abc_pa_sol_csolv_ID, Original_cl_solv_dtupd, Original_cldtfineutil, Original_cl_fl_decod_anag, Original_clindirec, Original_cllocarec, Original_clcaporec, Original_clprovrec, Original_clnfaxrec, Original_cltelerec, Original_clprcinps, Original_clsuffreplica, Original_cldtins, Original_cldtvalidini, Original_clcdaccisa, Original_clnicciaa, Original_clnregimp, Original_clcod_estero, Original_clemail, Original_clwww, Original_clctrib, Original_clCodCausRit, Original_clQuadro, Original_cl_destStampe, Original_clragd_n, Original_clindi_n, Original_clloca_n, Original_clindidomfisc_n, Original_cllocadomfisc_n, Original_clindirec_n, Original_cllocarec_n);
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[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 caricaSwingData : global::System.ComponentModel.Component {
private global::System.Data.IDbCommand[] _commandCollection;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected global::System.Data.IDbCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.IDbCommand[1];
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[0])).Connection = new global::System.Data.SqlClient.SqlConnection(global::XPS_data.Properties.Settings.Default.Equa_XPSConnectionString);
((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[0])).CommandText = "dbo.stp_CaricaAnagCliSwing";
((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[0])).CommandType = global::System.Data.CommandType.StoredProcedure;
((global::System.Data.SqlClient.SqlCommand)(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, "", "", ""));
((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[0])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@esito", global::System.Data.SqlDbType.NVarChar, 2500, global::System.Data.ParameterDirection.InputOutput, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int stp_CaricaAnagCliSwing(ref string esito) {
global::System.Data.SqlClient.SqlCommand command = ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[0]));
if ((esito == null)) {
command.Parameters[1].Value = global::System.DBNull.Value;
}
else {
command.Parameters[1].Value = ((string)(esito));
}
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();
}
}
if (((command.Parameters[1].Value == null)
|| (command.Parameters[1].Value.GetType() == typeof(global::System.DBNull)))) {
esito = null;
}
else {
esito = ((string)(command.Parameters[1].Value));
}
return returnValue;
}
}
///
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///
[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 aclTableAdapter _aclTableAdapter;
private bool _backupDataSetBeforeUpdate;
private global::System.Data.IDbConnection _connection;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.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 aclTableAdapter aclTableAdapter {
get {
return this._aclTableAdapter;
}
set {
this._aclTableAdapter = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public global::System.Data.IDbConnection Connection {
get {
if ((this._connection != null)) {
return this._connection;
}
if (((this._aclTableAdapter != null)
&& (this._aclTableAdapter.Connection != null))) {
return this._aclTableAdapter.Connection;
}
return null;
}
set {
this._connection = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int TableAdapterInstanceCount {
get {
int count = 0;
if ((this._aclTableAdapter != null)) {
count = (count + 1);
}
return count;
}
}
///
///Update rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateUpdatedRows(DS_import dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._aclTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.acl.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._aclTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
return result;
}
///
///Insert rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateInsertedRows(DS_import dataSet, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._aclTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.acl.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._aclTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
return result;
}
///
///Delete rows in bottom-up order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateDeletedRows(DS_import dataSet, global::System.Collections.Generic.List allChangedRows) {
int result = 0;
if ((this._aclTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.acl.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._aclTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
return result;
}
///
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) {
if (((updatedRows == null)
|| (updatedRows.Length < 1))) {
return updatedRows;
}
if (((allAddedRows == null)
|| (allAddedRows.Count < 1))) {
return updatedRows;
}
global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List();
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();
}
///
///Update all changes to the dataset.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public virtual int UpdateAll(DS_import dataSet) {
if ((dataSet == null)) {
throw new global::System.ArgumentNullException("dataSet");
}
if ((dataSet.HasChanges() == false)) {
return 0;
}
if (((this._aclTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._aclTableAdapter.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 allChangedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List();
global::System.Collections.Generic.Dictionary