diff --git a/Download Faturas/Class1.cs b/Download Faturas/Class1.cs new file mode 100644 index 0000000..a4c5a8a --- /dev/null +++ b/Download Faturas/Class1.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Download_Faturas +{ + internal class Class1 + { + } +} diff --git a/Download Faturas/DataSet1.Designer.cs b/Download Faturas/DataSet1.Designer.cs deleted file mode 100644 index e15c87b..0000000 --- a/Download Faturas/DataSet1.Designer.cs +++ /dev/null @@ -1,6661 +0,0 @@ -//------------------------------------------------------------------------------ -// -// O código foi gerado por uma ferramenta. -// Versão de Tempo de Execução:4.0.30319.42000 -// -// As alterações ao arquivo poderão causar comportamento incorreto e serão perdidas se -// o código for gerado novamente. -// -//------------------------------------------------------------------------------ - -#pragma warning disable 1591 - -namespace Download_Faturas { - - - /// - ///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("DataSet1")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] - public partial class DataSet1 : global::System.Data.DataSet { - - private Dados_cadastraisDataTable tableDados_cadastrais; - - private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public DataSet1() { - 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", "17.0.0.0")] - protected DataSet1(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["Dados_cadastrais"] != null)) { - base.Tables.Add(new Dados_cadastraisDataTable(ds.Tables["Dados_cadastrais"])); - } - 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", "17.0.0.0")] - [global::System.ComponentModel.Browsable(false)] - [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Dados_cadastraisDataTable Dados_cadastrais { - get { - return this.tableDados_cadastrais; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.0.0.0")] - public override global::System.Data.DataSet Clone() { - DataSet1 cln = ((DataSet1)(base.Clone())); - cln.InitVars(); - cln.SchemaSerializationMode = this.SchemaSerializationMode; - return cln; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override bool ShouldSerializeTables() { - return false; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override bool ShouldSerializeRelations() { - return false; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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["Dados_cadastrais"] != null)) { - base.Tables.Add(new Dados_cadastraisDataTable(ds.Tables["Dados_cadastrais"])); - } - 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", "17.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", "17.0.0.0")] - internal void InitVars() { - this.InitVars(true); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal void InitVars(bool initTable) { - this.tableDados_cadastrais = ((Dados_cadastraisDataTable)(base.Tables["Dados_cadastrais"])); - if ((initTable == true)) { - if ((this.tableDados_cadastrais != null)) { - this.tableDados_cadastrais.InitVars(); - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private void InitClass() { - this.DataSetName = "DataSet1"; - this.Prefix = ""; - this.Namespace = "http://tempuri.org/DataSet1.xsd"; - this.EnforceConstraints = true; - this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; - this.tableDados_cadastrais = new Dados_cadastraisDataTable(); - base.Tables.Add(this.tableDados_cadastrais); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeDados_cadastrais() { - return false; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")] - public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { - DataSet1 ds = new DataSet1(); - 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", "17.0.0.0")] - public delegate void Dados_cadastraisRowChangeEventHandler(object sender, Dados_cadastraisRowChangeEvent e); - - /// - ///Represents the strongly named DataTable class. - /// - [global::System.Serializable()] - [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Dados_cadastraisDataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnCod_Smart_unidade; - - private global::System.Data.DataColumn columnCod_Smart_cliente; - - private global::System.Data.DataColumn columnAngariador; - - private global::System.Data.DataColumn columnData_fechamento_Smart; - - private global::System.Data.DataColumn columnResponsavel_fechamento_1; - - private global::System.Data.DataColumn columnResponsavel_fechamento_2; - - private global::System.Data.DataColumn columnResponsavel_fechamento_3; - - private global::System.Data.DataColumn _columnRemuneracao_fixa__data_base_; - - private global::System.Data.DataColumn columnRemuneracao_variável; - - private global::System.Data.DataColumn columnData_base; - - private global::System.Data.DataColumn columnIndice_reajuste; - - private global::System.Data.DataColumn columnData_ultimo_reajuste; - - private global::System.Data.DataColumn columnData_proximo_reajuste; - - private global::System.Data.DataColumn _columnRemuneracao_fixa__reajustada_; - - private global::System.Data.DataColumn columnComentarios_faturamento; - - private global::System.Data.DataColumn columnGestao; - - private global::System.Data.DataColumn columnCliente; - - private global::System.Data.DataColumn columnUnidade; - - private global::System.Data.DataColumn columnUnidade_gerenciada; - - private global::System.Data.DataColumn columnSubmercado; - - private global::System.Data.DataColumn columnAgente; - - private global::System.Data.DataColumn columnCod_Agente; - - private global::System.Data.DataColumn columnPerfilCCEE; - - private global::System.Data.DataColumn columnCod_Ativo; - - private global::System.Data.DataColumn columnCod_CliqCCEE; - - private global::System.Data.DataColumn columnCodigo_SCDE; - - private global::System.Data.DataColumn columnCNPJ_CPF; - - private global::System.Data.DataColumn columnRazao_Social; - - private global::System.Data.DataColumn columnIE; - - private global::System.Data.DataColumn columnRua; - - private global::System.Data.DataColumn columnNumero; - - private global::System.Data.DataColumn columnBairro; - - private global::System.Data.DataColumn columnCEP; - - private global::System.Data.DataColumn columnCodigo_do_Municipio; - - private global::System.Data.DataColumn columnCidade; - - private global::System.Data.DataColumn columnUF; - - private global::System.Data.DataColumn columnEndereco_Completo; - - private global::System.Data.DataColumn columnConta_corrente; - - private global::System.Data.DataColumn columnDistribuidora; - - private global::System.Data.DataColumn columnGrupo; - - private global::System.Data.DataColumn columnPerfil; - - private global::System.Data.DataColumn columnAg_virt_Login1; - - private global::System.Data.DataColumn columnAg_virt_Login2; - - private global::System.Data.DataColumn columnAg_virt_Senha; - - private global::System.Data.DataColumn columnMedicao_Alta_Baixa; - - private global::System.Data.DataColumn columnTUSD_AT_BT; - - private global::System.Data.DataColumn columnCodigo_Instalacao; - - private global::System.Data.DataColumn columnDemanda_P; - - private global::System.Data.DataColumn columnDemanda_FP; - - private global::System.Data.DataColumn columnPercentual_est_cons_p; - - private global::System.Data.DataColumn columnStatus_empresa; - - private global::System.Data.DataColumn columnStatus_unidade; - - private global::System.Data.DataColumn columnData_de_Migracao; - - private global::System.Data.DataColumn columnData_lim_den; - - private global::System.Data.DataColumn columnICMS_TUSD; - - private global::System.Data.DataColumn columnICMS_NFs; - - private global::System.Data.DataColumn columnTipo_de_energia; - - private global::System.Data.DataColumn columnCaminho_NFs; - - private global::System.Data.DataColumn columnEmail_faturamento_Smart; - - private global::System.Data.DataColumn columnDeclarou_DEVEC; - - private global::System.Data.DataColumn columnCont_Covid; - - private global::System.Data.DataColumn columnParcela_Carga; - - private global::System.Data.DataColumn columnN_ativo; - - private global::System.Data.DataColumn columnCod_5min; - - private global::System.Data.DataColumn columnModalidade; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Dados_cadastraisDataTable() { - this.TableName = "Dados_cadastrais"; - this.BeginInit(); - this.InitClass(); - this.EndInit(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Dados_cadastraisDataTable(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", "17.0.0.0")] - protected Dados_cadastraisDataTable(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", "17.0.0.0")] - public global::System.Data.DataColumn Cod_Smart_unidadeColumn { - get { - return this.columnCod_Smart_unidade; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Cod_Smart_clienteColumn { - get { - return this.columnCod_Smart_cliente; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn AngariadorColumn { - get { - return this.columnAngariador; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Data_fechamento_SmartColumn { - get { - return this.columnData_fechamento_Smart; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Responsavel_fechamento_1Column { - get { - return this.columnResponsavel_fechamento_1; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Responsavel_fechamento_2Column { - get { - return this.columnResponsavel_fechamento_2; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Responsavel_fechamento_3Column { - get { - return this.columnResponsavel_fechamento_3; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn _Remuneracao_fixa__data_base_Column { - get { - return this._columnRemuneracao_fixa__data_base_; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Remuneracao_variávelColumn { - get { - return this.columnRemuneracao_variável; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Data_baseColumn { - get { - return this.columnData_base; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Indice_reajusteColumn { - get { - return this.columnIndice_reajuste; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Data_ultimo_reajusteColumn { - get { - return this.columnData_ultimo_reajuste; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Data_proximo_reajusteColumn { - get { - return this.columnData_proximo_reajuste; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn _Remuneracao_fixa__reajustada_Column { - get { - return this._columnRemuneracao_fixa__reajustada_; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Comentarios_faturamentoColumn { - get { - return this.columnComentarios_faturamento; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn GestaoColumn { - get { - return this.columnGestao; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn ClienteColumn { - get { - return this.columnCliente; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn UnidadeColumn { - get { - return this.columnUnidade; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Unidade_gerenciadaColumn { - get { - return this.columnUnidade_gerenciada; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn SubmercadoColumn { - get { - return this.columnSubmercado; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn AgenteColumn { - get { - return this.columnAgente; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Cod_AgenteColumn { - get { - return this.columnCod_Agente; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn PerfilCCEEColumn { - get { - return this.columnPerfilCCEE; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Cod_AtivoColumn { - get { - return this.columnCod_Ativo; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Cod_CliqCCEEColumn { - get { - return this.columnCod_CliqCCEE; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Codigo_SCDEColumn { - get { - return this.columnCodigo_SCDE; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn CNPJ_CPFColumn { - get { - return this.columnCNPJ_CPF; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Razao_SocialColumn { - get { - return this.columnRazao_Social; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn IEColumn { - get { - return this.columnIE; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn RuaColumn { - get { - return this.columnRua; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn NumeroColumn { - get { - return this.columnNumero; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn BairroColumn { - get { - return this.columnBairro; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn CEPColumn { - get { - return this.columnCEP; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Codigo_do_MunicipioColumn { - get { - return this.columnCodigo_do_Municipio; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn CidadeColumn { - get { - return this.columnCidade; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn UFColumn { - get { - return this.columnUF; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Endereco_CompletoColumn { - get { - return this.columnEndereco_Completo; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Conta_correnteColumn { - get { - return this.columnConta_corrente; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn DistribuidoraColumn { - get { - return this.columnDistribuidora; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn GrupoColumn { - get { - return this.columnGrupo; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn PerfilColumn { - get { - return this.columnPerfil; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Ag_virt_Login1Column { - get { - return this.columnAg_virt_Login1; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Ag_virt_Login2Column { - get { - return this.columnAg_virt_Login2; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Ag_virt_SenhaColumn { - get { - return this.columnAg_virt_Senha; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Medicao_Alta_BaixaColumn { - get { - return this.columnMedicao_Alta_Baixa; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn TUSD_AT_BTColumn { - get { - return this.columnTUSD_AT_BT; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Codigo_InstalacaoColumn { - get { - return this.columnCodigo_Instalacao; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Demanda_PColumn { - get { - return this.columnDemanda_P; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Demanda_FPColumn { - get { - return this.columnDemanda_FP; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Percentual_est_cons_pColumn { - get { - return this.columnPercentual_est_cons_p; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Status_empresaColumn { - get { - return this.columnStatus_empresa; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Status_unidadeColumn { - get { - return this.columnStatus_unidade; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Data_de_MigracaoColumn { - get { - return this.columnData_de_Migracao; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Data_lim_denColumn { - get { - return this.columnData_lim_den; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn ICMS_TUSDColumn { - get { - return this.columnICMS_TUSD; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn ICMS_NFsColumn { - get { - return this.columnICMS_NFs; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Tipo_de_energiaColumn { - get { - return this.columnTipo_de_energia; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Caminho_NFsColumn { - get { - return this.columnCaminho_NFs; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Email_faturamento_SmartColumn { - get { - return this.columnEmail_faturamento_Smart; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Declarou_DEVECColumn { - get { - return this.columnDeclarou_DEVEC; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Cont_CovidColumn { - get { - return this.columnCont_Covid; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Parcela_CargaColumn { - get { - return this.columnParcela_Carga; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn N_ativoColumn { - get { - return this.columnN_ativo; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn Cod_5minColumn { - get { - return this.columnCod_5min; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn ModalidadeColumn { - get { - return this.columnModalidade; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")] - public Dados_cadastraisRow this[int index] { - get { - return ((Dados_cadastraisRow)(this.Rows[index])); - } - } - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Dados_cadastraisRowChangeEventHandler Dados_cadastraisRowChanging; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Dados_cadastraisRowChangeEventHandler Dados_cadastraisRowChanged; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Dados_cadastraisRowChangeEventHandler Dados_cadastraisRowDeleting; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Dados_cadastraisRowChangeEventHandler Dados_cadastraisRowDeleted; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddDados_cadastraisRow(Dados_cadastraisRow row) { - this.Rows.Add(row); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Dados_cadastraisRow AddDados_cadastraisRow( - long Cod_Smart_unidade, - long Cod_Smart_cliente, - string Angariador, - System.DateTime Data_fechamento_Smart, - string Responsavel_fechamento_1, - string Responsavel_fechamento_2, - string Responsavel_fechamento_3, - double _Remuneracao_fixa__data_base_, - double Remuneracao_variável, - System.DateTime Data_base, - string Indice_reajuste, - System.DateTime Data_ultimo_reajuste, - System.DateTime Data_proximo_reajuste, - double _Remuneracao_fixa__reajustada_, - string Comentarios_faturamento, - string Gestao, - string Cliente, - string Unidade, - bool Unidade_gerenciada, - string Submercado, - string Agente, - string Cod_Agente, - string PerfilCCEE, - double Cod_Ativo, - string Cod_CliqCCEE, - string Codigo_SCDE, - string CNPJ_CPF, - string Razao_Social, - string IE, - string Rua, - string Numero, - string Bairro, - string CEP, - string Codigo_do_Municipio, - string Cidade, - string UF, - string Endereco_Completo, - string Conta_corrente, - string Distribuidora, - string Grupo, - string Perfil, - string Ag_virt_Login1, - string Ag_virt_Login2, - string Ag_virt_Senha, - string Medicao_Alta_Baixa, - string TUSD_AT_BT, - string Codigo_Instalacao, - double Demanda_P, - double Demanda_FP, - double Percentual_est_cons_p, - string Status_empresa, - string Status_unidade, - int Data_de_Migracao, - System.DateTime Data_lim_den, - double ICMS_TUSD, - double ICMS_NFs, - string Tipo_de_energia, - string Caminho_NFs, - string Email_faturamento_Smart, - bool Declarou_DEVEC, - bool Cont_Covid, - string Parcela_Carga, - string N_ativo, - string Cod_5min, - string Modalidade) { - Dados_cadastraisRow rowDados_cadastraisRow = ((Dados_cadastraisRow)(this.NewRow())); - object[] columnValuesArray = new object[] { - Cod_Smart_unidade, - Cod_Smart_cliente, - Angariador, - Data_fechamento_Smart, - Responsavel_fechamento_1, - Responsavel_fechamento_2, - Responsavel_fechamento_3, - _Remuneracao_fixa__data_base_, - Remuneracao_variável, - Data_base, - Indice_reajuste, - Data_ultimo_reajuste, - Data_proximo_reajuste, - _Remuneracao_fixa__reajustada_, - Comentarios_faturamento, - Gestao, - Cliente, - Unidade, - Unidade_gerenciada, - Submercado, - Agente, - Cod_Agente, - PerfilCCEE, - Cod_Ativo, - Cod_CliqCCEE, - Codigo_SCDE, - CNPJ_CPF, - Razao_Social, - IE, - Rua, - Numero, - Bairro, - CEP, - Codigo_do_Municipio, - Cidade, - UF, - Endereco_Completo, - Conta_corrente, - Distribuidora, - Grupo, - Perfil, - Ag_virt_Login1, - Ag_virt_Login2, - Ag_virt_Senha, - Medicao_Alta_Baixa, - TUSD_AT_BT, - Codigo_Instalacao, - Demanda_P, - Demanda_FP, - Percentual_est_cons_p, - Status_empresa, - Status_unidade, - Data_de_Migracao, - Data_lim_den, - ICMS_TUSD, - ICMS_NFs, - Tipo_de_energia, - Caminho_NFs, - Email_faturamento_Smart, - Declarou_DEVEC, - Cont_Covid, - Parcela_Carga, - N_ativo, - Cod_5min, - Modalidade}; - rowDados_cadastraisRow.ItemArray = columnValuesArray; - this.Rows.Add(rowDados_cadastraisRow); - return rowDados_cadastraisRow; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Dados_cadastraisRow FindByCod_Smart_unidade(long Cod_Smart_unidade) { - return ((Dados_cadastraisRow)(this.Rows.Find(new object[] { - Cod_Smart_unidade}))); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public override global::System.Data.DataTable Clone() { - Dados_cadastraisDataTable cln = ((Dados_cadastraisDataTable)(base.Clone())); - cln.InitVars(); - return cln; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override global::System.Data.DataTable CreateInstance() { - return new Dados_cadastraisDataTable(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal void InitVars() { - this.columnCod_Smart_unidade = base.Columns["Cod_Smart_unidade"]; - this.columnCod_Smart_cliente = base.Columns["Cod_Smart_cliente"]; - this.columnAngariador = base.Columns["Angariador"]; - this.columnData_fechamento_Smart = base.Columns["Data_fechamento_Smart"]; - this.columnResponsavel_fechamento_1 = base.Columns["Responsavel_fechamento_1"]; - this.columnResponsavel_fechamento_2 = base.Columns["Responsavel_fechamento_2"]; - this.columnResponsavel_fechamento_3 = base.Columns["Responsavel_fechamento_3"]; - this._columnRemuneracao_fixa__data_base_ = base.Columns["Remuneracao_fixa_(data_base)"]; - this.columnRemuneracao_variável = base.Columns["Remuneracao_variável"]; - this.columnData_base = base.Columns["Data_base"]; - this.columnIndice_reajuste = base.Columns["Indice_reajuste"]; - this.columnData_ultimo_reajuste = base.Columns["Data_ultimo_reajuste"]; - this.columnData_proximo_reajuste = base.Columns["Data_proximo_reajuste"]; - this._columnRemuneracao_fixa__reajustada_ = base.Columns["Remuneracao_fixa_(reajustada)"]; - this.columnComentarios_faturamento = base.Columns["Comentarios_faturamento"]; - this.columnGestao = base.Columns["Gestao"]; - this.columnCliente = base.Columns["Cliente"]; - this.columnUnidade = base.Columns["Unidade"]; - this.columnUnidade_gerenciada = base.Columns["Unidade_gerenciada"]; - this.columnSubmercado = base.Columns["Submercado"]; - this.columnAgente = base.Columns["Agente"]; - this.columnCod_Agente = base.Columns["Cod_Agente"]; - this.columnPerfilCCEE = base.Columns["PerfilCCEE"]; - this.columnCod_Ativo = base.Columns["Cod_Ativo"]; - this.columnCod_CliqCCEE = base.Columns["Cod_CliqCCEE"]; - this.columnCodigo_SCDE = base.Columns["Codigo_SCDE"]; - this.columnCNPJ_CPF = base.Columns["CNPJ_CPF"]; - this.columnRazao_Social = base.Columns["Razao_Social"]; - this.columnIE = base.Columns["IE"]; - this.columnRua = base.Columns["Rua"]; - this.columnNumero = base.Columns["Numero"]; - this.columnBairro = base.Columns["Bairro"]; - this.columnCEP = base.Columns["CEP"]; - this.columnCodigo_do_Municipio = base.Columns["Codigo_do_Municipio"]; - this.columnCidade = base.Columns["Cidade"]; - this.columnUF = base.Columns["UF"]; - this.columnEndereco_Completo = base.Columns["Endereco_Completo"]; - this.columnConta_corrente = base.Columns["Conta_corrente"]; - this.columnDistribuidora = base.Columns["Distribuidora"]; - this.columnGrupo = base.Columns["Grupo"]; - this.columnPerfil = base.Columns["Perfil"]; - this.columnAg_virt_Login1 = base.Columns["Ag_virt_Login1"]; - this.columnAg_virt_Login2 = base.Columns["Ag_virt_Login2"]; - this.columnAg_virt_Senha = base.Columns["Ag_virt_Senha"]; - this.columnMedicao_Alta_Baixa = base.Columns["Medicao_Alta_Baixa"]; - this.columnTUSD_AT_BT = base.Columns["TUSD_AT_BT"]; - this.columnCodigo_Instalacao = base.Columns["Codigo_Instalacao"]; - this.columnDemanda_P = base.Columns["Demanda_P"]; - this.columnDemanda_FP = base.Columns["Demanda_FP"]; - this.columnPercentual_est_cons_p = base.Columns["Percentual_est_cons_p"]; - this.columnStatus_empresa = base.Columns["Status_empresa"]; - this.columnStatus_unidade = base.Columns["Status_unidade"]; - this.columnData_de_Migracao = base.Columns["Data_de_Migracao"]; - this.columnData_lim_den = base.Columns["Data_lim_den"]; - this.columnICMS_TUSD = base.Columns["ICMS_TUSD"]; - this.columnICMS_NFs = base.Columns["ICMS_NFs"]; - this.columnTipo_de_energia = base.Columns["Tipo_de_energia"]; - this.columnCaminho_NFs = base.Columns["Caminho_NFs"]; - this.columnEmail_faturamento_Smart = base.Columns["Email_faturamento_Smart"]; - this.columnDeclarou_DEVEC = base.Columns["Declarou_DEVEC"]; - this.columnCont_Covid = base.Columns["Cont_Covid"]; - this.columnParcela_Carga = base.Columns["Parcela_Carga"]; - this.columnN_ativo = base.Columns["N_ativo"]; - this.columnCod_5min = base.Columns["Cod_5min"]; - this.columnModalidade = base.Columns["Modalidade"]; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private void InitClass() { - this.columnCod_Smart_unidade = new global::System.Data.DataColumn("Cod_Smart_unidade", typeof(long), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCod_Smart_unidade); - this.columnCod_Smart_cliente = new global::System.Data.DataColumn("Cod_Smart_cliente", typeof(long), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCod_Smart_cliente); - this.columnAngariador = new global::System.Data.DataColumn("Angariador", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnAngariador); - this.columnData_fechamento_Smart = new global::System.Data.DataColumn("Data_fechamento_Smart", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnData_fechamento_Smart); - this.columnResponsavel_fechamento_1 = new global::System.Data.DataColumn("Responsavel_fechamento_1", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnResponsavel_fechamento_1); - this.columnResponsavel_fechamento_2 = new global::System.Data.DataColumn("Responsavel_fechamento_2", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnResponsavel_fechamento_2); - this.columnResponsavel_fechamento_3 = new global::System.Data.DataColumn("Responsavel_fechamento_3", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnResponsavel_fechamento_3); - this._columnRemuneracao_fixa__data_base_ = new global::System.Data.DataColumn("Remuneracao_fixa_(data_base)", typeof(double), null, global::System.Data.MappingType.Element); - this._columnRemuneracao_fixa__data_base_.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "_columnRemuneracao_fixa__data_base_"); - this._columnRemuneracao_fixa__data_base_.ExtendedProperties.Add("Generator_UserColumnName", "Remuneracao_fixa_(data_base)"); - base.Columns.Add(this._columnRemuneracao_fixa__data_base_); - this.columnRemuneracao_variável = new global::System.Data.DataColumn("Remuneracao_variável", typeof(double), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnRemuneracao_variável); - this.columnData_base = new global::System.Data.DataColumn("Data_base", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnData_base); - this.columnIndice_reajuste = new global::System.Data.DataColumn("Indice_reajuste", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnIndice_reajuste); - this.columnData_ultimo_reajuste = new global::System.Data.DataColumn("Data_ultimo_reajuste", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnData_ultimo_reajuste); - this.columnData_proximo_reajuste = new global::System.Data.DataColumn("Data_proximo_reajuste", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnData_proximo_reajuste); - this._columnRemuneracao_fixa__reajustada_ = new global::System.Data.DataColumn("Remuneracao_fixa_(reajustada)", typeof(double), null, global::System.Data.MappingType.Element); - this._columnRemuneracao_fixa__reajustada_.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "_columnRemuneracao_fixa__reajustada_"); - this._columnRemuneracao_fixa__reajustada_.ExtendedProperties.Add("Generator_UserColumnName", "Remuneracao_fixa_(reajustada)"); - base.Columns.Add(this._columnRemuneracao_fixa__reajustada_); - this.columnComentarios_faturamento = new global::System.Data.DataColumn("Comentarios_faturamento", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnComentarios_faturamento); - this.columnGestao = new global::System.Data.DataColumn("Gestao", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnGestao); - this.columnCliente = new global::System.Data.DataColumn("Cliente", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCliente); - this.columnUnidade = new global::System.Data.DataColumn("Unidade", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnUnidade); - this.columnUnidade_gerenciada = new global::System.Data.DataColumn("Unidade_gerenciada", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnUnidade_gerenciada); - this.columnSubmercado = new global::System.Data.DataColumn("Submercado", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnSubmercado); - this.columnAgente = new global::System.Data.DataColumn("Agente", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnAgente); - this.columnCod_Agente = new global::System.Data.DataColumn("Cod_Agente", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCod_Agente); - this.columnPerfilCCEE = new global::System.Data.DataColumn("PerfilCCEE", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnPerfilCCEE); - this.columnCod_Ativo = new global::System.Data.DataColumn("Cod_Ativo", typeof(double), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCod_Ativo); - this.columnCod_CliqCCEE = new global::System.Data.DataColumn("Cod_CliqCCEE", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCod_CliqCCEE); - this.columnCodigo_SCDE = new global::System.Data.DataColumn("Codigo_SCDE", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCodigo_SCDE); - this.columnCNPJ_CPF = new global::System.Data.DataColumn("CNPJ_CPF", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCNPJ_CPF); - this.columnRazao_Social = new global::System.Data.DataColumn("Razao_Social", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnRazao_Social); - this.columnIE = new global::System.Data.DataColumn("IE", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnIE); - this.columnRua = new global::System.Data.DataColumn("Rua", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnRua); - this.columnNumero = new global::System.Data.DataColumn("Numero", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnNumero); - this.columnBairro = new global::System.Data.DataColumn("Bairro", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBairro); - this.columnCEP = new global::System.Data.DataColumn("CEP", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCEP); - this.columnCodigo_do_Municipio = new global::System.Data.DataColumn("Codigo_do_Municipio", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCodigo_do_Municipio); - this.columnCidade = new global::System.Data.DataColumn("Cidade", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCidade); - this.columnUF = new global::System.Data.DataColumn("UF", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnUF); - this.columnEndereco_Completo = new global::System.Data.DataColumn("Endereco_Completo", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnEndereco_Completo); - this.columnConta_corrente = new global::System.Data.DataColumn("Conta_corrente", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnConta_corrente); - this.columnDistribuidora = new global::System.Data.DataColumn("Distribuidora", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnDistribuidora); - this.columnGrupo = new global::System.Data.DataColumn("Grupo", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnGrupo); - this.columnPerfil = new global::System.Data.DataColumn("Perfil", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnPerfil); - this.columnAg_virt_Login1 = new global::System.Data.DataColumn("Ag_virt_Login1", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnAg_virt_Login1); - this.columnAg_virt_Login2 = new global::System.Data.DataColumn("Ag_virt_Login2", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnAg_virt_Login2); - this.columnAg_virt_Senha = new global::System.Data.DataColumn("Ag_virt_Senha", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnAg_virt_Senha); - this.columnMedicao_Alta_Baixa = new global::System.Data.DataColumn("Medicao_Alta_Baixa", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnMedicao_Alta_Baixa); - this.columnTUSD_AT_BT = new global::System.Data.DataColumn("TUSD_AT_BT", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnTUSD_AT_BT); - this.columnCodigo_Instalacao = new global::System.Data.DataColumn("Codigo_Instalacao", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCodigo_Instalacao); - this.columnDemanda_P = new global::System.Data.DataColumn("Demanda_P", typeof(double), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnDemanda_P); - this.columnDemanda_FP = new global::System.Data.DataColumn("Demanda_FP", typeof(double), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnDemanda_FP); - this.columnPercentual_est_cons_p = new global::System.Data.DataColumn("Percentual_est_cons_p", typeof(double), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnPercentual_est_cons_p); - this.columnStatus_empresa = new global::System.Data.DataColumn("Status_empresa", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnStatus_empresa); - this.columnStatus_unidade = new global::System.Data.DataColumn("Status_unidade", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnStatus_unidade); - this.columnData_de_Migracao = new global::System.Data.DataColumn("Data_de_Migracao", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnData_de_Migracao); - this.columnData_lim_den = new global::System.Data.DataColumn("Data_lim_den", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnData_lim_den); - this.columnICMS_TUSD = new global::System.Data.DataColumn("ICMS_TUSD", typeof(double), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnICMS_TUSD); - this.columnICMS_NFs = new global::System.Data.DataColumn("ICMS_NFs", typeof(double), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnICMS_NFs); - this.columnTipo_de_energia = new global::System.Data.DataColumn("Tipo_de_energia", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnTipo_de_energia); - this.columnCaminho_NFs = new global::System.Data.DataColumn("Caminho_NFs", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCaminho_NFs); - this.columnEmail_faturamento_Smart = new global::System.Data.DataColumn("Email_faturamento_Smart", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnEmail_faturamento_Smart); - this.columnDeclarou_DEVEC = new global::System.Data.DataColumn("Declarou_DEVEC", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnDeclarou_DEVEC); - this.columnCont_Covid = new global::System.Data.DataColumn("Cont_Covid", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCont_Covid); - this.columnParcela_Carga = new global::System.Data.DataColumn("Parcela_Carga", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnParcela_Carga); - this.columnN_ativo = new global::System.Data.DataColumn("N_ativo", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnN_ativo); - this.columnCod_5min = new global::System.Data.DataColumn("Cod_5min", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCod_5min); - this.columnModalidade = new global::System.Data.DataColumn("Modalidade", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnModalidade); - this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnCod_Smart_unidade}, true)); - this.columnCod_Smart_unidade.AllowDBNull = false; - this.columnCod_Smart_unidade.Unique = true; - this.columnAngariador.MaxLength = 255; - this.columnResponsavel_fechamento_1.MaxLength = 255; - this.columnResponsavel_fechamento_2.MaxLength = 255; - this.columnResponsavel_fechamento_3.MaxLength = 255; - this.columnIndice_reajuste.MaxLength = 255; - this.columnComentarios_faturamento.MaxLength = 536870910; - this.columnGestao.MaxLength = 255; - this.columnCliente.MaxLength = 255; - this.columnUnidade.MaxLength = 255; - this.columnSubmercado.MaxLength = 255; - this.columnAgente.MaxLength = 255; - this.columnCod_Agente.MaxLength = 255; - this.columnPerfilCCEE.MaxLength = 255; - this.columnCod_CliqCCEE.MaxLength = 255; - this.columnCodigo_SCDE.MaxLength = 255; - this.columnCNPJ_CPF.MaxLength = 255; - this.columnRazao_Social.MaxLength = 536870910; - this.columnIE.MaxLength = 255; - this.columnRua.MaxLength = 536870910; - this.columnNumero.MaxLength = 255; - this.columnBairro.MaxLength = 255; - this.columnCEP.MaxLength = 255; - this.columnCodigo_do_Municipio.MaxLength = 255; - this.columnCidade.MaxLength = 255; - this.columnUF.MaxLength = 255; - this.columnEndereco_Completo.MaxLength = 536870910; - this.columnConta_corrente.MaxLength = 255; - this.columnDistribuidora.MaxLength = 255; - this.columnGrupo.MaxLength = 255; - this.columnPerfil.MaxLength = 255; - this.columnAg_virt_Login1.MaxLength = 255; - this.columnAg_virt_Login2.MaxLength = 255; - this.columnAg_virt_Senha.MaxLength = 255; - this.columnMedicao_Alta_Baixa.MaxLength = 255; - this.columnTUSD_AT_BT.MaxLength = 255; - this.columnCodigo_Instalacao.MaxLength = 255; - this.columnStatus_empresa.MaxLength = 255; - this.columnStatus_unidade.MaxLength = 255; - this.columnTipo_de_energia.MaxLength = 255; - this.columnCaminho_NFs.MaxLength = 536870910; - this.columnEmail_faturamento_Smart.MaxLength = 536870910; - this.columnParcela_Carga.MaxLength = 255; - this.columnN_ativo.MaxLength = 255; - this.columnCod_5min.MaxLength = 255; - this.columnModalidade.MaxLength = 255; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Dados_cadastraisRow NewDados_cadastraisRow() { - return ((Dados_cadastraisRow)(this.NewRow())); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Dados_cadastraisRow(builder); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override global::System.Type GetRowType() { - return typeof(Dados_cadastraisRow); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowChanged(e); - if ((this.Dados_cadastraisRowChanged != null)) { - this.Dados_cadastraisRowChanged(this, new Dados_cadastraisRowChangeEvent(((Dados_cadastraisRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowChanging(e); - if ((this.Dados_cadastraisRowChanging != null)) { - this.Dados_cadastraisRowChanging(this, new Dados_cadastraisRowChangeEvent(((Dados_cadastraisRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowDeleted(e); - if ((this.Dados_cadastraisRowDeleted != null)) { - this.Dados_cadastraisRowDeleted(this, new Dados_cadastraisRowChangeEvent(((Dados_cadastraisRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowDeleting(e); - if ((this.Dados_cadastraisRowDeleting != null)) { - this.Dados_cadastraisRowDeleting(this, new Dados_cadastraisRowChangeEvent(((Dados_cadastraisRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveDados_cadastraisRow(Dados_cadastraisRow row) { - this.Rows.Remove(row); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(); - DataSet1 ds = new DataSet1(); - 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 = "Dados_cadastraisDataTable"; - 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 Dados_cadastraisRow : global::System.Data.DataRow { - - private Dados_cadastraisDataTable tableDados_cadastrais; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Dados_cadastraisRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tableDados_cadastrais = ((Dados_cadastraisDataTable)(this.Table)); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public long Cod_Smart_unidade { - get { - return ((long)(this[this.tableDados_cadastrais.Cod_Smart_unidadeColumn])); - } - set { - this[this.tableDados_cadastrais.Cod_Smart_unidadeColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public long Cod_Smart_cliente { - get { - try { - return ((long)(this[this.tableDados_cadastrais.Cod_Smart_clienteColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Cod_Smart_cliente\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Cod_Smart_clienteColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Angariador { - get { - try { - return ((string)(this[this.tableDados_cadastrais.AngariadorColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Angariador\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.AngariadorColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public System.DateTime Data_fechamento_Smart { - get { - try { - return ((global::System.DateTime)(this[this.tableDados_cadastrais.Data_fechamento_SmartColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Data_fechamento_Smart\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Data_fechamento_SmartColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Responsavel_fechamento_1 { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Responsavel_fechamento_1Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Responsavel_fechamento_1\' na tabela \'Dados_cadastrais\' é DBNul" + - "l.", e); - } - } - set { - this[this.tableDados_cadastrais.Responsavel_fechamento_1Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Responsavel_fechamento_2 { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Responsavel_fechamento_2Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Responsavel_fechamento_2\' na tabela \'Dados_cadastrais\' é DBNul" + - "l.", e); - } - } - set { - this[this.tableDados_cadastrais.Responsavel_fechamento_2Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Responsavel_fechamento_3 { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Responsavel_fechamento_3Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Responsavel_fechamento_3\' na tabela \'Dados_cadastrais\' é DBNul" + - "l.", e); - } - } - set { - this[this.tableDados_cadastrais.Responsavel_fechamento_3Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public double _Remuneracao_fixa__data_base_ { - get { - try { - return ((double)(this[this.tableDados_cadastrais._Remuneracao_fixa__data_base_Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Remuneracao_fixa_(data_base)\' na tabela \'Dados_cadastrais\' é D" + - "BNull.", e); - } - } - set { - this[this.tableDados_cadastrais._Remuneracao_fixa__data_base_Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public double Remuneracao_variável { - get { - try { - return ((double)(this[this.tableDados_cadastrais.Remuneracao_variávelColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Remuneracao_variável\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Remuneracao_variávelColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public System.DateTime Data_base { - get { - try { - return ((global::System.DateTime)(this[this.tableDados_cadastrais.Data_baseColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Data_base\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Data_baseColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Indice_reajuste { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Indice_reajusteColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Indice_reajuste\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Indice_reajusteColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public System.DateTime Data_ultimo_reajuste { - get { - try { - return ((global::System.DateTime)(this[this.tableDados_cadastrais.Data_ultimo_reajusteColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Data_ultimo_reajuste\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Data_ultimo_reajusteColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public System.DateTime Data_proximo_reajuste { - get { - try { - return ((global::System.DateTime)(this[this.tableDados_cadastrais.Data_proximo_reajusteColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Data_proximo_reajuste\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Data_proximo_reajusteColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public double _Remuneracao_fixa__reajustada_ { - get { - try { - return ((double)(this[this.tableDados_cadastrais._Remuneracao_fixa__reajustada_Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Remuneracao_fixa_(reajustada)\' na tabela \'Dados_cadastrais\' é " + - "DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais._Remuneracao_fixa__reajustada_Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Comentarios_faturamento { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Comentarios_faturamentoColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Comentarios_faturamento\' na tabela \'Dados_cadastrais\' é DBNull" + - ".", e); - } - } - set { - this[this.tableDados_cadastrais.Comentarios_faturamentoColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Gestao { - get { - try { - return ((string)(this[this.tableDados_cadastrais.GestaoColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Gestao\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.GestaoColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Cliente { - get { - try { - return ((string)(this[this.tableDados_cadastrais.ClienteColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Cliente\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.ClienteColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Unidade { - get { - try { - return ((string)(this[this.tableDados_cadastrais.UnidadeColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Unidade\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.UnidadeColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool Unidade_gerenciada { - get { - try { - return ((bool)(this[this.tableDados_cadastrais.Unidade_gerenciadaColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Unidade_gerenciada\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Unidade_gerenciadaColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Submercado { - get { - try { - return ((string)(this[this.tableDados_cadastrais.SubmercadoColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Submercado\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.SubmercadoColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Agente { - get { - try { - return ((string)(this[this.tableDados_cadastrais.AgenteColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Agente\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.AgenteColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Cod_Agente { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Cod_AgenteColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Cod_Agente\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Cod_AgenteColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string PerfilCCEE { - get { - try { - return ((string)(this[this.tableDados_cadastrais.PerfilCCEEColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'PerfilCCEE\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.PerfilCCEEColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public double Cod_Ativo { - get { - try { - return ((double)(this[this.tableDados_cadastrais.Cod_AtivoColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Cod_Ativo\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Cod_AtivoColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Cod_CliqCCEE { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Cod_CliqCCEEColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Cod_CliqCCEE\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Cod_CliqCCEEColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Codigo_SCDE { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Codigo_SCDEColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Codigo_SCDE\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Codigo_SCDEColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string CNPJ_CPF { - get { - try { - return ((string)(this[this.tableDados_cadastrais.CNPJ_CPFColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'CNPJ_CPF\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.CNPJ_CPFColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Razao_Social { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Razao_SocialColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Razao_Social\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Razao_SocialColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string IE { - get { - try { - return ((string)(this[this.tableDados_cadastrais.IEColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'IE\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.IEColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Rua { - get { - try { - return ((string)(this[this.tableDados_cadastrais.RuaColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Rua\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.RuaColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Numero { - get { - try { - return ((string)(this[this.tableDados_cadastrais.NumeroColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Numero\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.NumeroColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Bairro { - get { - try { - return ((string)(this[this.tableDados_cadastrais.BairroColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Bairro\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.BairroColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string CEP { - get { - try { - return ((string)(this[this.tableDados_cadastrais.CEPColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'CEP\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.CEPColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Codigo_do_Municipio { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Codigo_do_MunicipioColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Codigo_do_Municipio\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Codigo_do_MunicipioColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Cidade { - get { - try { - return ((string)(this[this.tableDados_cadastrais.CidadeColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Cidade\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.CidadeColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string UF { - get { - try { - return ((string)(this[this.tableDados_cadastrais.UFColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'UF\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.UFColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Endereco_Completo { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Endereco_CompletoColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Endereco_Completo\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Endereco_CompletoColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Conta_corrente { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Conta_correnteColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Conta_corrente\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Conta_correnteColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Distribuidora { - get { - try { - return ((string)(this[this.tableDados_cadastrais.DistribuidoraColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Distribuidora\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.DistribuidoraColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Grupo { - get { - try { - return ((string)(this[this.tableDados_cadastrais.GrupoColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Grupo\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.GrupoColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Perfil { - get { - try { - return ((string)(this[this.tableDados_cadastrais.PerfilColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Perfil\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.PerfilColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Ag_virt_Login1 { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Ag_virt_Login1Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Ag_virt_Login1\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Ag_virt_Login1Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Ag_virt_Login2 { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Ag_virt_Login2Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Ag_virt_Login2\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Ag_virt_Login2Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Ag_virt_Senha { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Ag_virt_SenhaColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Ag_virt_Senha\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Ag_virt_SenhaColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Medicao_Alta_Baixa { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Medicao_Alta_BaixaColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Medicao_Alta_Baixa\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Medicao_Alta_BaixaColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string TUSD_AT_BT { - get { - try { - return ((string)(this[this.tableDados_cadastrais.TUSD_AT_BTColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'TUSD_AT_BT\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.TUSD_AT_BTColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Codigo_Instalacao { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Codigo_InstalacaoColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Codigo_Instalacao\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Codigo_InstalacaoColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public double Demanda_P { - get { - try { - return ((double)(this[this.tableDados_cadastrais.Demanda_PColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Demanda_P\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Demanda_PColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public double Demanda_FP { - get { - try { - return ((double)(this[this.tableDados_cadastrais.Demanda_FPColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Demanda_FP\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Demanda_FPColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public double Percentual_est_cons_p { - get { - try { - return ((double)(this[this.tableDados_cadastrais.Percentual_est_cons_pColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Percentual_est_cons_p\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Percentual_est_cons_pColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Status_empresa { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Status_empresaColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Status_empresa\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Status_empresaColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Status_unidade { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Status_unidadeColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Status_unidade\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Status_unidadeColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public int Data_de_Migracao { - get { - try { - return ((int)(this[this.tableDados_cadastrais.Data_de_MigracaoColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Data_de_Migracao\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Data_de_MigracaoColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public System.DateTime Data_lim_den { - get { - try { - return ((global::System.DateTime)(this[this.tableDados_cadastrais.Data_lim_denColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Data_lim_den\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Data_lim_denColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public double ICMS_TUSD { - get { - try { - return ((double)(this[this.tableDados_cadastrais.ICMS_TUSDColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'ICMS_TUSD\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.ICMS_TUSDColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public double ICMS_NFs { - get { - try { - return ((double)(this[this.tableDados_cadastrais.ICMS_NFsColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'ICMS_NFs\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.ICMS_NFsColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Tipo_de_energia { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Tipo_de_energiaColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Tipo_de_energia\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Tipo_de_energiaColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Caminho_NFs { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Caminho_NFsColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Caminho_NFs\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Caminho_NFsColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Email_faturamento_Smart { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Email_faturamento_SmartColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Email_faturamento_Smart\' na tabela \'Dados_cadastrais\' é DBNull" + - ".", e); - } - } - set { - this[this.tableDados_cadastrais.Email_faturamento_SmartColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool Declarou_DEVEC { - get { - try { - return ((bool)(this[this.tableDados_cadastrais.Declarou_DEVECColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Declarou_DEVEC\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Declarou_DEVECColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool Cont_Covid { - get { - try { - return ((bool)(this[this.tableDados_cadastrais.Cont_CovidColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Cont_Covid\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Cont_CovidColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Parcela_Carga { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Parcela_CargaColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Parcela_Carga\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Parcela_CargaColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string N_ativo { - get { - try { - return ((string)(this[this.tableDados_cadastrais.N_ativoColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'N_ativo\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.N_ativoColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Cod_5min { - get { - try { - return ((string)(this[this.tableDados_cadastrais.Cod_5minColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Cod_5min\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.Cod_5minColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Modalidade { - get { - try { - return ((string)(this[this.tableDados_cadastrais.ModalidadeColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("O valor da coluna \'Modalidade\' na tabela \'Dados_cadastrais\' é DBNull.", e); - } - } - set { - this[this.tableDados_cadastrais.ModalidadeColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCod_Smart_clienteNull() { - return this.IsNull(this.tableDados_cadastrais.Cod_Smart_clienteColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCod_Smart_clienteNull() { - this[this.tableDados_cadastrais.Cod_Smart_clienteColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsAngariadorNull() { - return this.IsNull(this.tableDados_cadastrais.AngariadorColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetAngariadorNull() { - this[this.tableDados_cadastrais.AngariadorColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsData_fechamento_SmartNull() { - return this.IsNull(this.tableDados_cadastrais.Data_fechamento_SmartColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetData_fechamento_SmartNull() { - this[this.tableDados_cadastrais.Data_fechamento_SmartColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsResponsavel_fechamento_1Null() { - return this.IsNull(this.tableDados_cadastrais.Responsavel_fechamento_1Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetResponsavel_fechamento_1Null() { - this[this.tableDados_cadastrais.Responsavel_fechamento_1Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsResponsavel_fechamento_2Null() { - return this.IsNull(this.tableDados_cadastrais.Responsavel_fechamento_2Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetResponsavel_fechamento_2Null() { - this[this.tableDados_cadastrais.Responsavel_fechamento_2Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsResponsavel_fechamento_3Null() { - return this.IsNull(this.tableDados_cadastrais.Responsavel_fechamento_3Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetResponsavel_fechamento_3Null() { - this[this.tableDados_cadastrais.Responsavel_fechamento_3Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool Is_Remuneracao_fixa__data_base_Null() { - return this.IsNull(this.tableDados_cadastrais._Remuneracao_fixa__data_base_Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void Set_Remuneracao_fixa__data_base_Null() { - this[this.tableDados_cadastrais._Remuneracao_fixa__data_base_Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsRemuneracao_variávelNull() { - return this.IsNull(this.tableDados_cadastrais.Remuneracao_variávelColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetRemuneracao_variávelNull() { - this[this.tableDados_cadastrais.Remuneracao_variávelColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsData_baseNull() { - return this.IsNull(this.tableDados_cadastrais.Data_baseColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetData_baseNull() { - this[this.tableDados_cadastrais.Data_baseColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsIndice_reajusteNull() { - return this.IsNull(this.tableDados_cadastrais.Indice_reajusteColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetIndice_reajusteNull() { - this[this.tableDados_cadastrais.Indice_reajusteColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsData_ultimo_reajusteNull() { - return this.IsNull(this.tableDados_cadastrais.Data_ultimo_reajusteColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetData_ultimo_reajusteNull() { - this[this.tableDados_cadastrais.Data_ultimo_reajusteColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsData_proximo_reajusteNull() { - return this.IsNull(this.tableDados_cadastrais.Data_proximo_reajusteColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetData_proximo_reajusteNull() { - this[this.tableDados_cadastrais.Data_proximo_reajusteColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool Is_Remuneracao_fixa__reajustada_Null() { - return this.IsNull(this.tableDados_cadastrais._Remuneracao_fixa__reajustada_Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void Set_Remuneracao_fixa__reajustada_Null() { - this[this.tableDados_cadastrais._Remuneracao_fixa__reajustada_Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsComentarios_faturamentoNull() { - return this.IsNull(this.tableDados_cadastrais.Comentarios_faturamentoColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetComentarios_faturamentoNull() { - this[this.tableDados_cadastrais.Comentarios_faturamentoColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsGestaoNull() { - return this.IsNull(this.tableDados_cadastrais.GestaoColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetGestaoNull() { - this[this.tableDados_cadastrais.GestaoColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsClienteNull() { - return this.IsNull(this.tableDados_cadastrais.ClienteColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetClienteNull() { - this[this.tableDados_cadastrais.ClienteColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsUnidadeNull() { - return this.IsNull(this.tableDados_cadastrais.UnidadeColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetUnidadeNull() { - this[this.tableDados_cadastrais.UnidadeColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsUnidade_gerenciadaNull() { - return this.IsNull(this.tableDados_cadastrais.Unidade_gerenciadaColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetUnidade_gerenciadaNull() { - this[this.tableDados_cadastrais.Unidade_gerenciadaColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsSubmercadoNull() { - return this.IsNull(this.tableDados_cadastrais.SubmercadoColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetSubmercadoNull() { - this[this.tableDados_cadastrais.SubmercadoColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsAgenteNull() { - return this.IsNull(this.tableDados_cadastrais.AgenteColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetAgenteNull() { - this[this.tableDados_cadastrais.AgenteColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCod_AgenteNull() { - return this.IsNull(this.tableDados_cadastrais.Cod_AgenteColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCod_AgenteNull() { - this[this.tableDados_cadastrais.Cod_AgenteColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsPerfilCCEENull() { - return this.IsNull(this.tableDados_cadastrais.PerfilCCEEColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetPerfilCCEENull() { - this[this.tableDados_cadastrais.PerfilCCEEColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCod_AtivoNull() { - return this.IsNull(this.tableDados_cadastrais.Cod_AtivoColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCod_AtivoNull() { - this[this.tableDados_cadastrais.Cod_AtivoColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCod_CliqCCEENull() { - return this.IsNull(this.tableDados_cadastrais.Cod_CliqCCEEColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCod_CliqCCEENull() { - this[this.tableDados_cadastrais.Cod_CliqCCEEColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCodigo_SCDENull() { - return this.IsNull(this.tableDados_cadastrais.Codigo_SCDEColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCodigo_SCDENull() { - this[this.tableDados_cadastrais.Codigo_SCDEColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCNPJ_CPFNull() { - return this.IsNull(this.tableDados_cadastrais.CNPJ_CPFColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCNPJ_CPFNull() { - this[this.tableDados_cadastrais.CNPJ_CPFColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsRazao_SocialNull() { - return this.IsNull(this.tableDados_cadastrais.Razao_SocialColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetRazao_SocialNull() { - this[this.tableDados_cadastrais.Razao_SocialColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsIENull() { - return this.IsNull(this.tableDados_cadastrais.IEColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetIENull() { - this[this.tableDados_cadastrais.IEColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsRuaNull() { - return this.IsNull(this.tableDados_cadastrais.RuaColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetRuaNull() { - this[this.tableDados_cadastrais.RuaColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsNumeroNull() { - return this.IsNull(this.tableDados_cadastrais.NumeroColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetNumeroNull() { - this[this.tableDados_cadastrais.NumeroColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsBairroNull() { - return this.IsNull(this.tableDados_cadastrais.BairroColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetBairroNull() { - this[this.tableDados_cadastrais.BairroColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCEPNull() { - return this.IsNull(this.tableDados_cadastrais.CEPColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCEPNull() { - this[this.tableDados_cadastrais.CEPColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCodigo_do_MunicipioNull() { - return this.IsNull(this.tableDados_cadastrais.Codigo_do_MunicipioColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCodigo_do_MunicipioNull() { - this[this.tableDados_cadastrais.Codigo_do_MunicipioColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCidadeNull() { - return this.IsNull(this.tableDados_cadastrais.CidadeColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCidadeNull() { - this[this.tableDados_cadastrais.CidadeColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsUFNull() { - return this.IsNull(this.tableDados_cadastrais.UFColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetUFNull() { - this[this.tableDados_cadastrais.UFColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsEndereco_CompletoNull() { - return this.IsNull(this.tableDados_cadastrais.Endereco_CompletoColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetEndereco_CompletoNull() { - this[this.tableDados_cadastrais.Endereco_CompletoColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsConta_correnteNull() { - return this.IsNull(this.tableDados_cadastrais.Conta_correnteColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetConta_correnteNull() { - this[this.tableDados_cadastrais.Conta_correnteColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsDistribuidoraNull() { - return this.IsNull(this.tableDados_cadastrais.DistribuidoraColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetDistribuidoraNull() { - this[this.tableDados_cadastrais.DistribuidoraColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsGrupoNull() { - return this.IsNull(this.tableDados_cadastrais.GrupoColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetGrupoNull() { - this[this.tableDados_cadastrais.GrupoColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsPerfilNull() { - return this.IsNull(this.tableDados_cadastrais.PerfilColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetPerfilNull() { - this[this.tableDados_cadastrais.PerfilColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsAg_virt_Login1Null() { - return this.IsNull(this.tableDados_cadastrais.Ag_virt_Login1Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetAg_virt_Login1Null() { - this[this.tableDados_cadastrais.Ag_virt_Login1Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsAg_virt_Login2Null() { - return this.IsNull(this.tableDados_cadastrais.Ag_virt_Login2Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetAg_virt_Login2Null() { - this[this.tableDados_cadastrais.Ag_virt_Login2Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsAg_virt_SenhaNull() { - return this.IsNull(this.tableDados_cadastrais.Ag_virt_SenhaColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetAg_virt_SenhaNull() { - this[this.tableDados_cadastrais.Ag_virt_SenhaColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsMedicao_Alta_BaixaNull() { - return this.IsNull(this.tableDados_cadastrais.Medicao_Alta_BaixaColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetMedicao_Alta_BaixaNull() { - this[this.tableDados_cadastrais.Medicao_Alta_BaixaColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsTUSD_AT_BTNull() { - return this.IsNull(this.tableDados_cadastrais.TUSD_AT_BTColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetTUSD_AT_BTNull() { - this[this.tableDados_cadastrais.TUSD_AT_BTColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCodigo_InstalacaoNull() { - return this.IsNull(this.tableDados_cadastrais.Codigo_InstalacaoColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCodigo_InstalacaoNull() { - this[this.tableDados_cadastrais.Codigo_InstalacaoColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsDemanda_PNull() { - return this.IsNull(this.tableDados_cadastrais.Demanda_PColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetDemanda_PNull() { - this[this.tableDados_cadastrais.Demanda_PColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsDemanda_FPNull() { - return this.IsNull(this.tableDados_cadastrais.Demanda_FPColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetDemanda_FPNull() { - this[this.tableDados_cadastrais.Demanda_FPColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsPercentual_est_cons_pNull() { - return this.IsNull(this.tableDados_cadastrais.Percentual_est_cons_pColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetPercentual_est_cons_pNull() { - this[this.tableDados_cadastrais.Percentual_est_cons_pColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsStatus_empresaNull() { - return this.IsNull(this.tableDados_cadastrais.Status_empresaColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetStatus_empresaNull() { - this[this.tableDados_cadastrais.Status_empresaColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsStatus_unidadeNull() { - return this.IsNull(this.tableDados_cadastrais.Status_unidadeColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetStatus_unidadeNull() { - this[this.tableDados_cadastrais.Status_unidadeColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsData_de_MigracaoNull() { - return this.IsNull(this.tableDados_cadastrais.Data_de_MigracaoColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetData_de_MigracaoNull() { - this[this.tableDados_cadastrais.Data_de_MigracaoColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsData_lim_denNull() { - return this.IsNull(this.tableDados_cadastrais.Data_lim_denColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetData_lim_denNull() { - this[this.tableDados_cadastrais.Data_lim_denColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsICMS_TUSDNull() { - return this.IsNull(this.tableDados_cadastrais.ICMS_TUSDColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetICMS_TUSDNull() { - this[this.tableDados_cadastrais.ICMS_TUSDColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsICMS_NFsNull() { - return this.IsNull(this.tableDados_cadastrais.ICMS_NFsColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetICMS_NFsNull() { - this[this.tableDados_cadastrais.ICMS_NFsColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsTipo_de_energiaNull() { - return this.IsNull(this.tableDados_cadastrais.Tipo_de_energiaColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetTipo_de_energiaNull() { - this[this.tableDados_cadastrais.Tipo_de_energiaColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCaminho_NFsNull() { - return this.IsNull(this.tableDados_cadastrais.Caminho_NFsColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCaminho_NFsNull() { - this[this.tableDados_cadastrais.Caminho_NFsColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsEmail_faturamento_SmartNull() { - return this.IsNull(this.tableDados_cadastrais.Email_faturamento_SmartColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetEmail_faturamento_SmartNull() { - this[this.tableDados_cadastrais.Email_faturamento_SmartColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsDeclarou_DEVECNull() { - return this.IsNull(this.tableDados_cadastrais.Declarou_DEVECColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetDeclarou_DEVECNull() { - this[this.tableDados_cadastrais.Declarou_DEVECColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCont_CovidNull() { - return this.IsNull(this.tableDados_cadastrais.Cont_CovidColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCont_CovidNull() { - this[this.tableDados_cadastrais.Cont_CovidColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsParcela_CargaNull() { - return this.IsNull(this.tableDados_cadastrais.Parcela_CargaColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetParcela_CargaNull() { - this[this.tableDados_cadastrais.Parcela_CargaColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsN_ativoNull() { - return this.IsNull(this.tableDados_cadastrais.N_ativoColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetN_ativoNull() { - this[this.tableDados_cadastrais.N_ativoColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCod_5minNull() { - return this.IsNull(this.tableDados_cadastrais.Cod_5minColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCod_5minNull() { - this[this.tableDados_cadastrais.Cod_5minColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsModalidadeNull() { - return this.IsNull(this.tableDados_cadastrais.ModalidadeColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetModalidadeNull() { - this[this.tableDados_cadastrais.ModalidadeColumn] = global::System.Convert.DBNull; - } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Dados_cadastraisRowChangeEvent : global::System.EventArgs { - - private Dados_cadastraisRow eventRow; - - private global::System.Data.DataRowAction eventAction; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Dados_cadastraisRowChangeEvent(Dados_cadastraisRow 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", "17.0.0.0")] - public Dados_cadastraisRow Row { - get { - return this.eventRow; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataRowAction Action { - get { - return this.eventAction; - } - } - } - } -} -namespace Download_Faturas.DataSet1TableAdapters { - - - /// - ///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 Dados_cadastraisTableAdapter : 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", "17.0.0.0")] - public Dados_cadastraisTableAdapter() { - this.ClearBeforeFill = true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "Dados_cadastrais"; - tableMapping.ColumnMappings.Add("Cod_Smart_unidade", "Cod_Smart_unidade"); - tableMapping.ColumnMappings.Add("Cod_Smart_cliente", "Cod_Smart_cliente"); - tableMapping.ColumnMappings.Add("Angariador", "Angariador"); - tableMapping.ColumnMappings.Add("Data_fechamento_Smart", "Data_fechamento_Smart"); - tableMapping.ColumnMappings.Add("Responsavel_fechamento_1", "Responsavel_fechamento_1"); - tableMapping.ColumnMappings.Add("Responsavel_fechamento_2", "Responsavel_fechamento_2"); - tableMapping.ColumnMappings.Add("Responsavel_fechamento_3", "Responsavel_fechamento_3"); - tableMapping.ColumnMappings.Add("Remuneracao_fixa_(data_base)", "Remuneracao_fixa_(data_base)"); - tableMapping.ColumnMappings.Add("Remuneracao_variável", "Remuneracao_variável"); - tableMapping.ColumnMappings.Add("Data_base", "Data_base"); - tableMapping.ColumnMappings.Add("Indice_reajuste", "Indice_reajuste"); - tableMapping.ColumnMappings.Add("Data_ultimo_reajuste", "Data_ultimo_reajuste"); - tableMapping.ColumnMappings.Add("Data_proximo_reajuste", "Data_proximo_reajuste"); - tableMapping.ColumnMappings.Add("Remuneracao_fixa_(reajustada)", "Remuneracao_fixa_(reajustada)"); - tableMapping.ColumnMappings.Add("Comentarios_faturamento", "Comentarios_faturamento"); - tableMapping.ColumnMappings.Add("Gestao", "Gestao"); - tableMapping.ColumnMappings.Add("Cliente", "Cliente"); - tableMapping.ColumnMappings.Add("Unidade", "Unidade"); - tableMapping.ColumnMappings.Add("Unidade_gerenciada", "Unidade_gerenciada"); - tableMapping.ColumnMappings.Add("Submercado", "Submercado"); - tableMapping.ColumnMappings.Add("Agente", "Agente"); - tableMapping.ColumnMappings.Add("Cod_Agente", "Cod_Agente"); - tableMapping.ColumnMappings.Add("PerfilCCEE", "PerfilCCEE"); - tableMapping.ColumnMappings.Add("Cod_Ativo", "Cod_Ativo"); - tableMapping.ColumnMappings.Add("Cod_CliqCCEE", "Cod_CliqCCEE"); - tableMapping.ColumnMappings.Add("Codigo_SCDE", "Codigo_SCDE"); - tableMapping.ColumnMappings.Add("CNPJ_CPF", "CNPJ_CPF"); - tableMapping.ColumnMappings.Add("Razao_Social", "Razao_Social"); - tableMapping.ColumnMappings.Add("IE", "IE"); - tableMapping.ColumnMappings.Add("Rua", "Rua"); - tableMapping.ColumnMappings.Add("Numero", "Numero"); - tableMapping.ColumnMappings.Add("Bairro", "Bairro"); - tableMapping.ColumnMappings.Add("CEP", "CEP"); - tableMapping.ColumnMappings.Add("Codigo_do_Municipio", "Codigo_do_Municipio"); - tableMapping.ColumnMappings.Add("Cidade", "Cidade"); - tableMapping.ColumnMappings.Add("UF", "UF"); - tableMapping.ColumnMappings.Add("Endereco_Completo", "Endereco_Completo"); - tableMapping.ColumnMappings.Add("Conta_corrente", "Conta_corrente"); - tableMapping.ColumnMappings.Add("Distribuidora", "Distribuidora"); - tableMapping.ColumnMappings.Add("Grupo", "Grupo"); - tableMapping.ColumnMappings.Add("Perfil", "Perfil"); - tableMapping.ColumnMappings.Add("Ag_virt_Login1", "Ag_virt_Login1"); - tableMapping.ColumnMappings.Add("Ag_virt_Login2", "Ag_virt_Login2"); - tableMapping.ColumnMappings.Add("Ag_virt_Senha", "Ag_virt_Senha"); - tableMapping.ColumnMappings.Add("Medicao_Alta_Baixa", "Medicao_Alta_Baixa"); - tableMapping.ColumnMappings.Add("TUSD_AT_BT", "TUSD_AT_BT"); - tableMapping.ColumnMappings.Add("Codigo_Instalacao", "Codigo_Instalacao"); - tableMapping.ColumnMappings.Add("Demanda_P", "Demanda_P"); - tableMapping.ColumnMappings.Add("Demanda_FP", "Demanda_FP"); - tableMapping.ColumnMappings.Add("Percentual_est_cons_p", "Percentual_est_cons_p"); - tableMapping.ColumnMappings.Add("Status_empresa", "Status_empresa"); - tableMapping.ColumnMappings.Add("Status_unidade", "Status_unidade"); - tableMapping.ColumnMappings.Add("Data_de_Migracao", "Data_de_Migracao"); - tableMapping.ColumnMappings.Add("Data_lim_den", "Data_lim_den"); - tableMapping.ColumnMappings.Add("ICMS_TUSD", "ICMS_TUSD"); - tableMapping.ColumnMappings.Add("ICMS_NFs", "ICMS_NFs"); - tableMapping.ColumnMappings.Add("Tipo_de_energia", "Tipo_de_energia"); - tableMapping.ColumnMappings.Add("Caminho_NFs", "Caminho_NFs"); - tableMapping.ColumnMappings.Add("Email_faturamento_Smart", "Email_faturamento_Smart"); - tableMapping.ColumnMappings.Add("Declarou_DEVEC", "Declarou_DEVEC"); - tableMapping.ColumnMappings.Add("Cont_Covid", "Cont_Covid"); - tableMapping.ColumnMappings.Add("Parcela_Carga", "Parcela_Carga"); - tableMapping.ColumnMappings.Add("N_ativo", "N_ativo"); - tableMapping.ColumnMappings.Add("Cod_5min", "Cod_5min"); - tableMapping.ColumnMappings.Add("Modalidade", "Modalidade"); - 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 `Dados_cadastrais` WHERE ((`Cod_Smart_unidade` = ?) AND ((? = 1 AND `" + - "Cod_Smart_cliente` IS NULL) OR (`Cod_Smart_cliente` = ?)) AND ((? = 1 AND `Angar" + - "iador` IS NULL) OR (`Angariador` = ?)) AND ((? = 1 AND `Data_fechamento_Smart` I" + - "S NULL) OR (`Data_fechamento_Smart` = ?)) AND ((? = 1 AND `Responsavel_fechament" + - "o_1` IS NULL) OR (`Responsavel_fechamento_1` = ?)) AND ((? = 1 AND `Responsavel_" + - "fechamento_2` IS NULL) OR (`Responsavel_fechamento_2` = ?)) AND ((? = 1 AND `Res" + - "ponsavel_fechamento_3` IS NULL) OR (`Responsavel_fechamento_3` = ?)) AND ((? = 1" + - " AND `Remuneracao_fixa_(data_base)` IS NULL) OR (`Remuneracao_fixa_(data_base)` " + - "= ?)) AND ((? = 1 AND `Remuneracao_variável` IS NULL) OR (`Remuneracao_variável`" + - " = ?)) AND ((? = 1 AND `Data_base` IS NULL) OR (`Data_base` = ?)) AND ((? = 1 AN" + - "D `Indice_reajuste` IS NULL) OR (`Indice_reajuste` = ?)) AND ((? = 1 AND `Data_u" + - "ltimo_reajuste` IS NULL) OR (`Data_ultimo_reajuste` = ?)) AND ((? = 1 AND `Data_" + - "proximo_reajuste` IS NULL) OR (`Data_proximo_reajuste` = ?)) AND ((? = 1 AND `Re" + - "muneracao_fixa_(reajustada)` IS NULL) OR (`Remuneracao_fixa_(reajustada)` = ?)) " + - "AND ((? = 1 AND `Gestao` IS NULL) OR (`Gestao` = ?)) AND ((? = 1 AND `Cliente` I" + - "S NULL) OR (`Cliente` = ?)) AND ((? = 1 AND `Unidade` IS NULL) OR (`Unidade` = ?" + - ")) AND ((? = 1 AND `Unidade_gerenciada` IS NULL) OR (`Unidade_gerenciada` = ?)) " + - "AND ((? = 1 AND `Submercado` IS NULL) OR (`Submercado` = ?)) AND ((? = 1 AND `Ag" + - "ente` IS NULL) OR (`Agente` = ?)) AND ((? = 1 AND `Cod_Agente` IS NULL) OR (`Cod" + - "_Agente` = ?)) AND ((? = 1 AND `PerfilCCEE` IS NULL) OR (`PerfilCCEE` = ?)) AND " + - "((? = 1 AND `Cod_Ativo` IS NULL) OR (`Cod_Ativo` = ?)) AND ((? = 1 AND `Cod_Cliq" + - "CCEE` IS NULL) OR (`Cod_CliqCCEE` = ?)) AND ((? = 1 AND `Codigo_SCDE` IS NULL) O" + - "R (`Codigo_SCDE` = ?)) AND ((? = 1 AND `CNPJ_CPF` IS NULL) OR (`CNPJ_CPF` = ?)) " + - "AND ((? = 1 AND `IE` IS NULL) OR (`IE` = ?)) AND ((? = 1 AND `Numero` IS NULL) O" + - "R (`Numero` = ?)) AND ((? = 1 AND `Bairro` IS NULL) OR (`Bairro` = ?)) AND ((? =" + - " 1 AND `CEP` IS NULL) OR (`CEP` = ?)) AND ((? = 1 AND `Codigo_do_Municipio` IS N" + - "ULL) OR (`Codigo_do_Municipio` = ?)) AND ((? = 1 AND `Cidade` IS NULL) OR (`Cida" + - "de` = ?)) AND ((? = 1 AND `UF` IS NULL) OR (`UF` = ?)) AND ((? = 1 AND `Conta_co" + - "rrente` IS NULL) OR (`Conta_corrente` = ?)) AND ((? = 1 AND `Distribuidora` IS N" + - "ULL) OR (`Distribuidora` = ?)) AND ((? = 1 AND `Grupo` IS NULL) OR (`Grupo` = ?)" + - ") AND ((? = 1 AND `Perfil` IS NULL) OR (`Perfil` = ?)) AND ((? = 1 AND `Ag_virt_" + - "Login1` IS NULL) OR (`Ag_virt_Login1` = ?)) AND ((? = 1 AND `Ag_virt_Login2` IS " + - "NULL) OR (`Ag_virt_Login2` = ?)) AND ((? = 1 AND `Ag_virt_Senha` IS NULL) OR (`A" + - "g_virt_Senha` = ?)) AND ((? = 1 AND `Medicao_Alta_Baixa` IS NULL) OR (`Medicao_A" + - "lta_Baixa` = ?)) AND ((? = 1 AND `TUSD_AT_BT` IS NULL) OR (`TUSD_AT_BT` = ?)) AN" + - "D ((? = 1 AND `Codigo_Instalacao` IS NULL) OR (`Codigo_Instalacao` = ?)) AND ((?" + - " = 1 AND `Demanda_P` IS NULL) OR (`Demanda_P` = ?)) AND ((? = 1 AND `Demanda_FP`" + - " IS NULL) OR (`Demanda_FP` = ?)) AND ((? = 1 AND `Percentual_est_cons_p` IS NULL" + - ") OR (`Percentual_est_cons_p` = ?)) AND ((? = 1 AND `Status_empresa` IS NULL) OR" + - " (`Status_empresa` = ?)) AND ((? = 1 AND `Status_unidade` IS NULL) OR (`Status_u" + - "nidade` = ?)) AND ((? = 1 AND `Data_de_Migracao` IS NULL) OR (`Data_de_Migracao`" + - " = ?)) AND ((? = 1 AND `Data_lim_den` IS NULL) OR (`Data_lim_den` = ?)) AND ((? " + - "= 1 AND `ICMS_TUSD` IS NULL) OR (`ICMS_TUSD` = ?)) AND ((? = 1 AND `ICMS_NFs` IS" + - " NULL) OR (`ICMS_NFs` = ?)) AND ((? = 1 AND `Tipo_de_energia` IS NULL) OR (`Tipo" + - "_de_energia` = ?)) AND ((? = 1 AND `Declarou_DEVEC` IS NULL) OR (`Declarou_DEVEC" + - "` = ?)) AND ((? = 1 AND `Cont_Covid` IS NULL) OR (`Cont_Covid` = ?)) AND ((? = 1" + - " AND `Parcela_Carga` IS NULL) OR (`Parcela_Carga` = ?)) AND ((? = 1 AND `N_ativo" + - "` IS NULL) OR (`N_ativo` = ?)) AND ((? = 1 AND `Cod_5min` IS NULL) OR (`Cod_5min" + - "` = ?)) AND ((? = 1 AND `Modalidade` IS NULL) OR (`Modalidade` = ?)))"; - this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cod_Smart_unidade", global::System.Data.OleDb.OleDbType.BigInt, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Smart_unidade", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cod_Smart_cliente", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Smart_cliente", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cod_Smart_cliente", global::System.Data.OleDb.OleDbType.BigInt, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Smart_cliente", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Angariador", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Angariador", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Angariador", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Angariador", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Data_fechamento_Smart", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_fechamento_Smart", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Data_fechamento_Smart", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_fechamento_Smart", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Responsavel_fechamento_1", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_1", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Responsavel_fechamento_1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_1", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Responsavel_fechamento_2", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_2", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Responsavel_fechamento_2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_2", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Responsavel_fechamento_3", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_3", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Responsavel_fechamento_3", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_3", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Remuneracao_fixa_(data_base)", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_fixa_(data_base)", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Remuneracao_fixa_(data_base)", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_fixa_(data_base)", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Remuneracao_variável", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_variável", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Remuneracao_variável", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_variável", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Data_base", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_base", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Data_base", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_base", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Indice_reajuste", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Indice_reajuste", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Indice_reajuste", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Indice_reajuste", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Data_ultimo_reajuste", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_ultimo_reajuste", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Data_ultimo_reajuste", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_ultimo_reajuste", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Data_proximo_reajuste", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_proximo_reajuste", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Data_proximo_reajuste", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_proximo_reajuste", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Remuneracao_fixa_(reajustada)", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_fixa_(reajustada)", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Remuneracao_fixa_(reajustada)", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_fixa_(reajustada)", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Gestao", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Gestao", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Gestao", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Gestao", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cliente", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cliente", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cliente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cliente", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Unidade", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Unidade", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Unidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Unidade", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Unidade_gerenciada", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Unidade_gerenciada", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Unidade_gerenciada", global::System.Data.OleDb.OleDbType.Boolean, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Unidade_gerenciada", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Submercado", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Submercado", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Submercado", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Submercado", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Agente", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Agente", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Agente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Agente", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cod_Agente", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Agente", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cod_Agente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Agente", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_PerfilCCEE", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "PerfilCCEE", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_PerfilCCEE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "PerfilCCEE", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cod_Ativo", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Ativo", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cod_Ativo", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Ativo", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cod_CliqCCEE", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_CliqCCEE", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cod_CliqCCEE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_CliqCCEE", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Codigo_SCDE", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_SCDE", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Codigo_SCDE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_SCDE", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_CNPJ_CPF", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CNPJ_CPF", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_CNPJ_CPF", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CNPJ_CPF", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_IE", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "IE", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_IE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "IE", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Numero", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Numero", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Numero", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Numero", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Bairro", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Bairro", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Bairro", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Bairro", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_CEP", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CEP", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_CEP", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CEP", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Codigo_do_Municipio", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_do_Municipio", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Codigo_do_Municipio", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_do_Municipio", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cidade", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cidade", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cidade", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_UF", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "UF", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_UF", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "UF", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Conta_corrente", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Conta_corrente", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Conta_corrente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Conta_corrente", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Distribuidora", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Distribuidora", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Distribuidora", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Distribuidora", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Grupo", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Grupo", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Grupo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Grupo", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Perfil", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Perfil", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Perfil", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Perfil", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Ag_virt_Login1", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Login1", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Ag_virt_Login1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Login1", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Ag_virt_Login2", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Login2", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Ag_virt_Login2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Login2", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Ag_virt_Senha", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Senha", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Ag_virt_Senha", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Senha", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Medicao_Alta_Baixa", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Medicao_Alta_Baixa", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Medicao_Alta_Baixa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Medicao_Alta_Baixa", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_TUSD_AT_BT", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "TUSD_AT_BT", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_TUSD_AT_BT", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "TUSD_AT_BT", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Codigo_Instalacao", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_Instalacao", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Codigo_Instalacao", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_Instalacao", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Demanda_P", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Demanda_P", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Demanda_P", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Demanda_P", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Demanda_FP", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Demanda_FP", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Demanda_FP", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Demanda_FP", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Percentual_est_cons_p", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Percentual_est_cons_p", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Percentual_est_cons_p", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Percentual_est_cons_p", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Status_empresa", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Status_empresa", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Status_empresa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Status_empresa", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Status_unidade", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Status_unidade", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Status_unidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Status_unidade", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Data_de_Migracao", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_de_Migracao", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Data_de_Migracao", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_de_Migracao", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Data_lim_den", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_lim_den", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Data_lim_den", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_lim_den", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_ICMS_TUSD", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ICMS_TUSD", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_ICMS_TUSD", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ICMS_TUSD", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_ICMS_NFs", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ICMS_NFs", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_ICMS_NFs", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ICMS_NFs", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Tipo_de_energia", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Tipo_de_energia", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Tipo_de_energia", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Tipo_de_energia", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Declarou_DEVEC", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Declarou_DEVEC", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Declarou_DEVEC", global::System.Data.OleDb.OleDbType.Boolean, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Declarou_DEVEC", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cont_Covid", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cont_Covid", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cont_Covid", global::System.Data.OleDb.OleDbType.Boolean, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cont_Covid", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Parcela_Carga", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Parcela_Carga", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Parcela_Carga", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Parcela_Carga", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_N_ativo", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "N_ativo", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_N_ativo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "N_ativo", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cod_5min", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_5min", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cod_5min", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_5min", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Modalidade", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Modalidade", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Modalidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Modalidade", 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 `Dados_cadastrais` (`Cod_Smart_unidade`, `Cod_Smart_cliente`, `Angariador`, `Data_fechamento_Smart`, `Responsavel_fechamento_1`, `Responsavel_fechamento_2`, `Responsavel_fechamento_3`, `Remuneracao_fixa_(data_base)`, `Remuneracao_variável`, `Data_base`, `Indice_reajuste`, `Data_ultimo_reajuste`, `Data_proximo_reajuste`, `Remuneracao_fixa_(reajustada)`, `Comentarios_faturamento`, `Gestao`, `Cliente`, `Unidade`, `Unidade_gerenciada`, `Submercado`, `Agente`, `Cod_Agente`, `PerfilCCEE`, `Cod_Ativo`, `Cod_CliqCCEE`, `Codigo_SCDE`, `CNPJ_CPF`, `Razao_Social`, `IE`, `Rua`, `Numero`, `Bairro`, `CEP`, `Codigo_do_Municipio`, `Cidade`, `UF`, `Endereco_Completo`, `Conta_corrente`, `Distribuidora`, `Grupo`, `Perfil`, `Ag_virt_Login1`, `Ag_virt_Login2`, `Ag_virt_Senha`, `Medicao_Alta_Baixa`, `TUSD_AT_BT`, `Codigo_Instalacao`, `Demanda_P`, `Demanda_FP`, `Percentual_est_cons_p`, `Status_empresa`, `Status_unidade`, `Data_de_Migracao`, `Data_lim_den`, `ICMS_TUSD`, `ICMS_NFs`, `Tipo_de_energia`, `Caminho_NFs`, `Email_faturamento_Smart`, `Declarou_DEVEC`, `Cont_Covid`, `Parcela_Carga`, `N_ativo`, `Cod_5min`, `Modalidade`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cod_Smart_unidade", global::System.Data.OleDb.OleDbType.BigInt, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Smart_unidade", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cod_Smart_cliente", global::System.Data.OleDb.OleDbType.BigInt, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Smart_cliente", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Angariador", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Angariador", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Data_fechamento_Smart", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_fechamento_Smart", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Responsavel_fechamento_1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_1", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Responsavel_fechamento_2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_2", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Responsavel_fechamento_3", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_3", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Remuneracao_fixa_(data_base)", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_fixa_(data_base)", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Remuneracao_variável", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_variável", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Data_base", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_base", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Indice_reajuste", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Indice_reajuste", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Data_ultimo_reajuste", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_ultimo_reajuste", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Data_proximo_reajuste", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_proximo_reajuste", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Remuneracao_fixa_(reajustada)", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_fixa_(reajustada)", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Comentarios_faturamento", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Comentarios_faturamento", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Gestao", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Gestao", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cliente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cliente", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Unidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Unidade", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Unidade_gerenciada", global::System.Data.OleDb.OleDbType.Boolean, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Unidade_gerenciada", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Submercado", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Submercado", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Agente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Agente", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cod_Agente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Agente", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("PerfilCCEE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "PerfilCCEE", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cod_Ativo", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Ativo", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cod_CliqCCEE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_CliqCCEE", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Codigo_SCDE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_SCDE", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("CNPJ_CPF", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CNPJ_CPF", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Razao_Social", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Razao_Social", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "IE", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Rua", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Rua", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Numero", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Numero", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Bairro", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Bairro", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("CEP", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CEP", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Codigo_do_Municipio", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_do_Municipio", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cidade", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("UF", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "UF", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Endereco_Completo", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Endereco_Completo", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Conta_corrente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Conta_corrente", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Distribuidora", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Distribuidora", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Grupo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Grupo", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Perfil", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Perfil", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Ag_virt_Login1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Login1", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Ag_virt_Login2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Login2", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Ag_virt_Senha", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Senha", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Medicao_Alta_Baixa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Medicao_Alta_Baixa", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("TUSD_AT_BT", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "TUSD_AT_BT", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Codigo_Instalacao", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_Instalacao", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Demanda_P", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Demanda_P", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Demanda_FP", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Demanda_FP", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Percentual_est_cons_p", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Percentual_est_cons_p", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Status_empresa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Status_empresa", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Status_unidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Status_unidade", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Data_de_Migracao", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_de_Migracao", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Data_lim_den", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_lim_den", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("ICMS_TUSD", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ICMS_TUSD", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("ICMS_NFs", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ICMS_NFs", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Tipo_de_energia", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Tipo_de_energia", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Caminho_NFs", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Caminho_NFs", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Email_faturamento_Smart", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Email_faturamento_Smart", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Declarou_DEVEC", global::System.Data.OleDb.OleDbType.Boolean, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Declarou_DEVEC", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cont_Covid", global::System.Data.OleDb.OleDbType.Boolean, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cont_Covid", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Parcela_Carga", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Parcela_Carga", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("N_ativo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "N_ativo", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cod_5min", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_5min", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Modalidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Modalidade", 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 `Dados_cadastrais` SET `Cod_Smart_unidade` = ?, `Cod_Smart_cliente` = ?, `" + - "Angariador` = ?, `Data_fechamento_Smart` = ?, `Responsavel_fechamento_1` = ?, `R" + - "esponsavel_fechamento_2` = ?, `Responsavel_fechamento_3` = ?, `Remuneracao_fixa_" + - "(data_base)` = ?, `Remuneracao_variável` = ?, `Data_base` = ?, `Indice_reajuste`" + - " = ?, `Data_ultimo_reajuste` = ?, `Data_proximo_reajuste` = ?, `Remuneracao_fixa" + - "_(reajustada)` = ?, `Comentarios_faturamento` = ?, `Gestao` = ?, `Cliente` = ?, " + - "`Unidade` = ?, `Unidade_gerenciada` = ?, `Submercado` = ?, `Agente` = ?, `Cod_Ag" + - "ente` = ?, `PerfilCCEE` = ?, `Cod_Ativo` = ?, `Cod_CliqCCEE` = ?, `Codigo_SCDE` " + - "= ?, `CNPJ_CPF` = ?, `Razao_Social` = ?, `IE` = ?, `Rua` = ?, `Numero` = ?, `Bai" + - "rro` = ?, `CEP` = ?, `Codigo_do_Municipio` = ?, `Cidade` = ?, `UF` = ?, `Enderec" + - "o_Completo` = ?, `Conta_corrente` = ?, `Distribuidora` = ?, `Grupo` = ?, `Perfil" + - "` = ?, `Ag_virt_Login1` = ?, `Ag_virt_Login2` = ?, `Ag_virt_Senha` = ?, `Medicao" + - "_Alta_Baixa` = ?, `TUSD_AT_BT` = ?, `Codigo_Instalacao` = ?, `Demanda_P` = ?, `D" + - "emanda_FP` = ?, `Percentual_est_cons_p` = ?, `Status_empresa` = ?, `Status_unida" + - "de` = ?, `Data_de_Migracao` = ?, `Data_lim_den` = ?, `ICMS_TUSD` = ?, `ICMS_NFs`" + - " = ?, `Tipo_de_energia` = ?, `Caminho_NFs` = ?, `Email_faturamento_Smart` = ?, `" + - "Declarou_DEVEC` = ?, `Cont_Covid` = ?, `Parcela_Carga` = ?, `N_ativo` = ?, `Cod_" + - "5min` = ?, `Modalidade` = ? WHERE ((`Cod_Smart_unidade` = ?) AND ((? = 1 AND `Co" + - "d_Smart_cliente` IS NULL) OR (`Cod_Smart_cliente` = ?)) AND ((? = 1 AND `Angaria" + - "dor` IS NULL) OR (`Angariador` = ?)) AND ((? = 1 AND `Data_fechamento_Smart` IS " + - "NULL) OR (`Data_fechamento_Smart` = ?)) AND ((? = 1 AND `Responsavel_fechamento_" + - "1` IS NULL) OR (`Responsavel_fechamento_1` = ?)) AND ((? = 1 AND `Responsavel_fe" + - "chamento_2` IS NULL) OR (`Responsavel_fechamento_2` = ?)) AND ((? = 1 AND `Respo" + - "nsavel_fechamento_3` IS NULL) OR (`Responsavel_fechamento_3` = ?)) AND ((? = 1 A" + - "ND `Remuneracao_fixa_(data_base)` IS NULL) OR (`Remuneracao_fixa_(data_base)` = " + - "?)) AND ((? = 1 AND `Remuneracao_variável` IS NULL) OR (`Remuneracao_variável` =" + - " ?)) AND ((? = 1 AND `Data_base` IS NULL) OR (`Data_base` = ?)) AND ((? = 1 AND " + - "`Indice_reajuste` IS NULL) OR (`Indice_reajuste` = ?)) AND ((? = 1 AND `Data_ult" + - "imo_reajuste` IS NULL) OR (`Data_ultimo_reajuste` = ?)) AND ((? = 1 AND `Data_pr" + - "oximo_reajuste` IS NULL) OR (`Data_proximo_reajuste` = ?)) AND ((? = 1 AND `Remu" + - "neracao_fixa_(reajustada)` IS NULL) OR (`Remuneracao_fixa_(reajustada)` = ?)) AN" + - "D ((? = 1 AND `Gestao` IS NULL) OR (`Gestao` = ?)) AND ((? = 1 AND `Cliente` IS " + - "NULL) OR (`Cliente` = ?)) AND ((? = 1 AND `Unidade` IS NULL) OR (`Unidade` = ?))" + - " AND ((? = 1 AND `Unidade_gerenciada` IS NULL) OR (`Unidade_gerenciada` = ?)) AN" + - "D ((? = 1 AND `Submercado` IS NULL) OR (`Submercado` = ?)) AND ((? = 1 AND `Agen" + - "te` IS NULL) OR (`Agente` = ?)) AND ((? = 1 AND `Cod_Agente` IS NULL) OR (`Cod_A" + - "gente` = ?)) AND ((? = 1 AND `PerfilCCEE` IS NULL) OR (`PerfilCCEE` = ?)) AND ((" + - "? = 1 AND `Cod_Ativo` IS NULL) OR (`Cod_Ativo` = ?)) AND ((? = 1 AND `Cod_CliqCC" + - "EE` IS NULL) OR (`Cod_CliqCCEE` = ?)) AND ((? = 1 AND `Codigo_SCDE` IS NULL) OR " + - "(`Codigo_SCDE` = ?)) AND ((? = 1 AND `CNPJ_CPF` IS NULL) OR (`CNPJ_CPF` = ?)) AN" + - "D ((? = 1 AND `IE` IS NULL) OR (`IE` = ?)) AND ((? = 1 AND `Numero` IS NULL) OR " + - "(`Numero` = ?)) AND ((? = 1 AND `Bairro` IS NULL) OR (`Bairro` = ?)) AND ((? = 1" + - " AND `CEP` IS NULL) OR (`CEP` = ?)) AND ((? = 1 AND `Codigo_do_Municipio` IS NUL" + - "L) OR (`Codigo_do_Municipio` = ?)) AND ((? = 1 AND `Cidade` IS NULL) OR (`Cidade" + - "` = ?)) AND ((? = 1 AND `UF` IS NULL) OR (`UF` = ?)) AND ((? = 1 AND `Conta_corr" + - "ente` IS NULL) OR (`Conta_corrente` = ?)) AND ((? = 1 AND `Distribuidora` IS NUL" + - "L) OR (`Distribuidora` = ?)) AND ((? = 1 AND `Grupo` IS NULL) OR (`Grupo` = ?)) " + - "AND ((? = 1 AND `Perfil` IS NULL) OR (`Perfil` = ?)) AND ((? = 1 AND `Ag_virt_Lo" + - "gin1` IS NULL) OR (`Ag_virt_Login1` = ?)) AND ((? = 1 AND `Ag_virt_Login2` IS NU" + - "LL) OR (`Ag_virt_Login2` = ?)) AND ((? = 1 AND `Ag_virt_Senha` IS NULL) OR (`Ag_" + - "virt_Senha` = ?)) AND ((? = 1 AND `Medicao_Alta_Baixa` IS NULL) OR (`Medicao_Alt" + - "a_Baixa` = ?)) AND ((? = 1 AND `TUSD_AT_BT` IS NULL) OR (`TUSD_AT_BT` = ?)) AND " + - "((? = 1 AND `Codigo_Instalacao` IS NULL) OR (`Codigo_Instalacao` = ?)) AND ((? =" + - " 1 AND `Demanda_P` IS NULL) OR (`Demanda_P` = ?)) AND ((? = 1 AND `Demanda_FP` I" + - "S NULL) OR (`Demanda_FP` = ?)) AND ((? = 1 AND `Percentual_est_cons_p` IS NULL) " + - "OR (`Percentual_est_cons_p` = ?)) AND ((? = 1 AND `Status_empresa` IS NULL) OR (" + - "`Status_empresa` = ?)) AND ((? = 1 AND `Status_unidade` IS NULL) OR (`Status_uni" + - "dade` = ?)) AND ((? = 1 AND `Data_de_Migracao` IS NULL) OR (`Data_de_Migracao` =" + - " ?)) AND ((? = 1 AND `Data_lim_den` IS NULL) OR (`Data_lim_den` = ?)) AND ((? = " + - "1 AND `ICMS_TUSD` IS NULL) OR (`ICMS_TUSD` = ?)) AND ((? = 1 AND `ICMS_NFs` IS N" + - "ULL) OR (`ICMS_NFs` = ?)) AND ((? = 1 AND `Tipo_de_energia` IS NULL) OR (`Tipo_d" + - "e_energia` = ?)) AND ((? = 1 AND `Declarou_DEVEC` IS NULL) OR (`Declarou_DEVEC` " + - "= ?)) AND ((? = 1 AND `Cont_Covid` IS NULL) OR (`Cont_Covid` = ?)) AND ((? = 1 A" + - "ND `Parcela_Carga` IS NULL) OR (`Parcela_Carga` = ?)) AND ((? = 1 AND `N_ativo` " + - "IS NULL) OR (`N_ativo` = ?)) AND ((? = 1 AND `Cod_5min` IS NULL) OR (`Cod_5min` " + - "= ?)) AND ((? = 1 AND `Modalidade` IS NULL) OR (`Modalidade` = ?)))"; - this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cod_Smart_unidade", global::System.Data.OleDb.OleDbType.BigInt, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Smart_unidade", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cod_Smart_cliente", global::System.Data.OleDb.OleDbType.BigInt, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Smart_cliente", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Angariador", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Angariador", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Data_fechamento_Smart", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_fechamento_Smart", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Responsavel_fechamento_1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_1", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Responsavel_fechamento_2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_2", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Responsavel_fechamento_3", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_3", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Remuneracao_fixa_(data_base)", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_fixa_(data_base)", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Remuneracao_variável", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_variável", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Data_base", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_base", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Indice_reajuste", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Indice_reajuste", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Data_ultimo_reajuste", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_ultimo_reajuste", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Data_proximo_reajuste", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_proximo_reajuste", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Remuneracao_fixa_(reajustada)", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_fixa_(reajustada)", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Comentarios_faturamento", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Comentarios_faturamento", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Gestao", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Gestao", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cliente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cliente", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Unidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Unidade", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Unidade_gerenciada", global::System.Data.OleDb.OleDbType.Boolean, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Unidade_gerenciada", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Submercado", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Submercado", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Agente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Agente", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cod_Agente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Agente", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("PerfilCCEE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "PerfilCCEE", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cod_Ativo", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Ativo", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cod_CliqCCEE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_CliqCCEE", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Codigo_SCDE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_SCDE", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("CNPJ_CPF", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CNPJ_CPF", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Razao_Social", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Razao_Social", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "IE", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Rua", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Rua", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Numero", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Numero", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Bairro", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Bairro", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("CEP", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CEP", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Codigo_do_Municipio", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_do_Municipio", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cidade", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("UF", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "UF", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Endereco_Completo", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Endereco_Completo", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Conta_corrente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Conta_corrente", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Distribuidora", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Distribuidora", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Grupo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Grupo", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Perfil", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Perfil", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Ag_virt_Login1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Login1", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Ag_virt_Login2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Login2", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Ag_virt_Senha", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Senha", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Medicao_Alta_Baixa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Medicao_Alta_Baixa", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("TUSD_AT_BT", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "TUSD_AT_BT", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Codigo_Instalacao", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_Instalacao", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Demanda_P", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Demanda_P", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Demanda_FP", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Demanda_FP", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Percentual_est_cons_p", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Percentual_est_cons_p", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Status_empresa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Status_empresa", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Status_unidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Status_unidade", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Data_de_Migracao", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_de_Migracao", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Data_lim_den", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_lim_den", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("ICMS_TUSD", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ICMS_TUSD", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("ICMS_NFs", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ICMS_NFs", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Tipo_de_energia", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Tipo_de_energia", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Caminho_NFs", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Caminho_NFs", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Email_faturamento_Smart", global::System.Data.OleDb.OleDbType.LongVarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Email_faturamento_Smart", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Declarou_DEVEC", global::System.Data.OleDb.OleDbType.Boolean, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Declarou_DEVEC", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cont_Covid", global::System.Data.OleDb.OleDbType.Boolean, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cont_Covid", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Parcela_Carga", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Parcela_Carga", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("N_ativo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "N_ativo", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Cod_5min", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_5min", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Modalidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Modalidade", global::System.Data.DataRowVersion.Current, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cod_Smart_unidade", global::System.Data.OleDb.OleDbType.BigInt, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Smart_unidade", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cod_Smart_cliente", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Smart_cliente", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cod_Smart_cliente", global::System.Data.OleDb.OleDbType.BigInt, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Smart_cliente", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Angariador", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Angariador", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Angariador", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Angariador", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Data_fechamento_Smart", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_fechamento_Smart", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Data_fechamento_Smart", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_fechamento_Smart", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Responsavel_fechamento_1", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_1", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Responsavel_fechamento_1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_1", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Responsavel_fechamento_2", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_2", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Responsavel_fechamento_2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_2", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Responsavel_fechamento_3", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_3", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Responsavel_fechamento_3", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Responsavel_fechamento_3", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Remuneracao_fixa_(data_base)", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_fixa_(data_base)", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Remuneracao_fixa_(data_base)", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_fixa_(data_base)", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Remuneracao_variável", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_variável", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Remuneracao_variável", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_variável", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Data_base", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_base", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Data_base", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_base", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Indice_reajuste", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Indice_reajuste", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Indice_reajuste", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Indice_reajuste", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Data_ultimo_reajuste", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_ultimo_reajuste", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Data_ultimo_reajuste", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_ultimo_reajuste", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Data_proximo_reajuste", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_proximo_reajuste", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Data_proximo_reajuste", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_proximo_reajuste", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Remuneracao_fixa_(reajustada)", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_fixa_(reajustada)", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Remuneracao_fixa_(reajustada)", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remuneracao_fixa_(reajustada)", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Gestao", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Gestao", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Gestao", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Gestao", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cliente", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cliente", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cliente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cliente", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Unidade", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Unidade", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Unidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Unidade", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Unidade_gerenciada", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Unidade_gerenciada", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Unidade_gerenciada", global::System.Data.OleDb.OleDbType.Boolean, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Unidade_gerenciada", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Submercado", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Submercado", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Submercado", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Submercado", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Agente", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Agente", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Agente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Agente", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cod_Agente", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Agente", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cod_Agente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Agente", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_PerfilCCEE", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "PerfilCCEE", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_PerfilCCEE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "PerfilCCEE", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cod_Ativo", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Ativo", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cod_Ativo", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_Ativo", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cod_CliqCCEE", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_CliqCCEE", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cod_CliqCCEE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_CliqCCEE", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Codigo_SCDE", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_SCDE", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Codigo_SCDE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_SCDE", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_CNPJ_CPF", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CNPJ_CPF", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_CNPJ_CPF", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CNPJ_CPF", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_IE", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "IE", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_IE", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "IE", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Numero", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Numero", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Numero", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Numero", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Bairro", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Bairro", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Bairro", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Bairro", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_CEP", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CEP", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_CEP", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CEP", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Codigo_do_Municipio", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_do_Municipio", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Codigo_do_Municipio", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_do_Municipio", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cidade", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cidade", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cidade", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_UF", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "UF", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_UF", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "UF", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Conta_corrente", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Conta_corrente", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Conta_corrente", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Conta_corrente", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Distribuidora", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Distribuidora", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Distribuidora", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Distribuidora", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Grupo", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Grupo", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Grupo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Grupo", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Perfil", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Perfil", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Perfil", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Perfil", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Ag_virt_Login1", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Login1", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Ag_virt_Login1", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Login1", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Ag_virt_Login2", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Login2", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Ag_virt_Login2", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Login2", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Ag_virt_Senha", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Senha", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Ag_virt_Senha", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Ag_virt_Senha", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Medicao_Alta_Baixa", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Medicao_Alta_Baixa", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Medicao_Alta_Baixa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Medicao_Alta_Baixa", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_TUSD_AT_BT", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "TUSD_AT_BT", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_TUSD_AT_BT", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "TUSD_AT_BT", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Codigo_Instalacao", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_Instalacao", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Codigo_Instalacao", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Codigo_Instalacao", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Demanda_P", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Demanda_P", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Demanda_P", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Demanda_P", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Demanda_FP", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Demanda_FP", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Demanda_FP", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Demanda_FP", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Percentual_est_cons_p", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Percentual_est_cons_p", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Percentual_est_cons_p", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Percentual_est_cons_p", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Status_empresa", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Status_empresa", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Status_empresa", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Status_empresa", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Status_unidade", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Status_unidade", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Status_unidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Status_unidade", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Data_de_Migracao", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_de_Migracao", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Data_de_Migracao", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_de_Migracao", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Data_lim_den", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_lim_den", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Data_lim_den", global::System.Data.OleDb.OleDbType.Date, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Data_lim_den", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_ICMS_TUSD", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ICMS_TUSD", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_ICMS_TUSD", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ICMS_TUSD", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_ICMS_NFs", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ICMS_NFs", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_ICMS_NFs", global::System.Data.OleDb.OleDbType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ICMS_NFs", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Tipo_de_energia", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Tipo_de_energia", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Tipo_de_energia", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Tipo_de_energia", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Declarou_DEVEC", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Declarou_DEVEC", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Declarou_DEVEC", global::System.Data.OleDb.OleDbType.Boolean, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Declarou_DEVEC", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cont_Covid", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cont_Covid", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cont_Covid", global::System.Data.OleDb.OleDbType.Boolean, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cont_Covid", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Parcela_Carga", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Parcela_Carga", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Parcela_Carga", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Parcela_Carga", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_N_ativo", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "N_ativo", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_N_ativo", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "N_ativo", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Cod_5min", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_5min", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Cod_5min", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cod_5min", global::System.Data.DataRowVersion.Original, false, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("IsNull_Modalidade", global::System.Data.OleDb.OleDbType.Integer, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Modalidade", global::System.Data.DataRowVersion.Original, true, null)); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OleDb.OleDbParameter("Original_Modalidade", global::System.Data.OleDb.OleDbType.VarWChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Modalidade", global::System.Data.DataRowVersion.Original, false, null)); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private void InitConnection() { - this._connection = new global::System.Data.OleDb.OleDbConnection(); - this._connection.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=\"X:\\Middle\\Informativo Setorial\\Mod" + - "elo Word\\BD1_dados cadastrais e faturas.accdb\";Jet OLEDB:Database Password=gds21" + - ""; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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 Cod_Smart_unidade, Cod_Smart_cliente, Angariador, Data_fechamento_Smart, Responsavel_fechamento_1, Responsavel_fechamento_2, Responsavel_fechamento_3, [Remuneracao_fixa_(data_base)], Remuneracao_variável, Data_base, Indice_reajuste, Data_ultimo_reajuste, Data_proximo_reajuste, [Remuneracao_fixa_(reajustada)], Comentarios_faturamento, Gestao, Cliente, Unidade, Unidade_gerenciada, Submercado, Agente, Cod_Agente, PerfilCCEE, Cod_Ativo, Cod_CliqCCEE, Codigo_SCDE, CNPJ_CPF, Razao_Social, IE, Rua, Numero, Bairro, CEP, Codigo_do_Municipio, Cidade, UF, Endereco_Completo, Conta_corrente, Distribuidora, Grupo, Perfil, Ag_virt_Login1, Ag_virt_Login2, Ag_virt_Senha, Medicao_Alta_Baixa, TUSD_AT_BT, Codigo_Instalacao, Demanda_P, Demanda_FP, Percentual_est_cons_p, Status_empresa, Status_unidade, Data_de_Migracao, Data_lim_den, ICMS_TUSD, ICMS_NFs, Tipo_de_energia, Caminho_NFs, Email_faturamento_Smart, Declarou_DEVEC, Cont_Covid, Parcela_Carga, N_ativo, Cod_5min, Modalidade FROM Dados_cadastrais"; - this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(DataSet1.Dados_cadastraisDataTable 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", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DataSet1.Dados_cadastraisDataTable GetData() { - this.Adapter.SelectCommand = this.CommandCollection[0]; - DataSet1.Dados_cadastraisDataTable dataTable = new DataSet1.Dados_cadastraisDataTable(); - this.Adapter.Fill(dataTable); - return dataTable; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DataSet1.Dados_cadastraisDataTable dataTable) { - return this.Adapter.Update(dataTable); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DataSet1 dataSet) { - return this.Adapter.Update(dataSet, "Dados_cadastrais"); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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( - long Original_Cod_Smart_unidade, - global::System.Nullable Original_Cod_Smart_cliente, - string Original_Angariador, - global::System.Nullable Original_Data_fechamento_Smart, - string Original_Responsavel_fechamento_1, - string Original_Responsavel_fechamento_2, - string Original_Responsavel_fechamento_3, - global::System.Nullable _Original_Remuneracao_fixa__data_base_, - global::System.Nullable Original_Remuneracao_variável, - global::System.Nullable Original_Data_base, - string Original_Indice_reajuste, - global::System.Nullable Original_Data_ultimo_reajuste, - global::System.Nullable Original_Data_proximo_reajuste, - global::System.Nullable _Original_Remuneracao_fixa__reajustada_, - string Original_Gestao, - string Original_Cliente, - string Original_Unidade, - bool Original_Unidade_gerenciada, - string Original_Submercado, - string Original_Agente, - string Original_Cod_Agente, - string Original_PerfilCCEE, - global::System.Nullable Original_Cod_Ativo, - string Original_Cod_CliqCCEE, - string Original_Codigo_SCDE, - string Original_CNPJ_CPF, - string Original_IE, - string Original_Numero, - string Original_Bairro, - string Original_CEP, - string Original_Codigo_do_Municipio, - string Original_Cidade, - string Original_UF, - string Original_Conta_corrente, - string Original_Distribuidora, - string Original_Grupo, - string Original_Perfil, - string Original_Ag_virt_Login1, - string Original_Ag_virt_Login2, - string Original_Ag_virt_Senha, - string Original_Medicao_Alta_Baixa, - string Original_TUSD_AT_BT, - string Original_Codigo_Instalacao, - global::System.Nullable Original_Demanda_P, - global::System.Nullable Original_Demanda_FP, - global::System.Nullable Original_Percentual_est_cons_p, - string Original_Status_empresa, - string Original_Status_unidade, - global::System.Nullable Original_Data_de_Migracao, - global::System.Nullable Original_Data_lim_den, - global::System.Nullable Original_ICMS_TUSD, - global::System.Nullable Original_ICMS_NFs, - string Original_Tipo_de_energia, - bool Original_Declarou_DEVEC, - bool Original_Cont_Covid, - string Original_Parcela_Carga, - string Original_N_ativo, - string Original_Cod_5min, - string Original_Modalidade) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((long)(Original_Cod_Smart_unidade)); - if ((Original_Cod_Smart_cliente.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((long)(Original_Cod_Smart_cliente.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; - } - if ((Original_Angariador == 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_Angariador)); - } - if ((Original_Data_fechamento_Smart.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((System.DateTime)(Original_Data_fechamento_Smart.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; - } - if ((Original_Responsavel_fechamento_1 == 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_Responsavel_fechamento_1)); - } - if ((Original_Responsavel_fechamento_2 == 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_Responsavel_fechamento_2)); - } - if ((Original_Responsavel_fechamento_3 == 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_Responsavel_fechamento_3)); - } - if ((_Original_Remuneracao_fixa__data_base_.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[14].Value = ((double)(_Original_Remuneracao_fixa__data_base_.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; - } - if ((Original_Remuneracao_variável.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[16].Value = ((double)(Original_Remuneracao_variável.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; - } - if ((Original_Data_base.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((System.DateTime)(Original_Data_base.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; - } - if ((Original_Indice_reajuste == 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_Indice_reajuste)); - } - if ((Original_Data_ultimo_reajuste.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[22].Value = ((System.DateTime)(Original_Data_ultimo_reajuste.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; - } - if ((Original_Data_proximo_reajuste.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[24].Value = ((System.DateTime)(Original_Data_proximo_reajuste.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; - } - if ((_Original_Remuneracao_fixa__reajustada_.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[26].Value = ((double)(_Original_Remuneracao_fixa__reajustada_.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; - } - if ((Original_Gestao == 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_Gestao)); - } - if ((Original_Cliente == 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_Cliente)); - } - if ((Original_Unidade == 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_Unidade)); - } - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[34].Value = ((bool)(Original_Unidade_gerenciada)); - if ((Original_Submercado == 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_Submercado)); - } - if ((Original_Agente == 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_Agente)); - } - if ((Original_Cod_Agente == 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_Cod_Agente)); - } - if ((Original_PerfilCCEE == 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_PerfilCCEE)); - } - if ((Original_Cod_Ativo.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[44].Value = ((double)(Original_Cod_Ativo.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; - } - if ((Original_Cod_CliqCCEE == 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_Cod_CliqCCEE)); - } - if ((Original_Codigo_SCDE == null)) { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[48].Value = ((string)(Original_Codigo_SCDE)); - } - if ((Original_CNPJ_CPF == 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_CNPJ_CPF)); - } - if ((Original_IE == 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_IE)); - } - if ((Original_Numero == 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_Numero)); - } - if ((Original_Bairro == 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_Bairro)); - } - if ((Original_CEP == 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_CEP)); - } - if ((Original_Codigo_do_Municipio == null)) { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[60].Value = ((string)(Original_Codigo_do_Municipio)); - } - if ((Original_Cidade == 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_Cidade)); - } - if ((Original_UF == 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_UF)); - } - if ((Original_Conta_corrente == 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_Conta_corrente)); - } - if ((Original_Distribuidora == 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_Distribuidora)); - } - if ((Original_Grupo == 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_Grupo)); - } - if ((Original_Perfil == 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_Perfil)); - } - if ((Original_Ag_virt_Login1 == 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_Ag_virt_Login1)); - } - if ((Original_Ag_virt_Login2 == 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_Ag_virt_Login2)); - } - if ((Original_Ag_virt_Senha == 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_Ag_virt_Senha)); - } - if ((Original_Medicao_Alta_Baixa == 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_Medicao_Alta_Baixa)); - } - if ((Original_TUSD_AT_BT == 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_TUSD_AT_BT)); - } - if ((Original_Codigo_Instalacao == 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_Codigo_Instalacao)); - } - if ((Original_Demanda_P.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[86].Value = ((double)(Original_Demanda_P.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; - } - if ((Original_Demanda_FP.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[88].Value = ((double)(Original_Demanda_FP.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; - } - if ((Original_Percentual_est_cons_p.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[90].Value = ((double)(Original_Percentual_est_cons_p.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; - } - if ((Original_Status_empresa == null)) { - this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[92].Value = ((string)(Original_Status_empresa)); - } - if ((Original_Status_unidade == null)) { - this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[94].Value = ((string)(Original_Status_unidade)); - } - if ((Original_Data_de_Migracao.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_Data_de_Migracao.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; - } - if ((Original_Data_lim_den.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[98].Value = ((System.DateTime)(Original_Data_lim_den.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; - } - if ((Original_ICMS_TUSD.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[100].Value = ((double)(Original_ICMS_TUSD.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; - } - if ((Original_ICMS_NFs.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[102].Value = ((double)(Original_ICMS_NFs.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; - } - if ((Original_Tipo_de_energia == 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_Tipo_de_energia)); - } - this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[106].Value = ((bool)(Original_Declarou_DEVEC)); - this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[108].Value = ((bool)(Original_Cont_Covid)); - if ((Original_Parcela_Carga == null)) { - this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[110].Value = ((string)(Original_Parcela_Carga)); - } - if ((Original_N_ativo == 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_N_ativo)); - } - if ((Original_Cod_5min == null)) { - this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[114].Value = ((string)(Original_Cod_5min)); - } - if ((Original_Modalidade == null)) { - this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[116].Value = ((string)(Original_Modalidade)); - } - 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", "17.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( - long Cod_Smart_unidade, - global::System.Nullable Cod_Smart_cliente, - string Angariador, - global::System.Nullable Data_fechamento_Smart, - string Responsavel_fechamento_1, - string Responsavel_fechamento_2, - string Responsavel_fechamento_3, - global::System.Nullable _Remuneracao_fixa__data_base_, - global::System.Nullable Remuneracao_variável, - global::System.Nullable Data_base, - string Indice_reajuste, - global::System.Nullable Data_ultimo_reajuste, - global::System.Nullable Data_proximo_reajuste, - global::System.Nullable _Remuneracao_fixa__reajustada_, - string Comentarios_faturamento, - string Gestao, - string Cliente, - string Unidade, - bool Unidade_gerenciada, - string Submercado, - string Agente, - string Cod_Agente, - string PerfilCCEE, - global::System.Nullable Cod_Ativo, - string Cod_CliqCCEE, - string Codigo_SCDE, - string CNPJ_CPF, - string Razao_Social, - string IE, - string Rua, - string Numero, - string Bairro, - string CEP, - string Codigo_do_Municipio, - string Cidade, - string UF, - string Endereco_Completo, - string Conta_corrente, - string Distribuidora, - string Grupo, - string Perfil, - string Ag_virt_Login1, - string Ag_virt_Login2, - string Ag_virt_Senha, - string Medicao_Alta_Baixa, - string TUSD_AT_BT, - string Codigo_Instalacao, - global::System.Nullable Demanda_P, - global::System.Nullable Demanda_FP, - global::System.Nullable Percentual_est_cons_p, - string Status_empresa, - string Status_unidade, - global::System.Nullable Data_de_Migracao, - global::System.Nullable Data_lim_den, - global::System.Nullable ICMS_TUSD, - global::System.Nullable ICMS_NFs, - string Tipo_de_energia, - string Caminho_NFs, - string Email_faturamento_Smart, - bool Declarou_DEVEC, - bool Cont_Covid, - string Parcela_Carga, - string N_ativo, - string Cod_5min, - string Modalidade) { - this.Adapter.InsertCommand.Parameters[0].Value = ((long)(Cod_Smart_unidade)); - if ((Cod_Smart_cliente.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[1].Value = ((long)(Cod_Smart_cliente.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; - } - if ((Angariador == null)) { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[2].Value = ((string)(Angariador)); - } - if ((Data_fechamento_Smart.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((System.DateTime)(Data_fechamento_Smart.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; - } - if ((Responsavel_fechamento_1 == null)) { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[4].Value = ((string)(Responsavel_fechamento_1)); - } - if ((Responsavel_fechamento_2 == null)) { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[5].Value = ((string)(Responsavel_fechamento_2)); - } - if ((Responsavel_fechamento_3 == null)) { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[6].Value = ((string)(Responsavel_fechamento_3)); - } - if ((_Remuneracao_fixa__data_base_.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((double)(_Remuneracao_fixa__data_base_.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; - } - if ((Remuneracao_variável.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((double)(Remuneracao_variável.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; - } - if ((Data_base.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((System.DateTime)(Data_base.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; - } - if ((Indice_reajuste == null)) { - this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[10].Value = ((string)(Indice_reajuste)); - } - if ((Data_ultimo_reajuste.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((System.DateTime)(Data_ultimo_reajuste.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; - } - if ((Data_proximo_reajuste.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((System.DateTime)(Data_proximo_reajuste.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; - } - if ((_Remuneracao_fixa__reajustada_.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[13].Value = ((double)(_Remuneracao_fixa__reajustada_.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; - } - if ((Comentarios_faturamento == null)) { - this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[14].Value = ((string)(Comentarios_faturamento)); - } - if ((Gestao == null)) { - this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[15].Value = ((string)(Gestao)); - } - if ((Cliente == null)) { - this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[16].Value = ((string)(Cliente)); - } - if ((Unidade == null)) { - this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[17].Value = ((string)(Unidade)); - } - this.Adapter.InsertCommand.Parameters[18].Value = ((bool)(Unidade_gerenciada)); - if ((Submercado == null)) { - this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[19].Value = ((string)(Submercado)); - } - if ((Agente == null)) { - this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[20].Value = ((string)(Agente)); - } - if ((Cod_Agente == null)) { - this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[21].Value = ((string)(Cod_Agente)); - } - if ((PerfilCCEE == null)) { - this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[22].Value = ((string)(PerfilCCEE)); - } - if ((Cod_Ativo.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[23].Value = ((double)(Cod_Ativo.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; - } - if ((Cod_CliqCCEE == null)) { - this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[24].Value = ((string)(Cod_CliqCCEE)); - } - if ((Codigo_SCDE == null)) { - this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[25].Value = ((string)(Codigo_SCDE)); - } - if ((CNPJ_CPF == null)) { - this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[26].Value = ((string)(CNPJ_CPF)); - } - if ((Razao_Social == null)) { - this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[27].Value = ((string)(Razao_Social)); - } - if ((IE == null)) { - this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[28].Value = ((string)(IE)); - } - if ((Rua == null)) { - this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[29].Value = ((string)(Rua)); - } - if ((Numero == null)) { - this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[30].Value = ((string)(Numero)); - } - if ((Bairro == null)) { - this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[31].Value = ((string)(Bairro)); - } - if ((CEP == null)) { - this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[32].Value = ((string)(CEP)); - } - if ((Codigo_do_Municipio == null)) { - this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[33].Value = ((string)(Codigo_do_Municipio)); - } - if ((Cidade == null)) { - this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[34].Value = ((string)(Cidade)); - } - if ((UF == null)) { - this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[35].Value = ((string)(UF)); - } - if ((Endereco_Completo == null)) { - this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[36].Value = ((string)(Endereco_Completo)); - } - if ((Conta_corrente == null)) { - this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[37].Value = ((string)(Conta_corrente)); - } - if ((Distribuidora == null)) { - this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[38].Value = ((string)(Distribuidora)); - } - if ((Grupo == null)) { - this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[39].Value = ((string)(Grupo)); - } - if ((Perfil == null)) { - this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[40].Value = ((string)(Perfil)); - } - if ((Ag_virt_Login1 == null)) { - this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[41].Value = ((string)(Ag_virt_Login1)); - } - if ((Ag_virt_Login2 == null)) { - this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[42].Value = ((string)(Ag_virt_Login2)); - } - if ((Ag_virt_Senha == null)) { - this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[43].Value = ((string)(Ag_virt_Senha)); - } - if ((Medicao_Alta_Baixa == null)) { - this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[44].Value = ((string)(Medicao_Alta_Baixa)); - } - if ((TUSD_AT_BT == null)) { - this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[45].Value = ((string)(TUSD_AT_BT)); - } - if ((Codigo_Instalacao == null)) { - this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[46].Value = ((string)(Codigo_Instalacao)); - } - if ((Demanda_P.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[47].Value = ((double)(Demanda_P.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; - } - if ((Demanda_FP.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[48].Value = ((double)(Demanda_FP.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; - } - if ((Percentual_est_cons_p.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[49].Value = ((double)(Percentual_est_cons_p.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; - } - if ((Status_empresa == null)) { - this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[50].Value = ((string)(Status_empresa)); - } - if ((Status_unidade == null)) { - this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[51].Value = ((string)(Status_unidade)); - } - if ((Data_de_Migracao.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[52].Value = ((int)(Data_de_Migracao.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; - } - if ((Data_lim_den.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[53].Value = ((System.DateTime)(Data_lim_den.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; - } - if ((ICMS_TUSD.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[54].Value = ((double)(ICMS_TUSD.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; - } - if ((ICMS_NFs.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[55].Value = ((double)(ICMS_NFs.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; - } - if ((Tipo_de_energia == null)) { - this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[56].Value = ((string)(Tipo_de_energia)); - } - if ((Caminho_NFs == null)) { - this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[57].Value = ((string)(Caminho_NFs)); - } - if ((Email_faturamento_Smart == null)) { - this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[58].Value = ((string)(Email_faturamento_Smart)); - } - this.Adapter.InsertCommand.Parameters[59].Value = ((bool)(Declarou_DEVEC)); - this.Adapter.InsertCommand.Parameters[60].Value = ((bool)(Cont_Covid)); - if ((Parcela_Carga == null)) { - this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[61].Value = ((string)(Parcela_Carga)); - } - if ((N_ativo == null)) { - this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[62].Value = ((string)(N_ativo)); - } - if ((Cod_5min == null)) { - this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[63].Value = ((string)(Cod_5min)); - } - if ((Modalidade == null)) { - this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[64].Value = ((string)(Modalidade)); - } - 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", "17.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( - long Cod_Smart_unidade, - global::System.Nullable Cod_Smart_cliente, - string Angariador, - global::System.Nullable Data_fechamento_Smart, - string Responsavel_fechamento_1, - string Responsavel_fechamento_2, - string Responsavel_fechamento_3, - global::System.Nullable _Remuneracao_fixa__data_base_, - global::System.Nullable Remuneracao_variável, - global::System.Nullable Data_base, - string Indice_reajuste, - global::System.Nullable Data_ultimo_reajuste, - global::System.Nullable Data_proximo_reajuste, - global::System.Nullable _Remuneracao_fixa__reajustada_, - string Comentarios_faturamento, - string Gestao, - string Cliente, - string Unidade, - bool Unidade_gerenciada, - string Submercado, - string Agente, - string Cod_Agente, - string PerfilCCEE, - global::System.Nullable Cod_Ativo, - string Cod_CliqCCEE, - string Codigo_SCDE, - string CNPJ_CPF, - string Razao_Social, - string IE, - string Rua, - string Numero, - string Bairro, - string CEP, - string Codigo_do_Municipio, - string Cidade, - string UF, - string Endereco_Completo, - string Conta_corrente, - string Distribuidora, - string Grupo, - string Perfil, - string Ag_virt_Login1, - string Ag_virt_Login2, - string Ag_virt_Senha, - string Medicao_Alta_Baixa, - string TUSD_AT_BT, - string Codigo_Instalacao, - global::System.Nullable Demanda_P, - global::System.Nullable Demanda_FP, - global::System.Nullable Percentual_est_cons_p, - string Status_empresa, - string Status_unidade, - global::System.Nullable Data_de_Migracao, - global::System.Nullable Data_lim_den, - global::System.Nullable ICMS_TUSD, - global::System.Nullable ICMS_NFs, - string Tipo_de_energia, - string Caminho_NFs, - string Email_faturamento_Smart, - bool Declarou_DEVEC, - bool Cont_Covid, - string Parcela_Carga, - string N_ativo, - string Cod_5min, - string Modalidade, - long Original_Cod_Smart_unidade, - global::System.Nullable Original_Cod_Smart_cliente, - string Original_Angariador, - global::System.Nullable Original_Data_fechamento_Smart, - string Original_Responsavel_fechamento_1, - string Original_Responsavel_fechamento_2, - string Original_Responsavel_fechamento_3, - global::System.Nullable _Original_Remuneracao_fixa__data_base_, - global::System.Nullable Original_Remuneracao_variável, - global::System.Nullable Original_Data_base, - string Original_Indice_reajuste, - global::System.Nullable Original_Data_ultimo_reajuste, - global::System.Nullable Original_Data_proximo_reajuste, - global::System.Nullable _Original_Remuneracao_fixa__reajustada_, - string Original_Gestao, - string Original_Cliente, - string Original_Unidade, - bool Original_Unidade_gerenciada, - string Original_Submercado, - string Original_Agente, - string Original_Cod_Agente, - string Original_PerfilCCEE, - global::System.Nullable Original_Cod_Ativo, - string Original_Cod_CliqCCEE, - string Original_Codigo_SCDE, - string Original_CNPJ_CPF, - string Original_IE, - string Original_Numero, - string Original_Bairro, - string Original_CEP, - string Original_Codigo_do_Municipio, - string Original_Cidade, - string Original_UF, - string Original_Conta_corrente, - string Original_Distribuidora, - string Original_Grupo, - string Original_Perfil, - string Original_Ag_virt_Login1, - string Original_Ag_virt_Login2, - string Original_Ag_virt_Senha, - string Original_Medicao_Alta_Baixa, - string Original_TUSD_AT_BT, - string Original_Codigo_Instalacao, - global::System.Nullable Original_Demanda_P, - global::System.Nullable Original_Demanda_FP, - global::System.Nullable Original_Percentual_est_cons_p, - string Original_Status_empresa, - string Original_Status_unidade, - global::System.Nullable Original_Data_de_Migracao, - global::System.Nullable Original_Data_lim_den, - global::System.Nullable Original_ICMS_TUSD, - global::System.Nullable Original_ICMS_NFs, - string Original_Tipo_de_energia, - bool Original_Declarou_DEVEC, - bool Original_Cont_Covid, - string Original_Parcela_Carga, - string Original_N_ativo, - string Original_Cod_5min, - string Original_Modalidade) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((long)(Cod_Smart_unidade)); - if ((Cod_Smart_cliente.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1].Value = ((long)(Cod_Smart_cliente.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; - } - if ((Angariador == null)) { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Angariador)); - } - if ((Data_fechamento_Smart.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((System.DateTime)(Data_fechamento_Smart.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; - } - if ((Responsavel_fechamento_1 == null)) { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(Responsavel_fechamento_1)); - } - if ((Responsavel_fechamento_2 == null)) { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(Responsavel_fechamento_2)); - } - if ((Responsavel_fechamento_3 == null)) { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(Responsavel_fechamento_3)); - } - if ((_Remuneracao_fixa__data_base_.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((double)(_Remuneracao_fixa__data_base_.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; - } - if ((Remuneracao_variável.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((double)(Remuneracao_variável.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; - } - if ((Data_base.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((System.DateTime)(Data_base.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; - } - if ((Indice_reajuste == null)) { - this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(Indice_reajuste)); - } - if ((Data_ultimo_reajuste.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((System.DateTime)(Data_ultimo_reajuste.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; - } - if ((Data_proximo_reajuste.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((System.DateTime)(Data_proximo_reajuste.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; - } - if ((_Remuneracao_fixa__reajustada_.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((double)(_Remuneracao_fixa__reajustada_.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; - } - if ((Comentarios_faturamento == null)) { - this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(Comentarios_faturamento)); - } - if ((Gestao == null)) { - this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(Gestao)); - } - if ((Cliente == null)) { - this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Cliente)); - } - if ((Unidade == null)) { - this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Unidade)); - } - this.Adapter.UpdateCommand.Parameters[18].Value = ((bool)(Unidade_gerenciada)); - if ((Submercado == null)) { - this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Submercado)); - } - if ((Agente == null)) { - this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Agente)); - } - if ((Cod_Agente == null)) { - this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(Cod_Agente)); - } - if ((PerfilCCEE == null)) { - this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(PerfilCCEE)); - } - if ((Cod_Ativo.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((double)(Cod_Ativo.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; - } - if ((Cod_CliqCCEE == null)) { - this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Cod_CliqCCEE)); - } - if ((Codigo_SCDE == null)) { - this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(Codigo_SCDE)); - } - if ((CNPJ_CPF == null)) { - this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(CNPJ_CPF)); - } - if ((Razao_Social == null)) { - this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(Razao_Social)); - } - if ((IE == null)) { - this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(IE)); - } - if ((Rua == null)) { - this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(Rua)); - } - if ((Numero == null)) { - this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(Numero)); - } - if ((Bairro == null)) { - this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(Bairro)); - } - if ((CEP == null)) { - this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(CEP)); - } - if ((Codigo_do_Municipio == null)) { - this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Codigo_do_Municipio)); - } - if ((Cidade == null)) { - this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(Cidade)); - } - if ((UF == null)) { - this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(UF)); - } - if ((Endereco_Completo == null)) { - this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(Endereco_Completo)); - } - if ((Conta_corrente == null)) { - this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[37].Value = ((string)(Conta_corrente)); - } - if ((Distribuidora == null)) { - this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(Distribuidora)); - } - if ((Grupo == null)) { - this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(Grupo)); - } - if ((Perfil == null)) { - this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(Perfil)); - } - if ((Ag_virt_Login1 == null)) { - this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(Ag_virt_Login1)); - } - if ((Ag_virt_Login2 == null)) { - this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(Ag_virt_Login2)); - } - if ((Ag_virt_Senha == null)) { - this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(Ag_virt_Senha)); - } - if ((Medicao_Alta_Baixa == null)) { - this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(Medicao_Alta_Baixa)); - } - if ((TUSD_AT_BT == null)) { - this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[45].Value = ((string)(TUSD_AT_BT)); - } - if ((Codigo_Instalacao == null)) { - this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(Codigo_Instalacao)); - } - if ((Demanda_P.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[47].Value = ((double)(Demanda_P.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; - } - if ((Demanda_FP.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[48].Value = ((double)(Demanda_FP.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; - } - if ((Percentual_est_cons_p.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[49].Value = ((double)(Percentual_est_cons_p.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; - } - if ((Status_empresa == null)) { - this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(Status_empresa)); - } - if ((Status_unidade == null)) { - this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(Status_unidade)); - } - if ((Data_de_Migracao.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(Data_de_Migracao.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; - } - if ((Data_lim_den.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[53].Value = ((System.DateTime)(Data_lim_den.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; - } - if ((ICMS_TUSD.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[54].Value = ((double)(ICMS_TUSD.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; - } - if ((ICMS_NFs.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[55].Value = ((double)(ICMS_NFs.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; - } - if ((Tipo_de_energia == null)) { - this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(Tipo_de_energia)); - } - if ((Caminho_NFs == null)) { - this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[57].Value = ((string)(Caminho_NFs)); - } - if ((Email_faturamento_Smart == null)) { - this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[58].Value = ((string)(Email_faturamento_Smart)); - } - this.Adapter.UpdateCommand.Parameters[59].Value = ((bool)(Declarou_DEVEC)); - this.Adapter.UpdateCommand.Parameters[60].Value = ((bool)(Cont_Covid)); - if ((Parcela_Carga == null)) { - this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[61].Value = ((string)(Parcela_Carga)); - } - if ((N_ativo == null)) { - this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[62].Value = ((string)(N_ativo)); - } - if ((Cod_5min == null)) { - this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[63].Value = ((string)(Cod_5min)); - } - if ((Modalidade == null)) { - this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[64].Value = ((string)(Modalidade)); - } - this.Adapter.UpdateCommand.Parameters[65].Value = ((long)(Original_Cod_Smart_unidade)); - if ((Original_Cod_Smart_cliente.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[66].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[67].Value = ((long)(Original_Cod_Smart_cliente.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[66].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; - } - if ((Original_Angariador == null)) { - this.Adapter.UpdateCommand.Parameters[68].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[68].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[69].Value = ((string)(Original_Angariador)); - } - if ((Original_Data_fechamento_Smart.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[70].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[71].Value = ((System.DateTime)(Original_Data_fechamento_Smart.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[70].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; - } - if ((Original_Responsavel_fechamento_1 == null)) { - this.Adapter.UpdateCommand.Parameters[72].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[72].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[73].Value = ((string)(Original_Responsavel_fechamento_1)); - } - if ((Original_Responsavel_fechamento_2 == null)) { - this.Adapter.UpdateCommand.Parameters[74].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[74].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[75].Value = ((string)(Original_Responsavel_fechamento_2)); - } - if ((Original_Responsavel_fechamento_3 == null)) { - this.Adapter.UpdateCommand.Parameters[76].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[76].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[77].Value = ((string)(Original_Responsavel_fechamento_3)); - } - if ((_Original_Remuneracao_fixa__data_base_.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[78].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[79].Value = ((double)(_Original_Remuneracao_fixa__data_base_.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[78].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; - } - if ((Original_Remuneracao_variável.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[80].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[81].Value = ((double)(Original_Remuneracao_variável.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[80].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; - } - if ((Original_Data_base.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[82].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[83].Value = ((System.DateTime)(Original_Data_base.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[82].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; - } - if ((Original_Indice_reajuste == 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_Indice_reajuste)); - } - if ((Original_Data_ultimo_reajuste.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[86].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[87].Value = ((System.DateTime)(Original_Data_ultimo_reajuste.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[86].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; - } - if ((Original_Data_proximo_reajuste.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[88].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[89].Value = ((System.DateTime)(Original_Data_proximo_reajuste.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[88].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; - } - if ((_Original_Remuneracao_fixa__reajustada_.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[90].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[91].Value = ((double)(_Original_Remuneracao_fixa__reajustada_.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[90].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; - } - if ((Original_Gestao == 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_Gestao)); - } - if ((Original_Cliente == 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_Cliente)); - } - if ((Original_Unidade == 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_Unidade)); - } - this.Adapter.UpdateCommand.Parameters[98].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[99].Value = ((bool)(Original_Unidade_gerenciada)); - if ((Original_Submercado == 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_Submercado)); - } - if ((Original_Agente == 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_Agente)); - } - if ((Original_Cod_Agente == 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_Cod_Agente)); - } - if ((Original_PerfilCCEE == 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_PerfilCCEE)); - } - if ((Original_Cod_Ativo.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[108].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[109].Value = ((double)(Original_Cod_Ativo.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[108].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; - } - if ((Original_Cod_CliqCCEE == 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_Cod_CliqCCEE)); - } - if ((Original_Codigo_SCDE == 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_Codigo_SCDE)); - } - if ((Original_CNPJ_CPF == 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_CNPJ_CPF)); - } - if ((Original_IE == 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_IE)); - } - if ((Original_Numero == 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_Numero)); - } - if ((Original_Bairro == 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_Bairro)); - } - if ((Original_CEP == 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_CEP)); - } - if ((Original_Codigo_do_Municipio == 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_Codigo_do_Municipio)); - } - if ((Original_Cidade == 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_Cidade)); - } - if ((Original_UF == 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_UF)); - } - if ((Original_Conta_corrente == null)) { - this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[131].Value = ((string)(Original_Conta_corrente)); - } - if ((Original_Distribuidora == 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_Distribuidora)); - } - if ((Original_Grupo == 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_Grupo)); - } - if ((Original_Perfil == 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_Perfil)); - } - if ((Original_Ag_virt_Login1 == 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_Ag_virt_Login1)); - } - if ((Original_Ag_virt_Login2 == 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_Ag_virt_Login2)); - } - if ((Original_Ag_virt_Senha == null)) { - this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[143].Value = ((string)(Original_Ag_virt_Senha)); - } - if ((Original_Medicao_Alta_Baixa == 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_Medicao_Alta_Baixa)); - } - if ((Original_TUSD_AT_BT == 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_TUSD_AT_BT)); - } - if ((Original_Codigo_Instalacao == 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_Codigo_Instalacao)); - } - if ((Original_Demanda_P.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[151].Value = ((double)(Original_Demanda_P.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; - } - if ((Original_Demanda_FP.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[153].Value = ((double)(Original_Demanda_FP.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; - } - if ((Original_Percentual_est_cons_p.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[155].Value = ((double)(Original_Percentual_est_cons_p.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; - } - if ((Original_Status_empresa == 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_Status_empresa)); - } - if ((Original_Status_unidade == 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_Status_unidade)); - } - if ((Original_Data_de_Migracao.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(Original_Data_de_Migracao.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; - } - if ((Original_Data_lim_den.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[163].Value = ((System.DateTime)(Original_Data_lim_den.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; - } - if ((Original_ICMS_TUSD.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[165].Value = ((double)(Original_ICMS_TUSD.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; - } - if ((Original_ICMS_NFs.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[167].Value = ((double)(Original_ICMS_NFs.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; - } - if ((Original_Tipo_de_energia == 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_Tipo_de_energia)); - } - this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[171].Value = ((bool)(Original_Declarou_DEVEC)); - this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[173].Value = ((bool)(Original_Cont_Covid)); - if ((Original_Parcela_Carga == null)) { - this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[175].Value = ((string)(Original_Parcela_Carga)); - } - if ((Original_N_ativo == null)) { - this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[177].Value = ((string)(Original_N_ativo)); - } - if ((Original_Cod_5min == 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_Cod_5min)); - } - if ((Original_Modalidade == 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_Modalidade)); - } - 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", "17.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( - global::System.Nullable Cod_Smart_cliente, - string Angariador, - global::System.Nullable Data_fechamento_Smart, - string Responsavel_fechamento_1, - string Responsavel_fechamento_2, - string Responsavel_fechamento_3, - global::System.Nullable _Remuneracao_fixa__data_base_, - global::System.Nullable Remuneracao_variável, - global::System.Nullable Data_base, - string Indice_reajuste, - global::System.Nullable Data_ultimo_reajuste, - global::System.Nullable Data_proximo_reajuste, - global::System.Nullable _Remuneracao_fixa__reajustada_, - string Comentarios_faturamento, - string Gestao, - string Cliente, - string Unidade, - bool Unidade_gerenciada, - string Submercado, - string Agente, - string Cod_Agente, - string PerfilCCEE, - global::System.Nullable Cod_Ativo, - string Cod_CliqCCEE, - string Codigo_SCDE, - string CNPJ_CPF, - string Razao_Social, - string IE, - string Rua, - string Numero, - string Bairro, - string CEP, - string Codigo_do_Municipio, - string Cidade, - string UF, - string Endereco_Completo, - string Conta_corrente, - string Distribuidora, - string Grupo, - string Perfil, - string Ag_virt_Login1, - string Ag_virt_Login2, - string Ag_virt_Senha, - string Medicao_Alta_Baixa, - string TUSD_AT_BT, - string Codigo_Instalacao, - global::System.Nullable Demanda_P, - global::System.Nullable Demanda_FP, - global::System.Nullable Percentual_est_cons_p, - string Status_empresa, - string Status_unidade, - global::System.Nullable Data_de_Migracao, - global::System.Nullable Data_lim_den, - global::System.Nullable ICMS_TUSD, - global::System.Nullable ICMS_NFs, - string Tipo_de_energia, - string Caminho_NFs, - string Email_faturamento_Smart, - bool Declarou_DEVEC, - bool Cont_Covid, - string Parcela_Carga, - string N_ativo, - string Cod_5min, - string Modalidade, - long Original_Cod_Smart_unidade, - global::System.Nullable Original_Cod_Smart_cliente, - string Original_Angariador, - global::System.Nullable Original_Data_fechamento_Smart, - string Original_Responsavel_fechamento_1, - string Original_Responsavel_fechamento_2, - string Original_Responsavel_fechamento_3, - global::System.Nullable _Original_Remuneracao_fixa__data_base_, - global::System.Nullable Original_Remuneracao_variável, - global::System.Nullable Original_Data_base, - string Original_Indice_reajuste, - global::System.Nullable Original_Data_ultimo_reajuste, - global::System.Nullable Original_Data_proximo_reajuste, - global::System.Nullable _Original_Remuneracao_fixa__reajustada_, - string Original_Gestao, - string Original_Cliente, - string Original_Unidade, - bool Original_Unidade_gerenciada, - string Original_Submercado, - string Original_Agente, - string Original_Cod_Agente, - string Original_PerfilCCEE, - global::System.Nullable Original_Cod_Ativo, - string Original_Cod_CliqCCEE, - string Original_Codigo_SCDE, - string Original_CNPJ_CPF, - string Original_IE, - string Original_Numero, - string Original_Bairro, - string Original_CEP, - string Original_Codigo_do_Municipio, - string Original_Cidade, - string Original_UF, - string Original_Conta_corrente, - string Original_Distribuidora, - string Original_Grupo, - string Original_Perfil, - string Original_Ag_virt_Login1, - string Original_Ag_virt_Login2, - string Original_Ag_virt_Senha, - string Original_Medicao_Alta_Baixa, - string Original_TUSD_AT_BT, - string Original_Codigo_Instalacao, - global::System.Nullable Original_Demanda_P, - global::System.Nullable Original_Demanda_FP, - global::System.Nullable Original_Percentual_est_cons_p, - string Original_Status_empresa, - string Original_Status_unidade, - global::System.Nullable Original_Data_de_Migracao, - global::System.Nullable Original_Data_lim_den, - global::System.Nullable Original_ICMS_TUSD, - global::System.Nullable Original_ICMS_NFs, - string Original_Tipo_de_energia, - bool Original_Declarou_DEVEC, - bool Original_Cont_Covid, - string Original_Parcela_Carga, - string Original_N_ativo, - string Original_Cod_5min, - string Original_Modalidade) { - return this.Update(Original_Cod_Smart_unidade, Cod_Smart_cliente, Angariador, Data_fechamento_Smart, Responsavel_fechamento_1, Responsavel_fechamento_2, Responsavel_fechamento_3, _Remuneracao_fixa__data_base_, Remuneracao_variável, Data_base, Indice_reajuste, Data_ultimo_reajuste, Data_proximo_reajuste, _Remuneracao_fixa__reajustada_, Comentarios_faturamento, Gestao, Cliente, Unidade, Unidade_gerenciada, Submercado, Agente, Cod_Agente, PerfilCCEE, Cod_Ativo, Cod_CliqCCEE, Codigo_SCDE, CNPJ_CPF, Razao_Social, IE, Rua, Numero, Bairro, CEP, Codigo_do_Municipio, Cidade, UF, Endereco_Completo, Conta_corrente, Distribuidora, Grupo, Perfil, Ag_virt_Login1, Ag_virt_Login2, Ag_virt_Senha, Medicao_Alta_Baixa, TUSD_AT_BT, Codigo_Instalacao, Demanda_P, Demanda_FP, Percentual_est_cons_p, Status_empresa, Status_unidade, Data_de_Migracao, Data_lim_den, ICMS_TUSD, ICMS_NFs, Tipo_de_energia, Caminho_NFs, Email_faturamento_Smart, Declarou_DEVEC, Cont_Covid, Parcela_Carga, N_ativo, Cod_5min, Modalidade, Original_Cod_Smart_unidade, Original_Cod_Smart_cliente, Original_Angariador, Original_Data_fechamento_Smart, Original_Responsavel_fechamento_1, Original_Responsavel_fechamento_2, Original_Responsavel_fechamento_3, _Original_Remuneracao_fixa__data_base_, Original_Remuneracao_variável, Original_Data_base, Original_Indice_reajuste, Original_Data_ultimo_reajuste, Original_Data_proximo_reajuste, _Original_Remuneracao_fixa__reajustada_, Original_Gestao, Original_Cliente, Original_Unidade, Original_Unidade_gerenciada, Original_Submercado, Original_Agente, Original_Cod_Agente, Original_PerfilCCEE, Original_Cod_Ativo, Original_Cod_CliqCCEE, Original_Codigo_SCDE, Original_CNPJ_CPF, Original_IE, Original_Numero, Original_Bairro, Original_CEP, Original_Codigo_do_Municipio, Original_Cidade, Original_UF, Original_Conta_corrente, Original_Distribuidora, Original_Grupo, Original_Perfil, Original_Ag_virt_Login1, Original_Ag_virt_Login2, Original_Ag_virt_Senha, Original_Medicao_Alta_Baixa, Original_TUSD_AT_BT, Original_Codigo_Instalacao, Original_Demanda_P, Original_Demanda_FP, Original_Percentual_est_cons_p, Original_Status_empresa, Original_Status_unidade, Original_Data_de_Migracao, Original_Data_lim_den, Original_ICMS_TUSD, Original_ICMS_NFs, Original_Tipo_de_energia, Original_Declarou_DEVEC, Original_Cont_Covid, Original_Parcela_Carga, Original_N_ativo, Original_Cod_5min, Original_Modalidade); - } - } - - /// - ///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 Dados_cadastraisTableAdapter _dados_cadastraisTableAdapter; - - private bool _backupDataSetBeforeUpdate; - - private global::System.Data.IDbConnection _connection; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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 Dados_cadastraisTableAdapter Dados_cadastraisTableAdapter { - get { - return this._dados_cadastraisTableAdapter; - } - set { - this._dados_cadastraisTableAdapter = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")] - [global::System.ComponentModel.Browsable(false)] - public global::System.Data.IDbConnection Connection { - get { - if ((this._connection != null)) { - return this._connection; - } - if (((this._dados_cadastraisTableAdapter != null) - && (this._dados_cadastraisTableAdapter.Connection != null))) { - return this._dados_cadastraisTableAdapter.Connection; - } - return null; - } - set { - this._connection = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Browsable(false)] - public int TableAdapterInstanceCount { - get { - int count = 0; - if ((this._dados_cadastraisTableAdapter != 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", "17.0.0.0")] - private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) { - int result = 0; - if ((this._dados_cadastraisTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Dados_cadastrais.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); - updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); - if (((updatedRows != null) - && (0 < updatedRows.Length))) { - result = (result + this._dados_cadastraisTableAdapter.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", "17.0.0.0")] - private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) { - int result = 0; - if ((this._dados_cadastraisTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Dados_cadastrais.Select(null, null, global::System.Data.DataViewRowState.Added); - if (((addedRows != null) - && (0 < addedRows.Length))) { - result = (result + this._dados_cadastraisTableAdapter.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", "17.0.0.0")] - private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) { - int result = 0; - if ((this._dados_cadastraisTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Dados_cadastrais.Select(null, null, global::System.Data.DataViewRowState.Deleted); - if (((deletedRows != null) - && (0 < deletedRows.Length))) { - result = (result + this._dados_cadastraisTableAdapter.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", "17.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", "17.0.0.0")] - public virtual int UpdateAll(DataSet1 dataSet) { - if ((dataSet == null)) { - throw new global::System.ArgumentNullException("dataSet"); - } - if ((dataSet.HasChanges() == false)) { - return 0; - } - if (((this._dados_cadastraisTableAdapter != null) - && (this.MatchTableAdapterConnection(this._dados_cadastraisTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("Todos os TableAdapters gerenciados por um TableAdapterManager devem usar a mesma " + - "cadeia de conexão."); - } - global::System.Data.IDbConnection workConnection = this.Connection; - if ((workConnection == null)) { - throw new global::System.ApplicationException("TableAdapterManager não contém informações de conexão. Defina cada propriedade Ta" + - "bleAdapter de TableAdapterManager como uma instância válida de TableAdapter."); - } - 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("Não é possível iniciar a transação. Os dados de conexão atuais não oferecem supor" + - "te às transações ou o estado atual não permite que a transação inicie."); - } - 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 revertConnections = new global::System.Collections.Generic.Dictionary(); - int result = 0; - global::System.Data.DataSet backupDataSet = null; - if (this.BackupDataSetBeforeUpdate) { - backupDataSet = new global::System.Data.DataSet(); - backupDataSet.Merge(dataSet); - } - try { - // ---- Prepare for update ----------- - // - if ((this._dados_cadastraisTableAdapter != null)) { - revertConnections.Add(this._dados_cadastraisTableAdapter, this._dados_cadastraisTableAdapter.Connection); - this._dados_cadastraisTableAdapter.Connection = ((global::System.Data.OleDb.OleDbConnection)(workConnection)); - this._dados_cadastraisTableAdapter.Transaction = ((global::System.Data.OleDb.OleDbTransaction)(workTransaction)); - if (this._dados_cadastraisTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._dados_cadastraisTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._dados_cadastraisTableAdapter.Adapter); - } - } - // - //---- Perform updates ----------- - // - if ((this.UpdateOrder == UpdateOrderOption.UpdateInsertDelete)) { - result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); - result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); - } - else { - result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); - result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); - } - result = (result + this.UpdateDeletedRows(dataSet, allChangedRows)); - // - //---- Commit updates ----------- - // - workTransaction.Commit(); - if ((0 < allAddedRows.Count)) { - global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; - allAddedRows.CopyTo(rows); - for (int i = 0; (i < rows.Length); i = (i + 1)) { - global::System.Data.DataRow row = rows[i]; - row.AcceptChanges(); - } - } - if ((0 < allChangedRows.Count)) { - global::System.Data.DataRow[] rows = new System.Data.DataRow[allChangedRows.Count]; - allChangedRows.CopyTo(rows); - for (int i = 0; (i < rows.Length); i = (i + 1)) { - global::System.Data.DataRow row = rows[i]; - row.AcceptChanges(); - } - } - } - catch (global::System.Exception ex) { - workTransaction.Rollback(); - // ---- Restore the dataset ----------- - if (this.BackupDataSetBeforeUpdate) { - global::System.Diagnostics.Debug.Assert((backupDataSet != null)); - dataSet.Clear(); - dataSet.Merge(backupDataSet); - } - else { - if ((0 < allAddedRows.Count)) { - global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; - allAddedRows.CopyTo(rows); - for (int i = 0; (i < rows.Length); i = (i + 1)) { - global::System.Data.DataRow row = rows[i]; - row.AcceptChanges(); - row.SetAdded(); - } - } - } - throw ex; - } - finally { - if (workConnOpened) { - workConnection.Close(); - } - if ((this._dados_cadastraisTableAdapter != null)) { - this._dados_cadastraisTableAdapter.Connection = ((global::System.Data.OleDb.OleDbConnection)(revertConnections[this._dados_cadastraisTableAdapter])); - this._dados_cadastraisTableAdapter.Transaction = null; - } - if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { - global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; - adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters); - for (int i = 0; (i < adapters.Length); i = (i + 1)) { - global::System.Data.Common.DataAdapter adapter = adapters[i]; - adapter.AcceptChangesDuringUpdate = true; - } - } - } - return result; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) { - global::System.Array.Sort(rows, new SelfReferenceComparer(relation, childFirst)); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) { - if ((this._connection != null)) { - return true; - } - if (((this.Connection == null) - || (inputConnection == null))) { - return true; - } - if (string.Equals(this.Connection.ConnectionString, inputConnection.ConnectionString, global::System.StringComparison.Ordinal)) { - return true; - } - return false; - } - - /// - ///Update Order Option - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public enum UpdateOrderOption { - - InsertUpdateDelete = 0, - - UpdateInsertDelete = 1, - } - - /// - ///Used to sort self-referenced table's rows - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer { - - private global::System.Data.DataRelation _relation; - - private int _childFirst; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal SelfReferenceComparer(global::System.Data.DataRelation relation, bool childFirst) { - this._relation = relation; - if (childFirst) { - this._childFirst = -1; - } - else { - this._childFirst = 1; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) { - global::System.Diagnostics.Debug.Assert((row != null)); - global::System.Data.DataRow root = row; - distance = 0; - - global::System.Collections.Generic.IDictionary traversedRows = new global::System.Collections.Generic.Dictionary(); - traversedRows[row] = row; - - global::System.Data.DataRow parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); - for ( - ; ((parent != null) - && (traversedRows.ContainsKey(parent) == false)); - ) { - distance = (distance + 1); - root = parent; - traversedRows[parent] = parent; - parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); - } - - if ((distance == 0)) { - traversedRows.Clear(); - traversedRows[row] = row; - parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); - for ( - ; ((parent != null) - && (traversedRows.ContainsKey(parent) == false)); - ) { - distance = (distance + 1); - root = parent; - traversedRows[parent] = parent; - parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); - } - } - - return root; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public int Compare(global::System.Data.DataRow row1, global::System.Data.DataRow row2) { - if (object.ReferenceEquals(row1, row2)) { - return 0; - } - if ((row1 == null)) { - return -1; - } - if ((row2 == null)) { - return 1; - } - - int distance1 = 0; - global::System.Data.DataRow root1 = this.GetRoot(row1, out distance1); - - int distance2 = 0; - global::System.Data.DataRow root2 = this.GetRoot(row2, out distance2); - - if (object.ReferenceEquals(root1, root2)) { - return (this._childFirst * distance1.CompareTo(distance2)); - } - else { - global::System.Diagnostics.Debug.Assert(((root1.Table != null) - && (root2.Table != null))); - if ((root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2))) { - return -1; - } - else { - return 1; - } - } - } - } - } -} - -#pragma warning restore 1591 \ No newline at end of file diff --git a/Download Faturas/DataSet1.xsc b/Download Faturas/DataSet1.xsc deleted file mode 100644 index 05b0199..0000000 --- a/Download Faturas/DataSet1.xsc +++ /dev/null @@ -1,9 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Download Faturas/DataSet1.xsd b/Download Faturas/DataSet1.xsd deleted file mode 100644 index a553b2f..0000000 --- a/Download Faturas/DataSet1.xsd +++ /dev/null @@ -1,831 +0,0 @@ - - - - - - - - - - - - - - - DELETE FROM `Dados_cadastrais` WHERE ((`Cod_Smart_unidade` = ?) AND ((? = 1 AND `Cod_Smart_cliente` IS NULL) OR (`Cod_Smart_cliente` = ?)) AND ((? = 1 AND `Angariador` IS NULL) OR (`Angariador` = ?)) AND ((? = 1 AND `Data_fechamento_Smart` IS NULL) OR (`Data_fechamento_Smart` = ?)) AND ((? = 1 AND `Responsavel_fechamento_1` IS NULL) OR (`Responsavel_fechamento_1` = ?)) AND ((? = 1 AND `Responsavel_fechamento_2` IS NULL) OR (`Responsavel_fechamento_2` = ?)) AND ((? = 1 AND `Responsavel_fechamento_3` IS NULL) OR (`Responsavel_fechamento_3` = ?)) AND ((? = 1 AND `Remuneracao_fixa_(data_base)` IS NULL) OR (`Remuneracao_fixa_(data_base)` = ?)) AND ((? = 1 AND `Remuneracao_variável` IS NULL) OR (`Remuneracao_variável` = ?)) AND ((? = 1 AND `Data_base` IS NULL) OR (`Data_base` = ?)) AND ((? = 1 AND `Indice_reajuste` IS NULL) OR (`Indice_reajuste` = ?)) AND ((? = 1 AND `Data_ultimo_reajuste` IS NULL) OR (`Data_ultimo_reajuste` = ?)) AND ((? = 1 AND `Data_proximo_reajuste` IS NULL) OR (`Data_proximo_reajuste` = ?)) AND ((? = 1 AND `Remuneracao_fixa_(reajustada)` IS NULL) OR (`Remuneracao_fixa_(reajustada)` = ?)) AND ((? = 1 AND `Gestao` IS NULL) OR (`Gestao` = ?)) AND ((? = 1 AND `Cliente` IS NULL) OR (`Cliente` = ?)) AND ((? = 1 AND `Unidade` IS NULL) OR (`Unidade` = ?)) AND ((? = 1 AND `Unidade_gerenciada` IS NULL) OR (`Unidade_gerenciada` = ?)) AND ((? = 1 AND `Submercado` IS NULL) OR (`Submercado` = ?)) AND ((? = 1 AND `Agente` IS NULL) OR (`Agente` = ?)) AND ((? = 1 AND `Cod_Agente` IS NULL) OR (`Cod_Agente` = ?)) AND ((? = 1 AND `PerfilCCEE` IS NULL) OR (`PerfilCCEE` = ?)) AND ((? = 1 AND `Cod_Ativo` IS NULL) OR (`Cod_Ativo` = ?)) AND ((? = 1 AND `Cod_CliqCCEE` IS NULL) OR (`Cod_CliqCCEE` = ?)) AND ((? = 1 AND `Codigo_SCDE` IS NULL) OR (`Codigo_SCDE` = ?)) AND ((? = 1 AND `CNPJ_CPF` IS NULL) OR (`CNPJ_CPF` = ?)) AND ((? = 1 AND `IE` IS NULL) OR (`IE` = ?)) AND ((? = 1 AND `Numero` IS NULL) OR (`Numero` = ?)) AND ((? = 1 AND `Bairro` IS NULL) OR (`Bairro` = ?)) AND ((? = 1 AND `CEP` IS NULL) OR (`CEP` = ?)) AND ((? = 1 AND `Codigo_do_Municipio` IS NULL) OR (`Codigo_do_Municipio` = ?)) AND ((? = 1 AND `Cidade` IS NULL) OR (`Cidade` = ?)) AND ((? = 1 AND `UF` IS NULL) OR (`UF` = ?)) AND ((? = 1 AND `Conta_corrente` IS NULL) OR (`Conta_corrente` = ?)) AND ((? = 1 AND `Distribuidora` IS NULL) OR (`Distribuidora` = ?)) AND ((? = 1 AND `Grupo` IS NULL) OR (`Grupo` = ?)) AND ((? = 1 AND `Perfil` IS NULL) OR (`Perfil` = ?)) AND ((? = 1 AND `Ag_virt_Login1` IS NULL) OR (`Ag_virt_Login1` = ?)) AND ((? = 1 AND `Ag_virt_Login2` IS NULL) OR (`Ag_virt_Login2` = ?)) AND ((? = 1 AND `Ag_virt_Senha` IS NULL) OR (`Ag_virt_Senha` = ?)) AND ((? = 1 AND `Medicao_Alta_Baixa` IS NULL) OR (`Medicao_Alta_Baixa` = ?)) AND ((? = 1 AND `TUSD_AT_BT` IS NULL) OR (`TUSD_AT_BT` = ?)) AND ((? = 1 AND `Codigo_Instalacao` IS NULL) OR (`Codigo_Instalacao` = ?)) AND ((? = 1 AND `Demanda_P` IS NULL) OR (`Demanda_P` = ?)) AND ((? = 1 AND `Demanda_FP` IS NULL) OR (`Demanda_FP` = ?)) AND ((? = 1 AND `Percentual_est_cons_p` IS NULL) OR (`Percentual_est_cons_p` = ?)) AND ((? = 1 AND `Status_empresa` IS NULL) OR (`Status_empresa` = ?)) AND ((? = 1 AND `Status_unidade` IS NULL) OR (`Status_unidade` = ?)) AND ((? = 1 AND `Data_de_Migracao` IS NULL) OR (`Data_de_Migracao` = ?)) AND ((? = 1 AND `Data_lim_den` IS NULL) OR (`Data_lim_den` = ?)) AND ((? = 1 AND `ICMS_TUSD` IS NULL) OR (`ICMS_TUSD` = ?)) AND ((? = 1 AND `ICMS_NFs` IS NULL) OR (`ICMS_NFs` = ?)) AND ((? = 1 AND `Tipo_de_energia` IS NULL) OR (`Tipo_de_energia` = ?)) AND ((? = 1 AND `Declarou_DEVEC` IS NULL) OR (`Declarou_DEVEC` = ?)) AND ((? = 1 AND `Cont_Covid` IS NULL) OR (`Cont_Covid` = ?)) AND ((? = 1 AND `Parcela_Carga` IS NULL) OR (`Parcela_Carga` = ?)) AND ((? = 1 AND `N_ativo` IS NULL) OR (`N_ativo` = ?)) AND ((? = 1 AND `Cod_5min` IS NULL) OR (`Cod_5min` = ?)) AND ((? = 1 AND `Modalidade` IS NULL) OR (`Modalidade` = ?))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INSERT INTO `Dados_cadastrais` (`Cod_Smart_unidade`, `Cod_Smart_cliente`, `Angariador`, `Data_fechamento_Smart`, `Responsavel_fechamento_1`, `Responsavel_fechamento_2`, `Responsavel_fechamento_3`, `Remuneracao_fixa_(data_base)`, `Remuneracao_variável`, `Data_base`, `Indice_reajuste`, `Data_ultimo_reajuste`, `Data_proximo_reajuste`, `Remuneracao_fixa_(reajustada)`, `Comentarios_faturamento`, `Gestao`, `Cliente`, `Unidade`, `Unidade_gerenciada`, `Submercado`, `Agente`, `Cod_Agente`, `PerfilCCEE`, `Cod_Ativo`, `Cod_CliqCCEE`, `Codigo_SCDE`, `CNPJ_CPF`, `Razao_Social`, `IE`, `Rua`, `Numero`, `Bairro`, `CEP`, `Codigo_do_Municipio`, `Cidade`, `UF`, `Endereco_Completo`, `Conta_corrente`, `Distribuidora`, `Grupo`, `Perfil`, `Ag_virt_Login1`, `Ag_virt_Login2`, `Ag_virt_Senha`, `Medicao_Alta_Baixa`, `TUSD_AT_BT`, `Codigo_Instalacao`, `Demanda_P`, `Demanda_FP`, `Percentual_est_cons_p`, `Status_empresa`, `Status_unidade`, `Data_de_Migracao`, `Data_lim_den`, `ICMS_TUSD`, `ICMS_NFs`, `Tipo_de_energia`, `Caminho_NFs`, `Email_faturamento_Smart`, `Declarou_DEVEC`, `Cont_Covid`, `Parcela_Carga`, `N_ativo`, `Cod_5min`, `Modalidade`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SELECT Cod_Smart_unidade, Cod_Smart_cliente, Angariador, Data_fechamento_Smart, Responsavel_fechamento_1, Responsavel_fechamento_2, Responsavel_fechamento_3, [Remuneracao_fixa_(data_base)], Remuneracao_variável, Data_base, Indice_reajuste, Data_ultimo_reajuste, Data_proximo_reajuste, [Remuneracao_fixa_(reajustada)], Comentarios_faturamento, Gestao, Cliente, Unidade, Unidade_gerenciada, Submercado, Agente, Cod_Agente, PerfilCCEE, Cod_Ativo, Cod_CliqCCEE, Codigo_SCDE, CNPJ_CPF, Razao_Social, IE, Rua, Numero, Bairro, CEP, Codigo_do_Municipio, Cidade, UF, Endereco_Completo, Conta_corrente, Distribuidora, Grupo, Perfil, Ag_virt_Login1, Ag_virt_Login2, Ag_virt_Senha, Medicao_Alta_Baixa, TUSD_AT_BT, Codigo_Instalacao, Demanda_P, Demanda_FP, Percentual_est_cons_p, Status_empresa, Status_unidade, Data_de_Migracao, Data_lim_den, ICMS_TUSD, ICMS_NFs, Tipo_de_energia, Caminho_NFs, Email_faturamento_Smart, Declarou_DEVEC, Cont_Covid, Parcela_Carga, N_ativo, Cod_5min, Modalidade FROM Dados_cadastrais - - - - - - UPDATE `Dados_cadastrais` SET `Cod_Smart_unidade` = ?, `Cod_Smart_cliente` = ?, `Angariador` = ?, `Data_fechamento_Smart` = ?, `Responsavel_fechamento_1` = ?, `Responsavel_fechamento_2` = ?, `Responsavel_fechamento_3` = ?, `Remuneracao_fixa_(data_base)` = ?, `Remuneracao_variável` = ?, `Data_base` = ?, `Indice_reajuste` = ?, `Data_ultimo_reajuste` = ?, `Data_proximo_reajuste` = ?, `Remuneracao_fixa_(reajustada)` = ?, `Comentarios_faturamento` = ?, `Gestao` = ?, `Cliente` = ?, `Unidade` = ?, `Unidade_gerenciada` = ?, `Submercado` = ?, `Agente` = ?, `Cod_Agente` = ?, `PerfilCCEE` = ?, `Cod_Ativo` = ?, `Cod_CliqCCEE` = ?, `Codigo_SCDE` = ?, `CNPJ_CPF` = ?, `Razao_Social` = ?, `IE` = ?, `Rua` = ?, `Numero` = ?, `Bairro` = ?, `CEP` = ?, `Codigo_do_Municipio` = ?, `Cidade` = ?, `UF` = ?, `Endereco_Completo` = ?, `Conta_corrente` = ?, `Distribuidora` = ?, `Grupo` = ?, `Perfil` = ?, `Ag_virt_Login1` = ?, `Ag_virt_Login2` = ?, `Ag_virt_Senha` = ?, `Medicao_Alta_Baixa` = ?, `TUSD_AT_BT` = ?, `Codigo_Instalacao` = ?, `Demanda_P` = ?, `Demanda_FP` = ?, `Percentual_est_cons_p` = ?, `Status_empresa` = ?, `Status_unidade` = ?, `Data_de_Migracao` = ?, `Data_lim_den` = ?, `ICMS_TUSD` = ?, `ICMS_NFs` = ?, `Tipo_de_energia` = ?, `Caminho_NFs` = ?, `Email_faturamento_Smart` = ?, `Declarou_DEVEC` = ?, `Cont_Covid` = ?, `Parcela_Carga` = ?, `N_ativo` = ?, `Cod_5min` = ?, `Modalidade` = ? WHERE ((`Cod_Smart_unidade` = ?) AND ((? = 1 AND `Cod_Smart_cliente` IS NULL) OR (`Cod_Smart_cliente` = ?)) AND ((? = 1 AND `Angariador` IS NULL) OR (`Angariador` = ?)) AND ((? = 1 AND `Data_fechamento_Smart` IS NULL) OR (`Data_fechamento_Smart` = ?)) AND ((? = 1 AND `Responsavel_fechamento_1` IS NULL) OR (`Responsavel_fechamento_1` = ?)) AND ((? = 1 AND `Responsavel_fechamento_2` IS NULL) OR (`Responsavel_fechamento_2` = ?)) AND ((? = 1 AND `Responsavel_fechamento_3` IS NULL) OR (`Responsavel_fechamento_3` = ?)) AND ((? = 1 AND `Remuneracao_fixa_(data_base)` IS NULL) OR (`Remuneracao_fixa_(data_base)` = ?)) AND ((? = 1 AND `Remuneracao_variável` IS NULL) OR (`Remuneracao_variável` = ?)) AND ((? = 1 AND `Data_base` IS NULL) OR (`Data_base` = ?)) AND ((? = 1 AND `Indice_reajuste` IS NULL) OR (`Indice_reajuste` = ?)) AND ((? = 1 AND `Data_ultimo_reajuste` IS NULL) OR (`Data_ultimo_reajuste` = ?)) AND ((? = 1 AND `Data_proximo_reajuste` IS NULL) OR (`Data_proximo_reajuste` = ?)) AND ((? = 1 AND `Remuneracao_fixa_(reajustada)` IS NULL) OR (`Remuneracao_fixa_(reajustada)` = ?)) AND ((? = 1 AND `Gestao` IS NULL) OR (`Gestao` = ?)) AND ((? = 1 AND `Cliente` IS NULL) OR (`Cliente` = ?)) AND ((? = 1 AND `Unidade` IS NULL) OR (`Unidade` = ?)) AND ((? = 1 AND `Unidade_gerenciada` IS NULL) OR (`Unidade_gerenciada` = ?)) AND ((? = 1 AND `Submercado` IS NULL) OR (`Submercado` = ?)) AND ((? = 1 AND `Agente` IS NULL) OR (`Agente` = ?)) AND ((? = 1 AND `Cod_Agente` IS NULL) OR (`Cod_Agente` = ?)) AND ((? = 1 AND `PerfilCCEE` IS NULL) OR (`PerfilCCEE` = ?)) AND ((? = 1 AND `Cod_Ativo` IS NULL) OR (`Cod_Ativo` = ?)) AND ((? = 1 AND `Cod_CliqCCEE` IS NULL) OR (`Cod_CliqCCEE` = ?)) AND ((? = 1 AND `Codigo_SCDE` IS NULL) OR (`Codigo_SCDE` = ?)) AND ((? = 1 AND `CNPJ_CPF` IS NULL) OR (`CNPJ_CPF` = ?)) AND ((? = 1 AND `IE` IS NULL) OR (`IE` = ?)) AND ((? = 1 AND `Numero` IS NULL) OR (`Numero` = ?)) AND ((? = 1 AND `Bairro` IS NULL) OR (`Bairro` = ?)) AND ((? = 1 AND `CEP` IS NULL) OR (`CEP` = ?)) AND ((? = 1 AND `Codigo_do_Municipio` IS NULL) OR (`Codigo_do_Municipio` = ?)) AND ((? = 1 AND `Cidade` IS NULL) OR (`Cidade` = ?)) AND ((? = 1 AND `UF` IS NULL) OR (`UF` = ?)) AND ((? = 1 AND `Conta_corrente` IS NULL) OR (`Conta_corrente` = ?)) AND ((? = 1 AND `Distribuidora` IS NULL) OR (`Distribuidora` = ?)) AND ((? = 1 AND `Grupo` IS NULL) OR (`Grupo` = ?)) AND ((? = 1 AND `Perfil` IS NULL) OR (`Perfil` = ?)) AND ((? = 1 AND `Ag_virt_Login1` IS NULL) OR (`Ag_virt_Login1` = ?)) AND ((? = 1 AND `Ag_virt_Login2` IS NULL) OR (`Ag_virt_Login2` = ?)) AND ((? = 1 AND `Ag_virt_Senha` IS NULL) OR (`Ag_virt_Senha` = ?)) AND ((? = 1 AND `Medicao_Alta_Baixa` IS NULL) OR (`Medicao_Alta_Baixa` = ?)) AND ((? = 1 AND `TUSD_AT_BT` IS NULL) OR (`TUSD_AT_BT` = ?)) AND ((? = 1 AND `Codigo_Instalacao` IS NULL) OR (`Codigo_Instalacao` = ?)) AND ((? = 1 AND `Demanda_P` IS NULL) OR (`Demanda_P` = ?)) AND ((? = 1 AND `Demanda_FP` IS NULL) OR (`Demanda_FP` = ?)) AND ((? = 1 AND `Percentual_est_cons_p` IS NULL) OR (`Percentual_est_cons_p` = ?)) AND ((? = 1 AND `Status_empresa` IS NULL) OR (`Status_empresa` = ?)) AND ((? = 1 AND `Status_unidade` IS NULL) OR (`Status_unidade` = ?)) AND ((? = 1 AND `Data_de_Migracao` IS NULL) OR (`Data_de_Migracao` = ?)) AND ((? = 1 AND `Data_lim_den` IS NULL) OR (`Data_lim_den` = ?)) AND ((? = 1 AND `ICMS_TUSD` IS NULL) OR (`ICMS_TUSD` = ?)) AND ((? = 1 AND `ICMS_NFs` IS NULL) OR (`ICMS_NFs` = ?)) AND ((? = 1 AND `Tipo_de_energia` IS NULL) OR (`Tipo_de_energia` = ?)) AND ((? = 1 AND `Declarou_DEVEC` IS NULL) OR (`Declarou_DEVEC` = ?)) AND ((? = 1 AND `Cont_Covid` IS NULL) OR (`Cont_Covid` = ?)) AND ((? = 1 AND `Parcela_Carga` IS NULL) OR (`Parcela_Carga` = ?)) AND ((? = 1 AND `N_ativo` IS NULL) OR (`N_ativo` = ?)) AND ((? = 1 AND `Cod_5min` IS NULL) OR (`Cod_5min` = ?)) AND ((? = 1 AND `Modalidade` IS NULL) OR (`Modalidade` = ?))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Download Faturas/DataSet1.xss b/Download Faturas/DataSet1.xss deleted file mode 100644 index 5f28270..0000000 --- a/Download Faturas/DataSet1.xss +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Download Faturas/GlobalSuppressions.cs b/Download Faturas/GlobalSuppressions.cs deleted file mode 100644 index f43e2b2..0000000 --- a/Download Faturas/GlobalSuppressions.cs +++ /dev/null @@ -1,11 +0,0 @@ -// This file is used by Code Analysis to maintain SuppressMessage -// attributes that are applied to this project. -// Project-level suppressions either have no target or are given -// a specific target and scoped to a namespace, type, member, etc. - -using System.Diagnostics.CodeAnalysis; - -[assembly: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1600:ElementsMustBeDocumented", Justification = "Revisado.")] -[assembly: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1633:File should have header", Justification = "Revisado.")] -[assembly: SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1402:File may only contain a single type", Justification = "Revisado", Scope = "type", Target = "~T:Download_Faturas.PDFSplitter")] -[assembly: SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1402:File may only contain a single type", Justification = "Revisado", Scope = "type", Target = "~T:Download_Faturas.CustomPdfSplitter")] diff --git a/Download Faturas/JsonExtensions.cs b/Download Faturas/JsonExtensions.cs deleted file mode 100644 index 12cb317..0000000 --- a/Download Faturas/JsonExtensions.cs +++ /dev/null @@ -1,25 +0,0 @@ -namespace Compliance -{ - using System.Data; - using System.Data.OleDb; - using System.Text.Json; - using System.Text.Json.Nodes; - using System.Text.RegularExpressions; - using Download_Faturas; - - public static partial class JsonExtensions - { - public static JsonElement? Get(this JsonElement element, string name) => - element.ValueKind != JsonValueKind.Null && element.ValueKind != JsonValueKind.Undefined && element.TryGetProperty(name, out var value) - ? value : (JsonElement?)null; - - public static JsonElement? Get(this JsonElement element, int index) - { - if (element.ValueKind == JsonValueKind.Null || element.ValueKind == JsonValueKind.Undefined) - return null; - // Throw if index < 0 - return index < element.GetArrayLength() ? element[index] : null; - } - } - -} \ No newline at end of file diff --git a/Download Faturas/Properties/PublishProfiles/FolderProfile.pubxml b/Download Faturas/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..1b4057c --- /dev/null +++ b/Download Faturas/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,18 @@ + + + + + Release + Any CPU + X:\Back\Carteira x.x\4Docs\WebHook + FileSystem + net8.0-windows10.0.17763.0 + win-x64 + true + true + false + false + + \ No newline at end of file diff --git a/Upload Faturas/GlobalSuppressions.cs b/Upload Faturas/GlobalSuppressions.cs deleted file mode 100644 index eb4b385..0000000 --- a/Upload Faturas/GlobalSuppressions.cs +++ /dev/null @@ -1,9 +0,0 @@ -// This file is used by Code Analysis to maintain SuppressMessage -// attributes that are applied to this project. -// Project-level suppressions either have no target or are given -// a specific target and scoped to a namespace, type, member, etc. - -using System.Diagnostics.CodeAnalysis; - -[assembly: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1600:Elements should be documented", Justification = "Revisado.")] -[assembly: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1633:File should have header", Justification = "Revisado.")]