OK colore forn da stato (iscritto/attivo)
This commit is contained in:
Generated
+123
-554
@@ -1954,8 +1954,6 @@ namespace Data {
|
||||
|
||||
private global::System.Data.DataColumn columnusername;
|
||||
|
||||
private global::System.Data.DataColumn columnpassword;
|
||||
|
||||
private global::System.Data.DataColumn columnnome;
|
||||
|
||||
private global::System.Data.DataColumn columnindirizzo;
|
||||
@@ -1970,6 +1968,10 @@ namespace Data {
|
||||
|
||||
private global::System.Data.DataColumn columniscritta;
|
||||
|
||||
private global::System.Data.DataColumn columnattivo;
|
||||
|
||||
private global::System.Data.DataColumn columncssStatoForn;
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public AnagFornitoriDataTable() {
|
||||
@@ -2019,14 +2021,6 @@ namespace Data {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public global::System.Data.DataColumn passwordColumn {
|
||||
get {
|
||||
return this.columnpassword;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public global::System.Data.DataColumn nomeColumn {
|
||||
@@ -2083,6 +2077,22 @@ namespace Data {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public global::System.Data.DataColumn attivoColumn {
|
||||
get {
|
||||
return this.columnattivo;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public global::System.Data.DataColumn cssStatoFornColumn {
|
||||
get {
|
||||
return this.columncssStatoForn;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
[global::System.ComponentModel.Browsable(false)]
|
||||
@@ -2120,19 +2130,20 @@ namespace Data {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public AnagFornitoriRow AddAnagFornitoriRow(string username, string password, string nome, string indirizzo, string p_iva, string indirizzo_email, string numero_di_telefono, string numero_di_cellulare, bool iscritta) {
|
||||
public AnagFornitoriRow AddAnagFornitoriRow(string username, string nome, string indirizzo, string p_iva, string indirizzo_email, string numero_di_telefono, string numero_di_cellulare, bool iscritta, bool attivo, string cssStatoForn) {
|
||||
AnagFornitoriRow rowAnagFornitoriRow = ((AnagFornitoriRow)(this.NewRow()));
|
||||
object[] columnValuesArray = new object[] {
|
||||
null,
|
||||
username,
|
||||
password,
|
||||
nome,
|
||||
indirizzo,
|
||||
p_iva,
|
||||
indirizzo_email,
|
||||
numero_di_telefono,
|
||||
numero_di_cellulare,
|
||||
iscritta};
|
||||
iscritta,
|
||||
attivo,
|
||||
cssStatoForn};
|
||||
rowAnagFornitoriRow.ItemArray = columnValuesArray;
|
||||
this.Rows.Add(rowAnagFornitoriRow);
|
||||
return rowAnagFornitoriRow;
|
||||
@@ -2164,7 +2175,6 @@ namespace Data {
|
||||
internal void InitVars() {
|
||||
this.columnidxFornitore = base.Columns["idxFornitore"];
|
||||
this.columnusername = base.Columns["username"];
|
||||
this.columnpassword = base.Columns["password"];
|
||||
this.columnnome = base.Columns["nome"];
|
||||
this.columnindirizzo = base.Columns["indirizzo"];
|
||||
this.columnp_iva = base.Columns["p_iva"];
|
||||
@@ -2172,6 +2182,8 @@ namespace Data {
|
||||
this.columnnumero_di_telefono = base.Columns["numero_di_telefono"];
|
||||
this.columnnumero_di_cellulare = base.Columns["numero_di_cellulare"];
|
||||
this.columniscritta = base.Columns["iscritta"];
|
||||
this.columnattivo = base.Columns["attivo"];
|
||||
this.columncssStatoForn = base.Columns["cssStatoForn"];
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
@@ -2181,8 +2193,6 @@ namespace Data {
|
||||
base.Columns.Add(this.columnidxFornitore);
|
||||
this.columnusername = new global::System.Data.DataColumn("username", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnusername);
|
||||
this.columnpassword = new global::System.Data.DataColumn("password", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnpassword);
|
||||
this.columnnome = new global::System.Data.DataColumn("nome", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnnome);
|
||||
this.columnindirizzo = new global::System.Data.DataColumn("indirizzo", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
@@ -2197,6 +2207,10 @@ namespace Data {
|
||||
base.Columns.Add(this.columnnumero_di_cellulare);
|
||||
this.columniscritta = new global::System.Data.DataColumn("iscritta", typeof(bool), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columniscritta);
|
||||
this.columnattivo = new global::System.Data.DataColumn("attivo", typeof(bool), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnattivo);
|
||||
this.columncssStatoForn = new global::System.Data.DataColumn("cssStatoForn", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columncssStatoForn);
|
||||
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
||||
this.columnidxFornitore}, true));
|
||||
this.columnidxFornitore.AutoIncrement = true;
|
||||
@@ -2206,7 +2220,6 @@ namespace Data {
|
||||
this.columnidxFornitore.ReadOnly = true;
|
||||
this.columnidxFornitore.Unique = true;
|
||||
this.columnusername.MaxLength = 11;
|
||||
this.columnpassword.MaxLength = 11;
|
||||
this.columnnome.MaxLength = 100;
|
||||
this.columnindirizzo.MaxLength = 200;
|
||||
this.columnp_iva.MaxLength = 11;
|
||||
@@ -2214,6 +2227,9 @@ namespace Data {
|
||||
this.columnnumero_di_telefono.MaxLength = 20;
|
||||
this.columnnumero_di_cellulare.MaxLength = 20;
|
||||
this.columniscritta.AllowDBNull = false;
|
||||
this.columnattivo.AllowDBNull = false;
|
||||
this.columncssStatoForn.ReadOnly = true;
|
||||
this.columncssStatoForn.MaxLength = 12;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
@@ -3556,6 +3572,8 @@ namespace Data {
|
||||
|
||||
private global::System.Data.DataColumn columncollaboratore;
|
||||
|
||||
private global::System.Data.DataColumn columncssStatoForn;
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public ElencolRichDataTable() {
|
||||
@@ -3765,6 +3783,14 @@ namespace Data {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public global::System.Data.DataColumn cssStatoFornColumn {
|
||||
get {
|
||||
return this.columncssStatoForn;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
[global::System.ComponentModel.Browsable(false)]
|
||||
@@ -3823,7 +3849,8 @@ namespace Data {
|
||||
string stato,
|
||||
string cssStato,
|
||||
int qtaAzioni,
|
||||
string collaboratore) {
|
||||
string collaboratore,
|
||||
string cssStatoForn) {
|
||||
ElencolRichRow rowElencolRichRow = ((ElencolRichRow)(this.NewRow()));
|
||||
object[] columnValuesArray = new object[] {
|
||||
null,
|
||||
@@ -3847,7 +3874,8 @@ namespace Data {
|
||||
stato,
|
||||
cssStato,
|
||||
qtaAzioni,
|
||||
collaboratore};
|
||||
collaboratore,
|
||||
cssStatoForn};
|
||||
rowElencolRichRow.ItemArray = columnValuesArray;
|
||||
this.Rows.Add(rowElencolRichRow);
|
||||
return rowElencolRichRow;
|
||||
@@ -3899,6 +3927,7 @@ namespace Data {
|
||||
this.columncssStato = base.Columns["cssStato"];
|
||||
this.columnqtaAzioni = base.Columns["qtaAzioni"];
|
||||
this.columncollaboratore = base.Columns["collaboratore"];
|
||||
this.columncssStatoForn = base.Columns["cssStatoForn"];
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
@@ -3948,6 +3977,8 @@ namespace Data {
|
||||
base.Columns.Add(this.columnqtaAzioni);
|
||||
this.columncollaboratore = new global::System.Data.DataColumn("collaboratore", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columncollaboratore);
|
||||
this.columncssStatoForn = new global::System.Data.DataColumn("cssStatoForn", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columncssStatoForn);
|
||||
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
||||
this.columnidxRichiesta}, true));
|
||||
this.columnidxRichiesta.AutoIncrement = true;
|
||||
@@ -3987,6 +4018,8 @@ namespace Data {
|
||||
this.columnqtaAzioni.ReadOnly = true;
|
||||
this.columncollaboratore.ReadOnly = true;
|
||||
this.columncollaboratore.MaxLength = 501;
|
||||
this.columncssStatoForn.ReadOnly = true;
|
||||
this.columncssStatoForn.MaxLength = 12;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
@@ -7439,22 +7472,6 @@ namespace Data {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public string password {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableAnagFornitori.passwordColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'password\' nella tabella \'AnagFornitori\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableAnagFornitori.passwordColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public string nome {
|
||||
@@ -7565,6 +7582,33 @@ namespace Data {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public bool attivo {
|
||||
get {
|
||||
return ((bool)(this[this.tableAnagFornitori.attivoColumn]));
|
||||
}
|
||||
set {
|
||||
this[this.tableAnagFornitori.attivoColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public string cssStatoForn {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableAnagFornitori.cssStatoFornColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'cssStatoForn\' nella tabella \'AnagFornitori\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableAnagFornitori.cssStatoFornColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public AssF2ARow AssF2ARow {
|
||||
@@ -7588,18 +7632,6 @@ namespace Data {
|
||||
this[this.tableAnagFornitori.usernameColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public bool IspasswordNull() {
|
||||
return this.IsNull(this.tableAnagFornitori.passwordColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public void SetpasswordNull() {
|
||||
this[this.tableAnagFornitori.passwordColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public bool IsnomeNull() {
|
||||
@@ -7672,6 +7704,18 @@ namespace Data {
|
||||
this[this.tableAnagFornitori.numero_di_cellulareColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public bool IscssStatoFornNull() {
|
||||
return this.IsNull(this.tableAnagFornitori.cssStatoFornColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public void SetcssStatoFornNull() {
|
||||
this[this.tableAnagFornitori.cssStatoFornColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public AssF2CRow[] GetAssF2CRows() {
|
||||
@@ -8528,6 +8572,22 @@ namespace Data {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public string cssStatoForn {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tableElencolRich.cssStatoFornColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'cssStatoForn\' nella tabella \'ElencolRich\' è DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tableElencolRich.cssStatoFornColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public bool Iscod_fornitoreNull() {
|
||||
@@ -8563,6 +8623,18 @@ namespace Data {
|
||||
public void SetcollaboratoreNull() {
|
||||
this[this.tableElencolRich.collaboratoreColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public bool IscssStatoFornNull() {
|
||||
return this.IsNull(this.tableElencolRich.cssStatoFornColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
public void SetcssStatoFornNull() {
|
||||
this[this.tableElencolRich.cssStatoFornColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -11491,7 +11563,6 @@ SELECT idxCond, cod_cond, nome, indirizzo, cap, citta, cod_fisc, idxAmm, Attivo,
|
||||
tableMapping.DataSetTable = "AnagFornitori";
|
||||
tableMapping.ColumnMappings.Add("idxFornitore", "idxFornitore");
|
||||
tableMapping.ColumnMappings.Add("username", "username");
|
||||
tableMapping.ColumnMappings.Add("password", "password");
|
||||
tableMapping.ColumnMappings.Add("nome", "nome");
|
||||
tableMapping.ColumnMappings.Add("indirizzo", "indirizzo");
|
||||
tableMapping.ColumnMappings.Add("p_iva", "p_iva");
|
||||
@@ -11499,76 +11570,9 @@ SELECT idxCond, cod_cond, nome, indirizzo, cap, citta, cod_fisc, idxAmm, Attivo,
|
||||
tableMapping.ColumnMappings.Add("numero_di_telefono", "numero_di_telefono");
|
||||
tableMapping.ColumnMappings.Add("numero_di_cellulare", "numero_di_cellulare");
|
||||
tableMapping.ColumnMappings.Add("iscritta", "iscritta");
|
||||
tableMapping.ColumnMappings.Add("attivo", "attivo");
|
||||
tableMapping.ColumnMappings.Add("cssStatoForn", "cssStatoForn");
|
||||
this._adapter.TableMappings.Add(tableMapping);
|
||||
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._adapter.DeleteCommand.Connection = this.Connection;
|
||||
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [AnagFornitori] WHERE (([idxFornitore] = @Original_idxFornitore) AND ((@IsNull_username = 1 AND [username] IS NULL) OR ([username] = @Original_username)) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_nome = 1 AND [nome] IS NULL) OR ([nome] = @Original_nome)) AND ((@IsNull_indirizzo = 1 AND [indirizzo] IS NULL) OR ([indirizzo] = @Original_indirizzo)) AND ((@IsNull_p_iva = 1 AND [p_iva] IS NULL) OR ([p_iva] = @Original_p_iva)) AND ((@IsNull_indirizzo_email = 1 AND [indirizzo_email] IS NULL) OR ([indirizzo_email] = @Original_indirizzo_email)) AND ((@IsNull_numero_di_telefono = 1 AND [numero_di_telefono] IS NULL) OR ([numero_di_telefono] = @Original_numero_di_telefono)) AND ((@IsNull_numero_di_cellulare = 1 AND [numero_di_cellulare] IS NULL) OR ([numero_di_cellulare] = @Original_numero_di_cellulare)) AND ([iscritta] = @Original_iscritta))";
|
||||
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idxFornitore", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idxFornitore", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_username", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "username", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_username", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "username", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_password", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_password", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_nome", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "nome", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_nome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "nome", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_indirizzo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indirizzo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_indirizzo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indirizzo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_p_iva", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "p_iva", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_p_iva", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "p_iva", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_indirizzo_email", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indirizzo_email", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_indirizzo_email", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indirizzo_email", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_numero_di_telefono", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numero_di_telefono", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_numero_di_telefono", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numero_di_telefono", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_numero_di_cellulare", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numero_di_cellulare", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_numero_di_cellulare", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numero_di_cellulare", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_iscritta", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "iscritta", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._adapter.InsertCommand.Connection = this.Connection;
|
||||
this._adapter.InsertCommand.CommandText = @"INSERT INTO [AnagFornitori] ([username], [password], [nome], [indirizzo], [p_iva], [indirizzo_email], [numero_di_telefono], [numero_di_cellulare], [iscritta]) VALUES (@username, @password, @nome, @indirizzo, @p_iva, @indirizzo_email, @numero_di_telefono, @numero_di_cellulare, @iscritta);
|
||||
SELECT idxFornitore, username, password, nome, indirizzo, p_iva, indirizzo_email, numero_di_telefono, numero_di_cellulare, iscritta FROM AnagFornitori WHERE (idxFornitore = SCOPE_IDENTITY())";
|
||||
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@username", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "username", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@password", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@nome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "nome", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@indirizzo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indirizzo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@p_iva", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "p_iva", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@indirizzo_email", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indirizzo_email", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numero_di_telefono", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numero_di_telefono", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numero_di_cellulare", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numero_di_cellulare", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@iscritta", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "iscritta", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._adapter.UpdateCommand.Connection = this.Connection;
|
||||
this._adapter.UpdateCommand.CommandText = @"UPDATE [AnagFornitori] SET [username] = @username, [password] = @password, [nome] = @nome, [indirizzo] = @indirizzo, [p_iva] = @p_iva, [indirizzo_email] = @indirizzo_email, [numero_di_telefono] = @numero_di_telefono, [numero_di_cellulare] = @numero_di_cellulare, [iscritta] = @iscritta WHERE (([idxFornitore] = @Original_idxFornitore) AND ((@IsNull_username = 1 AND [username] IS NULL) OR ([username] = @Original_username)) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_nome = 1 AND [nome] IS NULL) OR ([nome] = @Original_nome)) AND ((@IsNull_indirizzo = 1 AND [indirizzo] IS NULL) OR ([indirizzo] = @Original_indirizzo)) AND ((@IsNull_p_iva = 1 AND [p_iva] IS NULL) OR ([p_iva] = @Original_p_iva)) AND ((@IsNull_indirizzo_email = 1 AND [indirizzo_email] IS NULL) OR ([indirizzo_email] = @Original_indirizzo_email)) AND ((@IsNull_numero_di_telefono = 1 AND [numero_di_telefono] IS NULL) OR ([numero_di_telefono] = @Original_numero_di_telefono)) AND ((@IsNull_numero_di_cellulare = 1 AND [numero_di_cellulare] IS NULL) OR ([numero_di_cellulare] = @Original_numero_di_cellulare)) AND ([iscritta] = @Original_iscritta));
|
||||
SELECT idxFornitore, username, password, nome, indirizzo, p_iva, indirizzo_email, numero_di_telefono, numero_di_cellulare, iscritta FROM AnagFornitori WHERE (idxFornitore = @idxFornitore)";
|
||||
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@username", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "username", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@password", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@nome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "nome", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@indirizzo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indirizzo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@p_iva", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "p_iva", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@indirizzo_email", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indirizzo_email", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numero_di_telefono", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numero_di_telefono", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numero_di_cellulare", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numero_di_cellulare", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@iscritta", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "iscritta", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idxFornitore", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idxFornitore", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_username", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "username", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_username", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "username", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_password", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_password", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_nome", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "nome", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_nome", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "nome", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_indirizzo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indirizzo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_indirizzo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indirizzo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_p_iva", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "p_iva", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_p_iva", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "p_iva", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_indirizzo_email", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indirizzo_email", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_indirizzo_email", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indirizzo_email", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_numero_di_telefono", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numero_di_telefono", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_numero_di_telefono", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numero_di_telefono", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_numero_di_cellulare", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numero_di_cellulare", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_numero_di_cellulare", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numero_di_cellulare", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_iscritta", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "iscritta", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxFornitore", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idxFornitore", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
@@ -11584,7 +11588,7 @@ SELECT idxFornitore, username, password, nome, indirizzo, p_iva, indirizzo_email
|
||||
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[4];
|
||||
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._commandCollection[0].Connection = this.Connection;
|
||||
this._commandCollection[0].CommandText = "SELECT *\r\nFROM AnagFornitori";
|
||||
this._commandCollection[0].CommandText = "SELECT *\r\nFROM v_AnagFornitori";
|
||||
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
||||
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._commandCollection[1].Connection = this.Connection;
|
||||
@@ -11680,376 +11684,6 @@ SELECT idxFornitore, username, password, nome, indirizzo, p_iva, indirizzo_email
|
||||
this.Adapter.Fill(dataTable);
|
||||
return dataTable;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
public virtual int Update(DS_app.AnagFornitoriDataTable dataTable) {
|
||||
return this.Adapter.Update(dataTable);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
public virtual int Update(DS_app dataSet) {
|
||||
return this.Adapter.Update(dataSet, "AnagFornitori");
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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", "15.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", "15.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(int Original_idxFornitore, string Original_username, string Original_password, string Original_nome, string Original_indirizzo, string Original_p_iva, string Original_indirizzo_email, string Original_numero_di_telefono, string Original_numero_di_cellulare, bool Original_iscritta) {
|
||||
this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idxFornitore));
|
||||
if ((Original_username == null)) {
|
||||
this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
|
||||
this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
|
||||
this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_username));
|
||||
}
|
||||
if ((Original_password == 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_password));
|
||||
}
|
||||
if ((Original_nome == null)) {
|
||||
this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
|
||||
this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
|
||||
this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_nome));
|
||||
}
|
||||
if ((Original_indirizzo == 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_indirizzo));
|
||||
}
|
||||
if ((Original_p_iva == 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_p_iva));
|
||||
}
|
||||
if ((Original_indirizzo_email == 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_indirizzo_email));
|
||||
}
|
||||
if ((Original_numero_di_telefono == null)) {
|
||||
this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1));
|
||||
this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0));
|
||||
this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_numero_di_telefono));
|
||||
}
|
||||
if ((Original_numero_di_cellulare == null)) {
|
||||
this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
|
||||
this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
|
||||
this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_numero_di_cellulare));
|
||||
}
|
||||
this.Adapter.DeleteCommand.Parameters[17].Value = ((bool)(Original_iscritta));
|
||||
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", "15.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
|
||||
public virtual int Insert(string username, string password, string nome, string indirizzo, string p_iva, string indirizzo_email, string numero_di_telefono, string numero_di_cellulare, bool iscritta) {
|
||||
if ((username == null)) {
|
||||
this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(username));
|
||||
}
|
||||
if ((password == null)) {
|
||||
this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(password));
|
||||
}
|
||||
if ((nome == null)) {
|
||||
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(nome));
|
||||
}
|
||||
if ((indirizzo == null)) {
|
||||
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(indirizzo));
|
||||
}
|
||||
if ((p_iva == null)) {
|
||||
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(p_iva));
|
||||
}
|
||||
if ((indirizzo_email == null)) {
|
||||
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(indirizzo_email));
|
||||
}
|
||||
if ((numero_di_telefono == null)) {
|
||||
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(numero_di_telefono));
|
||||
}
|
||||
if ((numero_di_cellulare == null)) {
|
||||
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(numero_di_cellulare));
|
||||
}
|
||||
this.Adapter.InsertCommand.Parameters[8].Value = ((bool)(iscritta));
|
||||
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", "15.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
||||
public virtual int Update(
|
||||
string username,
|
||||
string password,
|
||||
string nome,
|
||||
string indirizzo,
|
||||
string p_iva,
|
||||
string indirizzo_email,
|
||||
string numero_di_telefono,
|
||||
string numero_di_cellulare,
|
||||
bool iscritta,
|
||||
int Original_idxFornitore,
|
||||
string Original_username,
|
||||
string Original_password,
|
||||
string Original_nome,
|
||||
string Original_indirizzo,
|
||||
string Original_p_iva,
|
||||
string Original_indirizzo_email,
|
||||
string Original_numero_di_telefono,
|
||||
string Original_numero_di_cellulare,
|
||||
bool Original_iscritta,
|
||||
int idxFornitore) {
|
||||
if ((username == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(username));
|
||||
}
|
||||
if ((password == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(password));
|
||||
}
|
||||
if ((nome == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(nome));
|
||||
}
|
||||
if ((indirizzo == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(indirizzo));
|
||||
}
|
||||
if ((p_iva == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(p_iva));
|
||||
}
|
||||
if ((indirizzo_email == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(indirizzo_email));
|
||||
}
|
||||
if ((numero_di_telefono == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(numero_di_telefono));
|
||||
}
|
||||
if ((numero_di_cellulare == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(numero_di_cellulare));
|
||||
}
|
||||
this.Adapter.UpdateCommand.Parameters[8].Value = ((bool)(iscritta));
|
||||
this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(Original_idxFornitore));
|
||||
if ((Original_username == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[10].Value = ((object)(1));
|
||||
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[10].Value = ((object)(0));
|
||||
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(Original_username));
|
||||
}
|
||||
if ((Original_password == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[12].Value = ((object)(1));
|
||||
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[12].Value = ((object)(0));
|
||||
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Original_password));
|
||||
}
|
||||
if ((Original_nome == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(1));
|
||||
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(0));
|
||||
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(Original_nome));
|
||||
}
|
||||
if ((Original_indirizzo == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(1));
|
||||
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(0));
|
||||
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Original_indirizzo));
|
||||
}
|
||||
if ((Original_p_iva == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(1));
|
||||
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(0));
|
||||
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_p_iva));
|
||||
}
|
||||
if ((Original_indirizzo_email == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(1));
|
||||
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(0));
|
||||
this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(Original_indirizzo_email));
|
||||
}
|
||||
if ((Original_numero_di_telefono == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1));
|
||||
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0));
|
||||
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_numero_di_telefono));
|
||||
}
|
||||
if ((Original_numero_di_cellulare == null)) {
|
||||
this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1));
|
||||
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0));
|
||||
this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(Original_numero_di_cellulare));
|
||||
}
|
||||
this.Adapter.UpdateCommand.Parameters[26].Value = ((bool)(Original_iscritta));
|
||||
this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(idxFornitore));
|
||||
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", "15.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
|
||||
public virtual int Update(
|
||||
string username,
|
||||
string password,
|
||||
string nome,
|
||||
string indirizzo,
|
||||
string p_iva,
|
||||
string indirizzo_email,
|
||||
string numero_di_telefono,
|
||||
string numero_di_cellulare,
|
||||
bool iscritta,
|
||||
int Original_idxFornitore,
|
||||
string Original_username,
|
||||
string Original_password,
|
||||
string Original_nome,
|
||||
string Original_indirizzo,
|
||||
string Original_p_iva,
|
||||
string Original_indirizzo_email,
|
||||
string Original_numero_di_telefono,
|
||||
string Original_numero_di_cellulare,
|
||||
bool Original_iscritta) {
|
||||
return this.Update(username, password, nome, indirizzo, p_iva, indirizzo_email, numero_di_telefono, numero_di_cellulare, iscritta, Original_idxFornitore, Original_username, Original_password, Original_nome, Original_indirizzo, Original_p_iva, Original_indirizzo_email, Original_numero_di_telefono, Original_numero_di_cellulare, Original_iscritta, Original_idxFornitore);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -12925,6 +12559,7 @@ SELECT idxFornitore, idxArea, Attivazione FROM AssF2A WHERE (idxArea = @idxArea)
|
||||
tableMapping.ColumnMappings.Add("cssStato", "cssStato");
|
||||
tableMapping.ColumnMappings.Add("qtaAzioni", "qtaAzioni");
|
||||
tableMapping.ColumnMappings.Add("collaboratore", "collaboratore");
|
||||
tableMapping.ColumnMappings.Add("cssStatoForn", "cssStatoForn");
|
||||
this._adapter.TableMappings.Add(tableMapping);
|
||||
}
|
||||
|
||||
@@ -16070,8 +15705,6 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
|
||||
private AnagCondominiTableAdapter _anagCondominiTableAdapter;
|
||||
|
||||
private AnagFornitoriTableAdapter _anagFornitoriTableAdapter;
|
||||
|
||||
private AssF2ATableAdapter _assF2ATableAdapter;
|
||||
|
||||
private AnagStatiTableAdapter _anagStatiTableAdapter;
|
||||
@@ -16111,20 +15744,6 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.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 AnagFornitoriTableAdapter AnagFornitoriTableAdapter {
|
||||
get {
|
||||
return this._anagFornitoriTableAdapter;
|
||||
}
|
||||
set {
|
||||
this._anagFornitoriTableAdapter = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
|
||||
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
||||
@@ -16218,10 +15837,6 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
&& (this._anagCondominiTableAdapter.Connection != null))) {
|
||||
return this._anagCondominiTableAdapter.Connection;
|
||||
}
|
||||
if (((this._anagFornitoriTableAdapter != null)
|
||||
&& (this._anagFornitoriTableAdapter.Connection != null))) {
|
||||
return this._anagFornitoriTableAdapter.Connection;
|
||||
}
|
||||
if (((this._assF2ATableAdapter != null)
|
||||
&& (this._assF2ATableAdapter.Connection != null))) {
|
||||
return this._assF2ATableAdapter.Connection;
|
||||
@@ -16258,9 +15873,6 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
if ((this._anagCondominiTableAdapter != null)) {
|
||||
count = (count + 1);
|
||||
}
|
||||
if ((this._anagFornitoriTableAdapter != null)) {
|
||||
count = (count + 1);
|
||||
}
|
||||
if ((this._assF2ATableAdapter != null)) {
|
||||
count = (count + 1);
|
||||
}
|
||||
@@ -16305,15 +15917,6 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
allChangedRows.AddRange(updatedRows);
|
||||
}
|
||||
}
|
||||
if ((this._anagFornitoriTableAdapter != null)) {
|
||||
global::System.Data.DataRow[] updatedRows = dataSet.AnagFornitori.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
||||
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
||||
if (((updatedRows != null)
|
||||
&& (0 < updatedRows.Length))) {
|
||||
result = (result + this._anagFornitoriTableAdapter.Update(updatedRows));
|
||||
allChangedRows.AddRange(updatedRows);
|
||||
}
|
||||
}
|
||||
if ((this._anagStatiTableAdapter != null)) {
|
||||
global::System.Data.DataRow[] updatedRows = dataSet.AnagStati.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
||||
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
||||
@@ -16376,14 +15979,6 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
allAddedRows.AddRange(addedRows);
|
||||
}
|
||||
}
|
||||
if ((this._anagFornitoriTableAdapter != null)) {
|
||||
global::System.Data.DataRow[] addedRows = dataSet.AnagFornitori.Select(null, null, global::System.Data.DataViewRowState.Added);
|
||||
if (((addedRows != null)
|
||||
&& (0 < addedRows.Length))) {
|
||||
result = (result + this._anagFornitoriTableAdapter.Update(addedRows));
|
||||
allAddedRows.AddRange(addedRows);
|
||||
}
|
||||
}
|
||||
if ((this._anagStatiTableAdapter != null)) {
|
||||
global::System.Data.DataRow[] addedRows = dataSet.AnagStati.Select(null, null, global::System.Data.DataViewRowState.Added);
|
||||
if (((addedRows != null)
|
||||
@@ -16458,14 +16053,6 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
allChangedRows.AddRange(deletedRows);
|
||||
}
|
||||
}
|
||||
if ((this._anagFornitoriTableAdapter != null)) {
|
||||
global::System.Data.DataRow[] deletedRows = dataSet.AnagFornitori.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
||||
if (((deletedRows != null)
|
||||
&& (0 < deletedRows.Length))) {
|
||||
result = (result + this._anagFornitoriTableAdapter.Update(deletedRows));
|
||||
allChangedRows.AddRange(deletedRows);
|
||||
}
|
||||
}
|
||||
if ((this._anagCondominiTableAdapter != null)) {
|
||||
global::System.Data.DataRow[] deletedRows = dataSet.AnagCondomini.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
||||
if (((deletedRows != null)
|
||||
@@ -16526,11 +16113,6 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
|
||||
"a stessa stringa di connessione.");
|
||||
}
|
||||
if (((this._anagFornitoriTableAdapter != null)
|
||||
&& (this.MatchTableAdapterConnection(this._anagFornitoriTableAdapter.Connection) == false))) {
|
||||
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
|
||||
"a stessa stringa di connessione.");
|
||||
}
|
||||
if (((this._assF2ATableAdapter != null)
|
||||
&& (this.MatchTableAdapterConnection(this._assF2ATableAdapter.Connection) == false))) {
|
||||
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
|
||||
@@ -16598,15 +16180,6 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
adaptersWithAcceptChangesDuringUpdate.Add(this._anagCondominiTableAdapter.Adapter);
|
||||
}
|
||||
}
|
||||
if ((this._anagFornitoriTableAdapter != null)) {
|
||||
revertConnections.Add(this._anagFornitoriTableAdapter, this._anagFornitoriTableAdapter.Connection);
|
||||
this._anagFornitoriTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
||||
this._anagFornitoriTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
||||
if (this._anagFornitoriTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
||||
this._anagFornitoriTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
||||
adaptersWithAcceptChangesDuringUpdate.Add(this._anagFornitoriTableAdapter.Adapter);
|
||||
}
|
||||
}
|
||||
if ((this._assF2ATableAdapter != null)) {
|
||||
revertConnections.Add(this._assF2ATableAdapter, this._assF2ATableAdapter.Connection);
|
||||
this._assF2ATableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
||||
@@ -16714,10 +16287,6 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
this._anagCondominiTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._anagCondominiTableAdapter]));
|
||||
this._anagCondominiTableAdapter.Transaction = null;
|
||||
}
|
||||
if ((this._anagFornitoriTableAdapter != null)) {
|
||||
this._anagFornitoriTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._anagFornitoriTableAdapter]));
|
||||
this._anagFornitoriTableAdapter.Transaction = null;
|
||||
}
|
||||
if ((this._assF2ATableAdapter != null)) {
|
||||
this._assF2ATableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._assF2ATableAdapter]));
|
||||
this._assF2ATableAdapter.Transaction = null;
|
||||
|
||||
+41
-109
@@ -223,98 +223,19 @@ SELECT idxCond, cod_cond, nome, indirizzo, cap, citta, cod_fisc, idxAmm, Attivo,
|
||||
</TableAdapter>
|
||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="AnagFornitoriTableAdapter" GeneratorDataComponentClassName="AnagFornitoriTableAdapter" Name="AnagFornitori" UserDataComponentName="AnagFornitoriTableAdapter">
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="B2BCondConnectionString (Settings)" DbObjectName="B2BCond.dbo.AnagFornitori" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<DeleteCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>DELETE FROM [AnagFornitori] WHERE (([idxFornitore] = @Original_idxFornitore) AND ((@IsNull_username = 1 AND [username] IS NULL) OR ([username] = @Original_username)) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_nome = 1 AND [nome] IS NULL) OR ([nome] = @Original_nome)) AND ((@IsNull_indirizzo = 1 AND [indirizzo] IS NULL) OR ([indirizzo] = @Original_indirizzo)) AND ((@IsNull_p_iva = 1 AND [p_iva] IS NULL) OR ([p_iva] = @Original_p_iva)) AND ((@IsNull_indirizzo_email = 1 AND [indirizzo_email] IS NULL) OR ([indirizzo_email] = @Original_indirizzo_email)) AND ((@IsNull_numero_di_telefono = 1 AND [numero_di_telefono] IS NULL) OR ([numero_di_telefono] = @Original_numero_di_telefono)) AND ((@IsNull_numero_di_cellulare = 1 AND [numero_di_cellulare] IS NULL) OR ([numero_di_cellulare] = @Original_numero_di_cellulare)) AND ([iscritta] = @Original_iscritta))</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_idxFornitore" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idxFornitore" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_username" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_username" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_password" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_password" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_nome" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nome" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="nome" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_indirizzo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="indirizzo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="indirizzo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_p_iva" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="p_iva" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_p_iva" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="p_iva" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_indirizzo_email" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="indirizzo_email" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_indirizzo_email" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="indirizzo_email" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_numero_di_telefono" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="numero_di_telefono" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_numero_di_telefono" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="numero_di_telefono" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_numero_di_cellulare" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="numero_di_cellulare" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_numero_di_cellulare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="numero_di_cellulare" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_iscritta" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="iscritta" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</DeleteCommand>
|
||||
<InsertCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>INSERT INTO [AnagFornitori] ([username], [password], [nome], [indirizzo], [p_iva], [indirizzo_email], [numero_di_telefono], [numero_di_cellulare], [iscritta]) VALUES (@username, @password, @nome, @indirizzo, @p_iva, @indirizzo_email, @numero_di_telefono, @numero_di_cellulare, @iscritta);
|
||||
SELECT idxFornitore, username, password, nome, indirizzo, p_iva, indirizzo_email, numero_di_telefono, numero_di_cellulare, iscritta FROM AnagFornitori WHERE (idxFornitore = SCOPE_IDENTITY())</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@username" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@password" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="nome" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="indirizzo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@p_iva" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="p_iva" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@indirizzo_email" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="indirizzo_email" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@numero_di_telefono" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="numero_di_telefono" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@numero_di_cellulare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="numero_di_cellulare" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@iscritta" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="iscritta" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</InsertCommand>
|
||||
<DbSource ConnectionRef="B2BCondConnectionString (Settings)" DbObjectName="B2BCond.dbo.v_AnagFornitori" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<CommandText>SELECT *
|
||||
FROM AnagFornitori</CommandText>
|
||||
FROM v_AnagFornitori</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
<UpdateCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>UPDATE [AnagFornitori] SET [username] = @username, [password] = @password, [nome] = @nome, [indirizzo] = @indirizzo, [p_iva] = @p_iva, [indirizzo_email] = @indirizzo_email, [numero_di_telefono] = @numero_di_telefono, [numero_di_cellulare] = @numero_di_cellulare, [iscritta] = @iscritta WHERE (([idxFornitore] = @Original_idxFornitore) AND ((@IsNull_username = 1 AND [username] IS NULL) OR ([username] = @Original_username)) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_nome = 1 AND [nome] IS NULL) OR ([nome] = @Original_nome)) AND ((@IsNull_indirizzo = 1 AND [indirizzo] IS NULL) OR ([indirizzo] = @Original_indirizzo)) AND ((@IsNull_p_iva = 1 AND [p_iva] IS NULL) OR ([p_iva] = @Original_p_iva)) AND ((@IsNull_indirizzo_email = 1 AND [indirizzo_email] IS NULL) OR ([indirizzo_email] = @Original_indirizzo_email)) AND ((@IsNull_numero_di_telefono = 1 AND [numero_di_telefono] IS NULL) OR ([numero_di_telefono] = @Original_numero_di_telefono)) AND ((@IsNull_numero_di_cellulare = 1 AND [numero_di_cellulare] IS NULL) OR ([numero_di_cellulare] = @Original_numero_di_cellulare)) AND ([iscritta] = @Original_iscritta));
|
||||
SELECT idxFornitore, username, password, nome, indirizzo, p_iva, indirizzo_email, numero_di_telefono, numero_di_cellulare, iscritta FROM AnagFornitori WHERE (idxFornitore = @idxFornitore)</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@username" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@password" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="nome" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="indirizzo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@p_iva" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="p_iva" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@indirizzo_email" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="indirizzo_email" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@numero_di_telefono" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="numero_di_telefono" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@numero_di_cellulare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="numero_di_cellulare" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@iscritta" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="iscritta" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_idxFornitore" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idxFornitore" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_username" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_username" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_password" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_password" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_nome" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nome" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="nome" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_indirizzo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="indirizzo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="indirizzo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_p_iva" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="p_iva" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_p_iva" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="p_iva" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_indirizzo_email" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="indirizzo_email" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_indirizzo_email" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="indirizzo_email" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_numero_di_telefono" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="numero_di_telefono" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_numero_di_telefono" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="numero_di_telefono" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_numero_di_cellulare" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="numero_di_cellulare" SourceColumnNullMapping="true" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_numero_di_cellulare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="numero_di_cellulare" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_iscritta" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="iscritta" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="idxFornitore" ColumnName="idxFornitore" DataSourceName="B2BCond.dbo.AnagFornitori" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idxFornitore" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idxFornitore" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</UpdateCommand>
|
||||
</DbSource>
|
||||
</MainSource>
|
||||
<Mappings>
|
||||
<Mapping SourceColumn="idxFornitore" DataSetColumn="idxFornitore" />
|
||||
<Mapping SourceColumn="username" DataSetColumn="username" />
|
||||
<Mapping SourceColumn="password" DataSetColumn="password" />
|
||||
<Mapping SourceColumn="nome" DataSetColumn="nome" />
|
||||
<Mapping SourceColumn="indirizzo" DataSetColumn="indirizzo" />
|
||||
<Mapping SourceColumn="p_iva" DataSetColumn="p_iva" />
|
||||
@@ -322,6 +243,8 @@ SELECT idxFornitore, username, password, nome, indirizzo, p_iva, indirizzo_email
|
||||
<Mapping SourceColumn="numero_di_telefono" DataSetColumn="numero_di_telefono" />
|
||||
<Mapping SourceColumn="numero_di_cellulare" DataSetColumn="numero_di_cellulare" />
|
||||
<Mapping SourceColumn="iscritta" DataSetColumn="iscritta" />
|
||||
<Mapping SourceColumn="attivo" DataSetColumn="attivo" />
|
||||
<Mapping SourceColumn="cssStatoForn" DataSetColumn="cssStatoForn" />
|
||||
</Mappings>
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="B2BCondConnectionString (Settings)" DbObjectName="B2BCond.dbo.stp_AF_getByArea" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByArea" GetMethodModifier="Public" GetMethodName="getByArea" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByArea" UserSourceName="getByArea">
|
||||
@@ -530,6 +453,7 @@ FROM v_ElencolRich</CommandText>
|
||||
<Mapping SourceColumn="cssStato" DataSetColumn="cssStato" />
|
||||
<Mapping SourceColumn="qtaAzioni" DataSetColumn="qtaAzioni" />
|
||||
<Mapping SourceColumn="collaboratore" DataSetColumn="collaboratore" />
|
||||
<Mapping SourceColumn="cssStatoForn" DataSetColumn="cssStatoForn" />
|
||||
</Mappings>
|
||||
<Sources>
|
||||
<DbSource ConnectionRef="B2BCondConnectionString (Settings)" DbObjectName="B2BCond.dbo.stp_ER_getByCond" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByCondStato" GetMethodModifier="Public" GetMethodName="getByCondStato" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByCondStato" UserSourceName="getByCondStato">
|
||||
@@ -1144,7 +1068,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
<xs:element name="DS_app" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DS_app" msprop:Generator_UserDSName="DS_app">
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:element name="AnagAmministratori" msprop:Generator_TableClassName="AnagAmministratoriDataTable" msprop:Generator_TableVarName="tableAnagAmministratori" msprop:Generator_TablePropName="AnagAmministratori" msprop:Generator_RowDeletingName="AnagAmministratoriRowDeleting" msprop:Generator_RowChangingName="AnagAmministratoriRowChanging" msprop:Generator_RowEvHandlerName="AnagAmministratoriRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagAmministratoriRowDeleted" msprop:Generator_UserTableName="AnagAmministratori" msprop:Generator_RowChangedName="AnagAmministratoriRowChanged" msprop:Generator_RowEvArgName="AnagAmministratoriRowChangeEvent" msprop:Generator_RowClassName="AnagAmministratoriRow">
|
||||
<xs:element name="AnagAmministratori" msprop:Generator_TableClassName="AnagAmministratoriDataTable" msprop:Generator_TableVarName="tableAnagAmministratori" msprop:Generator_RowChangedName="AnagAmministratoriRowChanged" msprop:Generator_TablePropName="AnagAmministratori" msprop:Generator_RowDeletingName="AnagAmministratoriRowDeleting" msprop:Generator_RowChangingName="AnagAmministratoriRowChanging" msprop:Generator_RowEvHandlerName="AnagAmministratoriRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagAmministratoriRowDeleted" msprop:Generator_RowClassName="AnagAmministratoriRow" msprop:Generator_UserTableName="AnagAmministratori" msprop:Generator_RowEvArgName="AnagAmministratoriRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxAmm" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidxAmm" msprop:Generator_ColumnPropNameInRow="idxAmm" msprop:Generator_ColumnPropNameInTable="idxAmmColumn" msprop:Generator_UserColumnName="idxAmm" type="xs:int" />
|
||||
@@ -1171,7 +1095,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagCondomini" msprop:Generator_TableClassName="AnagCondominiDataTable" msprop:Generator_TableVarName="tableAnagCondomini" msprop:Generator_TablePropName="AnagCondomini" msprop:Generator_RowDeletingName="AnagCondominiRowDeleting" msprop:Generator_RowChangingName="AnagCondominiRowChanging" msprop:Generator_RowEvHandlerName="AnagCondominiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagCondominiRowDeleted" msprop:Generator_UserTableName="AnagCondomini" msprop:Generator_RowChangedName="AnagCondominiRowChanged" msprop:Generator_RowEvArgName="AnagCondominiRowChangeEvent" msprop:Generator_RowClassName="AnagCondominiRow">
|
||||
<xs:element name="AnagCondomini" msprop:Generator_TableClassName="AnagCondominiDataTable" msprop:Generator_TableVarName="tableAnagCondomini" msprop:Generator_RowChangedName="AnagCondominiRowChanged" msprop:Generator_TablePropName="AnagCondomini" msprop:Generator_RowDeletingName="AnagCondominiRowDeleting" msprop:Generator_RowChangingName="AnagCondominiRowChanging" msprop:Generator_RowEvHandlerName="AnagCondominiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagCondominiRowDeleted" msprop:Generator_RowClassName="AnagCondominiRow" msprop:Generator_UserTableName="AnagCondomini" msprop:Generator_RowEvArgName="AnagCondominiRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxCond" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidxCond" msprop:Generator_ColumnPropNameInRow="idxCond" msprop:Generator_ColumnPropNameInTable="idxCondColumn" msprop:Generator_UserColumnName="idxCond" type="xs:int" />
|
||||
@@ -1229,7 +1153,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagAree" msprop:Generator_TableClassName="AnagAreeDataTable" msprop:Generator_TableVarName="tableAnagAree" msprop:Generator_RowChangedName="AnagAreeRowChanged" msprop:Generator_TablePropName="AnagAree" msprop:Generator_RowDeletingName="AnagAreeRowDeleting" msprop:Generator_RowChangingName="AnagAreeRowChanging" msprop:Generator_RowEvHandlerName="AnagAreeRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagAreeRowDeleted" msprop:Generator_RowClassName="AnagAreeRow" msprop:Generator_UserTableName="AnagAree" msprop:Generator_RowEvArgName="AnagAreeRowChangeEvent">
|
||||
<xs:element name="AnagAree" msprop:Generator_TableClassName="AnagAreeDataTable" msprop:Generator_TableVarName="tableAnagAree" msprop:Generator_TablePropName="AnagAree" msprop:Generator_RowDeletingName="AnagAreeRowDeleting" msprop:Generator_RowChangingName="AnagAreeRowChanging" msprop:Generator_RowEvHandlerName="AnagAreeRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagAreeRowDeleted" msprop:Generator_UserTableName="AnagAree" msprop:Generator_RowChangedName="AnagAreeRowChanged" msprop:Generator_RowEvArgName="AnagAreeRowChangeEvent" msprop:Generator_RowClassName="AnagAreeRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxArea" msprop:Generator_ColumnVarNameInTable="columnidxArea" msprop:Generator_ColumnPropNameInRow="idxArea" msprop:Generator_ColumnPropNameInTable="idxAreaColumn" msprop:Generator_UserColumnName="idxArea" type="xs:int" />
|
||||
@@ -1258,7 +1182,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagFornitori" msprop:Generator_TableClassName="AnagFornitoriDataTable" msprop:Generator_TableVarName="tableAnagFornitori" msprop:Generator_RowChangedName="AnagFornitoriRowChanged" msprop:Generator_TablePropName="AnagFornitori" msprop:Generator_RowDeletingName="AnagFornitoriRowDeleting" msprop:Generator_RowChangingName="AnagFornitoriRowChanging" msprop:Generator_RowEvHandlerName="AnagFornitoriRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagFornitoriRowDeleted" msprop:Generator_RowClassName="AnagFornitoriRow" msprop:Generator_UserTableName="AnagFornitori" msprop:Generator_RowEvArgName="AnagFornitoriRowChangeEvent">
|
||||
<xs:element name="AnagFornitori" msprop:Generator_TableClassName="AnagFornitoriDataTable" msprop:Generator_TableVarName="tableAnagFornitori" msprop:Generator_TablePropName="AnagFornitori" msprop:Generator_RowDeletingName="AnagFornitoriRowDeleting" msprop:Generator_RowChangingName="AnagFornitoriRowChanging" msprop:Generator_RowEvHandlerName="AnagFornitoriRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagFornitoriRowDeleted" msprop:Generator_UserTableName="AnagFornitori" msprop:Generator_RowChangedName="AnagFornitoriRowChanged" msprop:Generator_RowEvArgName="AnagFornitoriRowChangeEvent" msprop:Generator_RowClassName="AnagFornitoriRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxFornitore" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidxFornitore" msprop:Generator_ColumnPropNameInRow="idxFornitore" msprop:Generator_ColumnPropNameInTable="idxFornitoreColumn" msprop:Generator_UserColumnName="idxFornitore" type="xs:int" />
|
||||
@@ -1269,13 +1193,6 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="password" msprop:Generator_ColumnVarNameInTable="columnpassword" msprop:Generator_ColumnPropNameInRow="password" msprop:Generator_ColumnPropNameInTable="passwordColumn" msprop:Generator_UserColumnName="password" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="11" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="nome" msprop:Generator_ColumnVarNameInTable="columnnome" msprop:Generator_ColumnPropNameInRow="nome" msprop:Generator_ColumnPropNameInTable="nomeColumn" msprop:Generator_UserColumnName="nome" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
@@ -1319,10 +1236,18 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="iscritta" msprop:Generator_ColumnVarNameInTable="columniscritta" msprop:Generator_ColumnPropNameInRow="iscritta" msprop:Generator_ColumnPropNameInTable="iscrittaColumn" msprop:Generator_UserColumnName="iscritta" type="xs:boolean" />
|
||||
<xs:element name="attivo" msprop:Generator_ColumnVarNameInTable="columnattivo" msprop:Generator_ColumnPropNameInRow="attivo" msprop:Generator_ColumnPropNameInTable="attivoColumn" msprop:Generator_UserColumnName="attivo" type="xs:boolean" />
|
||||
<xs:element name="cssStatoForn" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncssStatoForn" msprop:Generator_ColumnPropNameInRow="cssStatoForn" msprop:Generator_ColumnPropNameInTable="cssStatoFornColumn" msprop:Generator_UserColumnName="cssStatoForn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="12" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AssF2A" msprop:Generator_TableClassName="AssF2ADataTable" msprop:Generator_TableVarName="tableAssF2A" msprop:Generator_RowChangedName="AssF2ARowChanged" msprop:Generator_TablePropName="AssF2A" msprop:Generator_RowDeletingName="AssF2ARowDeleting" msprop:Generator_RowChangingName="AssF2ARowChanging" msprop:Generator_RowEvHandlerName="AssF2ARowChangeEventHandler" msprop:Generator_RowDeletedName="AssF2ARowDeleted" msprop:Generator_RowClassName="AssF2ARow" msprop:Generator_UserTableName="AssF2A" msprop:Generator_RowEvArgName="AssF2ARowChangeEvent">
|
||||
<xs:element name="AssF2A" msprop:Generator_TableClassName="AssF2ADataTable" msprop:Generator_TableVarName="tableAssF2A" msprop:Generator_TablePropName="AssF2A" msprop:Generator_RowDeletingName="AssF2ARowDeleting" msprop:Generator_RowChangingName="AssF2ARowChanging" msprop:Generator_RowEvHandlerName="AssF2ARowChangeEventHandler" msprop:Generator_RowDeletedName="AssF2ARowDeleted" msprop:Generator_UserTableName="AssF2A" msprop:Generator_RowChangedName="AssF2ARowChanged" msprop:Generator_RowEvArgName="AssF2ARowChangeEvent" msprop:Generator_RowClassName="AssF2ARow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxFornitore" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidxFornitore" msprop:Generator_ColumnPropNameInRow="idxFornitore" msprop:Generator_ColumnPropNameInTable="idxFornitoreColumn" msprop:Generator_UserColumnName="idxFornitore" type="xs:int" />
|
||||
@@ -1331,7 +1256,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AssF2C" msprop:Generator_TableClassName="AssF2CDataTable" msprop:Generator_TableVarName="tableAssF2C" msprop:Generator_TablePropName="AssF2C" msprop:Generator_RowDeletingName="AssF2CRowDeleting" msprop:Generator_RowChangingName="AssF2CRowChanging" msprop:Generator_RowEvHandlerName="AssF2CRowChangeEventHandler" msprop:Generator_RowDeletedName="AssF2CRowDeleted" msprop:Generator_UserTableName="AssF2C" msprop:Generator_RowChangedName="AssF2CRowChanged" msprop:Generator_RowEvArgName="AssF2CRowChangeEvent" msprop:Generator_RowClassName="AssF2CRow">
|
||||
<xs:element name="AssF2C" msprop:Generator_TableClassName="AssF2CDataTable" msprop:Generator_TableVarName="tableAssF2C" msprop:Generator_RowChangedName="AssF2CRowChanged" msprop:Generator_TablePropName="AssF2C" msprop:Generator_RowDeletingName="AssF2CRowDeleting" msprop:Generator_RowChangingName="AssF2CRowChanging" msprop:Generator_RowEvHandlerName="AssF2CRowChangeEventHandler" msprop:Generator_RowDeletedName="AssF2CRowDeleted" msprop:Generator_RowClassName="AssF2CRow" msprop:Generator_UserTableName="AssF2C" msprop:Generator_RowEvArgName="AssF2CRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxCond" msprop:Generator_ColumnVarNameInTable="columnidxCond" msprop:Generator_ColumnPropNameInRow="idxCond" msprop:Generator_ColumnPropNameInTable="idxCondColumn" msprop:Generator_UserColumnName="idxCond" type="xs:int" />
|
||||
@@ -1413,7 +1338,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="PBO_DashStats" msprop:Generator_TableClassName="PBO_DashStatsDataTable" msprop:Generator_TableVarName="tablePBO_DashStats" msprop:Generator_TablePropName="PBO_DashStats" msprop:Generator_RowDeletingName="PBO_DashStatsRowDeleting" msprop:Generator_RowChangingName="PBO_DashStatsRowChanging" msprop:Generator_RowEvHandlerName="PBO_DashStatsRowChangeEventHandler" msprop:Generator_RowDeletedName="PBO_DashStatsRowDeleted" msprop:Generator_UserTableName="PBO_DashStats" msprop:Generator_RowChangedName="PBO_DashStatsRowChanged" msprop:Generator_RowEvArgName="PBO_DashStatsRowChangeEvent" msprop:Generator_RowClassName="PBO_DashStatsRow">
|
||||
<xs:element name="PBO_DashStats" msprop:Generator_TableClassName="PBO_DashStatsDataTable" msprop:Generator_TableVarName="tablePBO_DashStats" msprop:Generator_RowChangedName="PBO_DashStatsRowChanged" msprop:Generator_TablePropName="PBO_DashStats" msprop:Generator_RowDeletingName="PBO_DashStatsRowDeleting" msprop:Generator_RowChangingName="PBO_DashStatsRowChanging" msprop:Generator_RowEvHandlerName="PBO_DashStatsRowChangeEventHandler" msprop:Generator_RowDeletedName="PBO_DashStatsRowDeleted" msprop:Generator_RowClassName="PBO_DashStatsRow" msprop:Generator_UserTableName="PBO_DashStats" msprop:Generator_RowEvArgName="PBO_DashStatsRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="numUsers" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnnumUsers" msprop:Generator_ColumnPropNameInRow="numUsers" msprop:Generator_ColumnPropNameInTable="numUsersColumn" msprop:Generator_UserColumnName="numUsers" type="xs:int" minOccurs="0" />
|
||||
@@ -1427,7 +1352,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="ElencolRich" msprop:Generator_TableClassName="ElencolRichDataTable" msprop:Generator_TableVarName="tableElencolRich" msprop:Generator_RowChangedName="ElencolRichRowChanged" msprop:Generator_TablePropName="ElencolRich" msprop:Generator_RowDeletingName="ElencolRichRowDeleting" msprop:Generator_RowChangingName="ElencolRichRowChanging" msprop:Generator_RowEvHandlerName="ElencolRichRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencolRichRowDeleted" msprop:Generator_RowClassName="ElencolRichRow" msprop:Generator_UserTableName="ElencolRich" msprop:Generator_RowEvArgName="ElencolRichRowChangeEvent">
|
||||
<xs:element name="ElencolRich" msprop:Generator_TableClassName="ElencolRichDataTable" msprop:Generator_TableVarName="tableElencolRich" msprop:Generator_TablePropName="ElencolRich" msprop:Generator_RowDeletingName="ElencolRichRowDeleting" msprop:Generator_RowChangingName="ElencolRichRowChanging" msprop:Generator_RowEvHandlerName="ElencolRichRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencolRichRowDeleted" msprop:Generator_UserTableName="ElencolRich" msprop:Generator_RowChangedName="ElencolRichRowChanged" msprop:Generator_RowEvArgName="ElencolRichRowChangeEvent" msprop:Generator_RowClassName="ElencolRichRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxRichiesta" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidxRichiesta" msprop:Generator_ColumnPropNameInRow="idxRichiesta" msprop:Generator_ColumnPropNameInTable="idxRichiestaColumn" msprop:Generator_UserColumnName="idxRichiesta" type="xs:int" />
|
||||
@@ -1518,10 +1443,17 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="cssStatoForn" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncssStatoForn" msprop:Generator_ColumnPropNameInRow="cssStatoForn" msprop:Generator_ColumnPropNameInTable="cssStatoFornColumn" msprop:Generator_UserColumnName="cssStatoForn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="12" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagStati" msprop:Generator_TableClassName="AnagStatiDataTable" msprop:Generator_TableVarName="tableAnagStati" msprop:Generator_RowChangedName="AnagStatiRowChanged" msprop:Generator_TablePropName="AnagStati" msprop:Generator_RowDeletingName="AnagStatiRowDeleting" msprop:Generator_RowChangingName="AnagStatiRowChanging" msprop:Generator_RowEvHandlerName="AnagStatiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagStatiRowDeleted" msprop:Generator_RowClassName="AnagStatiRow" msprop:Generator_UserTableName="AnagStati" msprop:Generator_RowEvArgName="AnagStatiRowChangeEvent">
|
||||
<xs:element name="AnagStati" msprop:Generator_TableClassName="AnagStatiDataTable" msprop:Generator_TableVarName="tableAnagStati" msprop:Generator_TablePropName="AnagStati" msprop:Generator_RowDeletingName="AnagStatiRowDeleting" msprop:Generator_RowChangingName="AnagStatiRowChanging" msprop:Generator_RowEvHandlerName="AnagStatiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagStatiRowDeleted" msprop:Generator_UserTableName="AnagStati" msprop:Generator_RowChangedName="AnagStatiRowChanged" msprop:Generator_RowEvArgName="AnagStatiRowChangeEvent" msprop:Generator_RowClassName="AnagStatiRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxStato" msprop:Generator_ColumnVarNameInTable="columnidxStato" msprop:Generator_ColumnPropNameInRow="idxStato" msprop:Generator_ColumnPropNameInTable="idxStatoColumn" msprop:Generator_UserColumnName="idxStato" type="xs:int" />
|
||||
@@ -1549,7 +1481,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="StatoRich" msprop:Generator_TableClassName="StatoRichDataTable" msprop:Generator_TableVarName="tableStatoRich" msprop:Generator_RowChangedName="StatoRichRowChanged" msprop:Generator_TablePropName="StatoRich" msprop:Generator_RowDeletingName="StatoRichRowDeleting" msprop:Generator_RowChangingName="StatoRichRowChanging" msprop:Generator_RowEvHandlerName="StatoRichRowChangeEventHandler" msprop:Generator_RowDeletedName="StatoRichRowDeleted" msprop:Generator_RowClassName="StatoRichRow" msprop:Generator_UserTableName="StatoRich" msprop:Generator_RowEvArgName="StatoRichRowChangeEvent">
|
||||
<xs:element name="StatoRich" msprop:Generator_TableClassName="StatoRichDataTable" msprop:Generator_TableVarName="tableStatoRich" msprop:Generator_TablePropName="StatoRich" msprop:Generator_RowDeletingName="StatoRichRowDeleting" msprop:Generator_RowChangingName="StatoRichRowChanging" msprop:Generator_RowEvHandlerName="StatoRichRowChangeEventHandler" msprop:Generator_RowDeletedName="StatoRichRowDeleted" msprop:Generator_UserTableName="StatoRich" msprop:Generator_RowChangedName="StatoRichRowChanged" msprop:Generator_RowEvArgName="StatoRichRowChangeEvent" msprop:Generator_RowClassName="StatoRichRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="cod_cond" msprop:Generator_ColumnVarNameInTable="columncod_cond" msprop:Generator_ColumnPropNameInRow="cod_cond" msprop:Generator_ColumnPropNameInTable="cod_condColumn" msprop:Generator_UserColumnName="cod_cond">
|
||||
@@ -1574,7 +1506,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="PAM_DashStats" msprop:Generator_TableClassName="PAM_DashStatsDataTable" msprop:Generator_TableVarName="tablePAM_DashStats" msprop:Generator_RowChangedName="PAM_DashStatsRowChanged" msprop:Generator_TablePropName="PAM_DashStats" msprop:Generator_RowDeletingName="PAM_DashStatsRowDeleting" msprop:Generator_RowChangingName="PAM_DashStatsRowChanging" msprop:Generator_RowEvHandlerName="PAM_DashStatsRowChangeEventHandler" msprop:Generator_RowDeletedName="PAM_DashStatsRowDeleted" msprop:Generator_RowClassName="PAM_DashStatsRow" msprop:Generator_UserTableName="PAM_DashStats" msprop:Generator_RowEvArgName="PAM_DashStatsRowChangeEvent">
|
||||
<xs:element name="PAM_DashStats" msprop:Generator_TableClassName="PAM_DashStatsDataTable" msprop:Generator_TableVarName="tablePAM_DashStats" msprop:Generator_TablePropName="PAM_DashStats" msprop:Generator_RowDeletingName="PAM_DashStatsRowDeleting" msprop:Generator_RowChangingName="PAM_DashStatsRowChanging" msprop:Generator_RowEvHandlerName="PAM_DashStatsRowChangeEventHandler" msprop:Generator_RowDeletedName="PAM_DashStatsRowDeleted" msprop:Generator_UserTableName="PAM_DashStats" msprop:Generator_RowChangedName="PAM_DashStatsRowChanged" msprop:Generator_RowEvArgName="PAM_DashStatsRowChangeEvent" msprop:Generator_RowClassName="PAM_DashStatsRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="numUsers" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnnumUsers" msprop:Generator_ColumnPropNameInRow="numUsers" msprop:Generator_ColumnPropNameInTable="numUsersColumn" msprop:Generator_UserColumnName="numUsers" type="xs:int" minOccurs="0" />
|
||||
@@ -1590,7 +1522,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagPrior" msprop:Generator_TableClassName="AnagPriorDataTable" msprop:Generator_TableVarName="tableAnagPrior" msprop:Generator_RowChangedName="AnagPriorRowChanged" msprop:Generator_TablePropName="AnagPrior" msprop:Generator_RowDeletingName="AnagPriorRowDeleting" msprop:Generator_RowChangingName="AnagPriorRowChanging" msprop:Generator_RowEvHandlerName="AnagPriorRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPriorRowDeleted" msprop:Generator_RowClassName="AnagPriorRow" msprop:Generator_UserTableName="AnagPrior" msprop:Generator_RowEvArgName="AnagPriorRowChangeEvent">
|
||||
<xs:element name="AnagPrior" msprop:Generator_TableClassName="AnagPriorDataTable" msprop:Generator_TableVarName="tableAnagPrior" msprop:Generator_TablePropName="AnagPrior" msprop:Generator_RowDeletingName="AnagPriorRowDeleting" msprop:Generator_RowChangingName="AnagPriorRowChanging" msprop:Generator_RowEvHandlerName="AnagPriorRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPriorRowDeleted" msprop:Generator_UserTableName="AnagPrior" msprop:Generator_RowChangedName="AnagPriorRowChanged" msprop:Generator_RowEvArgName="AnagPriorRowChangeEvent" msprop:Generator_RowClassName="AnagPriorRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxPriorita" msprop:Generator_ColumnVarNameInTable="columnidxPriorita" msprop:Generator_ColumnPropNameInRow="idxPriorita" msprop:Generator_ColumnPropNameInTable="idxPrioritaColumn" msprop:Generator_UserColumnName="idxPriorita" type="xs:int" />
|
||||
@@ -1605,7 +1537,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="ER_Acts" msprop:Generator_TableClassName="ER_ActsDataTable" msprop:Generator_TableVarName="tableER_Acts" msprop:Generator_TablePropName="ER_Acts" msprop:Generator_RowDeletingName="ER_ActsRowDeleting" msprop:Generator_RowChangingName="ER_ActsRowChanging" msprop:Generator_RowEvHandlerName="ER_ActsRowChangeEventHandler" msprop:Generator_RowDeletedName="ER_ActsRowDeleted" msprop:Generator_UserTableName="ER_Acts" msprop:Generator_RowChangedName="ER_ActsRowChanged" msprop:Generator_RowEvArgName="ER_ActsRowChangeEvent" msprop:Generator_RowClassName="ER_ActsRow">
|
||||
<xs:element name="ER_Acts" msprop:Generator_TableClassName="ER_ActsDataTable" msprop:Generator_TableVarName="tableER_Acts" msprop:Generator_RowChangedName="ER_ActsRowChanged" msprop:Generator_TablePropName="ER_Acts" msprop:Generator_RowDeletingName="ER_ActsRowDeleting" msprop:Generator_RowChangingName="ER_ActsRowChanging" msprop:Generator_RowEvHandlerName="ER_ActsRowChangeEventHandler" msprop:Generator_RowDeletedName="ER_ActsRowDeleted" msprop:Generator_RowClassName="ER_ActsRow" msprop:Generator_UserTableName="ER_Acts" msprop:Generator_RowEvArgName="ER_ActsRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxAzione" msprop:Generator_ColumnVarNameInTable="columnidxAzione" msprop:Generator_ColumnPropNameInRow="idxAzione" msprop:Generator_ColumnPropNameInTable="idxAzioneColumn" msprop:Generator_UserColumnName="idxAzione" type="xs:int" />
|
||||
@@ -1677,7 +1609,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="PAZ_DashStats" msprop:Generator_TableClassName="PAZ_DashStatsDataTable" msprop:Generator_TableVarName="tablePAZ_DashStats" msprop:Generator_RowChangedName="PAZ_DashStatsRowChanged" msprop:Generator_TablePropName="PAZ_DashStats" msprop:Generator_RowDeletingName="PAZ_DashStatsRowDeleting" msprop:Generator_RowChangingName="PAZ_DashStatsRowChanging" msprop:Generator_RowEvHandlerName="PAZ_DashStatsRowChangeEventHandler" msprop:Generator_RowDeletedName="PAZ_DashStatsRowDeleted" msprop:Generator_RowClassName="PAZ_DashStatsRow" msprop:Generator_UserTableName="PAZ_DashStats" msprop:Generator_RowEvArgName="PAZ_DashStatsRowChangeEvent">
|
||||
<xs:element name="PAZ_DashStats" msprop:Generator_TableClassName="PAZ_DashStatsDataTable" msprop:Generator_TableVarName="tablePAZ_DashStats" msprop:Generator_TablePropName="PAZ_DashStats" msprop:Generator_RowDeletingName="PAZ_DashStatsRowDeleting" msprop:Generator_RowChangingName="PAZ_DashStatsRowChanging" msprop:Generator_RowEvHandlerName="PAZ_DashStatsRowChangeEventHandler" msprop:Generator_RowDeletedName="PAZ_DashStatsRowDeleted" msprop:Generator_UserTableName="PAZ_DashStats" msprop:Generator_RowChangedName="PAZ_DashStatsRowChanged" msprop:Generator_RowEvArgName="PAZ_DashStatsRowChangeEvent" msprop:Generator_RowClassName="PAZ_DashStatsRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="nRichieste" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnnRichieste" msprop:Generator_ColumnPropNameInRow="nRichieste" msprop:Generator_ColumnPropNameInTable="nRichiesteColumn" msprop:Generator_UserColumnName="nRichieste" type="xs:int" minOccurs="0" />
|
||||
@@ -1691,7 +1623,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagActs" msprop:Generator_TableClassName="AnagActsDataTable" msprop:Generator_TableVarName="tableAnagActs" msprop:Generator_RowChangedName="AnagActsRowChanged" msprop:Generator_TablePropName="AnagActs" msprop:Generator_RowDeletingName="AnagActsRowDeleting" msprop:Generator_RowChangingName="AnagActsRowChanging" msprop:Generator_RowEvHandlerName="AnagActsRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagActsRowDeleted" msprop:Generator_RowClassName="AnagActsRow" msprop:Generator_UserTableName="AnagActs" msprop:Generator_RowEvArgName="AnagActsRowChangeEvent">
|
||||
<xs:element name="AnagActs" msprop:Generator_TableClassName="AnagActsDataTable" msprop:Generator_TableVarName="tableAnagActs" msprop:Generator_TablePropName="AnagActs" msprop:Generator_RowDeletingName="AnagActsRowDeleting" msprop:Generator_RowChangingName="AnagActsRowChanging" msprop:Generator_RowEvHandlerName="AnagActsRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagActsRowDeleted" msprop:Generator_UserTableName="AnagActs" msprop:Generator_RowChangedName="AnagActsRowChanged" msprop:Generator_RowEvArgName="AnagActsRowChangeEvent" msprop:Generator_RowClassName="AnagActsRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="codAzione" msprop:Generator_ColumnVarNameInTable="columncodAzione" msprop:Generator_ColumnPropNameInRow="codAzione" msprop:Generator_ColumnPropNameInTable="codAzioneColumn" msprop:Generator_UserColumnName="codAzione">
|
||||
@@ -1739,7 +1671,7 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Fatture" msprop:Generator_TableClassName="FattureDataTable" msprop:Generator_TableVarName="tableFatture" msprop:Generator_TablePropName="Fatture" msprop:Generator_RowDeletingName="FattureRowDeleting" msprop:Generator_RowChangingName="FattureRowChanging" msprop:Generator_RowEvHandlerName="FattureRowChangeEventHandler" msprop:Generator_RowDeletedName="FattureRowDeleted" msprop:Generator_UserTableName="Fatture" msprop:Generator_RowChangedName="FattureRowChanged" msprop:Generator_RowEvArgName="FattureRowChangeEvent" msprop:Generator_RowClassName="FattureRow">
|
||||
<xs:element name="Fatture" msprop:Generator_TableClassName="FattureDataTable" msprop:Generator_TableVarName="tableFatture" msprop:Generator_RowChangedName="FattureRowChanged" msprop:Generator_TablePropName="Fatture" msprop:Generator_RowDeletingName="FattureRowDeleting" msprop:Generator_RowChangingName="FattureRowChanging" msprop:Generator_RowEvHandlerName="FattureRowChangeEventHandler" msprop:Generator_RowDeletedName="FattureRowDeleted" msprop:Generator_RowClassName="FattureRow" msprop:Generator_UserTableName="Fatture" msprop:Generator_RowEvArgName="FattureRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxDoc" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidxDoc" msprop:Generator_ColumnPropNameInRow="idxDoc" msprop:Generator_ColumnPropNameInTable="idxDocColumn" msprop:Generator_UserColumnName="idxDoc" type="xs:int" />
|
||||
@@ -1821,11 +1753,11 @@ SELECT idxDoc, idxRichiesta, idxFornitore, numDoc, dataFatt, intervento, Imponib
|
||||
</xs:element>
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<msdata:Relationship name="FK_AnagCondomini_AnagAmministratori" msdata:parent="AnagAmministratori" msdata:child="AnagCondomini" msdata:parentkey="idxAmm" msdata:childkey="idxAmm" msprop:Generator_UserChildTable="AnagCondomini" msprop:Generator_ChildPropName="GetAnagCondominiRows" msprop:Generator_UserRelationName="FK_AnagCondomini_AnagAmministratori" msprop:Generator_ParentPropName="AnagAmministratoriRow" msprop:Generator_RelationVarName="relationFK_AnagCondomini_AnagAmministratori" msprop:Generator_UserParentTable="AnagAmministratori" />
|
||||
<msdata:Relationship name="RelFornitore2Area_AnagFornitori" msdata:parent="AssF2A" msdata:child="AnagFornitori" msdata:parentkey="idxFornitore" msdata:childkey="idxFornitore" msprop:Generator_UserChildTable="AnagFornitori" msprop:Generator_ChildPropName="GetAnagFornitoriRows" msprop:Generator_UserRelationName="RelFornitore2Area_AnagFornitori" msprop:Generator_ParentPropName="AssF2ARow" msprop:Generator_RelationVarName="relationRelFornitore2Area_AnagFornitori" msprop:Generator_UserParentTable="AssF2A" />
|
||||
<msdata:Relationship name="AnagAree_RelFornitore2Area" msdata:parent="AnagAree" msdata:child="AssF2A" msdata:parentkey="idxArea" msdata:childkey="idxArea" msprop:Generator_UserChildTable="AssF2A" msprop:Generator_ChildPropName="GetAssF2ARows" msprop:Generator_UserRelationName="AnagAree_RelFornitore2Area" msprop:Generator_RelationVarName="relationAnagAree_RelFornitore2Area" msprop:Generator_UserParentTable="AnagAree" msprop:Generator_ParentPropName="AnagAreeRow" />
|
||||
<msdata:Relationship name="FK_RelFornitore2Condominio_AnagCondomini" msdata:parent="AnagCondomini" msdata:child="AssF2C" msdata:parentkey="idxCond" msdata:childkey="idxCond" msprop:Generator_UserChildTable="AssF2C" msprop:Generator_ChildPropName="GetAssF2CRows" msprop:Generator_UserRelationName="FK_RelFornitore2Condominio_AnagCondomini" msprop:Generator_ParentPropName="AnagCondominiRow" msprop:Generator_RelationVarName="relationFK_RelFornitore2Condominio_AnagCondomini" msprop:Generator_UserParentTable="AnagCondomini" />
|
||||
<msdata:Relationship name="FK_RelFornitore2Condominio_AnagFornitori" msdata:parent="AnagFornitori" msdata:child="AssF2C" msdata:parentkey="idxFornitore" msdata:childkey="idxFornitore" msprop:Generator_UserChildTable="AssF2C" msprop:Generator_ChildPropName="GetAssF2CRows" msprop:Generator_UserRelationName="FK_RelFornitore2Condominio_AnagFornitori" msprop:Generator_ParentPropName="AnagFornitoriRow" msprop:Generator_RelationVarName="relationFK_RelFornitore2Condominio_AnagFornitori" msprop:Generator_UserParentTable="AnagFornitori" />
|
||||
<msdata:Relationship name="FK_AnagCondomini_AnagAmministratori" msdata:parent="AnagAmministratori" msdata:child="AnagCondomini" msdata:parentkey="idxAmm" msdata:childkey="idxAmm" msprop:Generator_UserChildTable="AnagCondomini" msprop:Generator_ChildPropName="GetAnagCondominiRows" msprop:Generator_UserRelationName="FK_AnagCondomini_AnagAmministratori" msprop:Generator_RelationVarName="relationFK_AnagCondomini_AnagAmministratori" msprop:Generator_UserParentTable="AnagAmministratori" msprop:Generator_ParentPropName="AnagAmministratoriRow" />
|
||||
<msdata:Relationship name="RelFornitore2Area_AnagFornitori" msdata:parent="AssF2A" msdata:child="AnagFornitori" msdata:parentkey="idxFornitore" msdata:childkey="idxFornitore" msprop:Generator_UserChildTable="AnagFornitori" msprop:Generator_ChildPropName="GetAnagFornitoriRows" msprop:Generator_UserRelationName="RelFornitore2Area_AnagFornitori" msprop:Generator_RelationVarName="relationRelFornitore2Area_AnagFornitori" msprop:Generator_UserParentTable="AssF2A" msprop:Generator_ParentPropName="AssF2ARow" />
|
||||
<msdata:Relationship name="AnagAree_RelFornitore2Area" msdata:parent="AnagAree" msdata:child="AssF2A" msdata:parentkey="idxArea" msdata:childkey="idxArea" msprop:Generator_UserChildTable="AssF2A" msprop:Generator_ChildPropName="GetAssF2ARows" msprop:Generator_UserRelationName="AnagAree_RelFornitore2Area" msprop:Generator_ParentPropName="AnagAreeRow" msprop:Generator_RelationVarName="relationAnagAree_RelFornitore2Area" msprop:Generator_UserParentTable="AnagAree" />
|
||||
<msdata:Relationship name="FK_RelFornitore2Condominio_AnagCondomini" msdata:parent="AnagCondomini" msdata:child="AssF2C" msdata:parentkey="idxCond" msdata:childkey="idxCond" msprop:Generator_UserChildTable="AssF2C" msprop:Generator_ChildPropName="GetAssF2CRows" msprop:Generator_UserRelationName="FK_RelFornitore2Condominio_AnagCondomini" msprop:Generator_RelationVarName="relationFK_RelFornitore2Condominio_AnagCondomini" msprop:Generator_UserParentTable="AnagCondomini" msprop:Generator_ParentPropName="AnagCondominiRow" />
|
||||
<msdata:Relationship name="FK_RelFornitore2Condominio_AnagFornitori" msdata:parent="AnagFornitori" msdata:child="AssF2C" msdata:parentkey="idxFornitore" msdata:childkey="idxFornitore" msprop:Generator_UserChildTable="AssF2C" msprop:Generator_ChildPropName="GetAssF2CRows" msprop:Generator_UserRelationName="FK_RelFornitore2Condominio_AnagFornitori" msprop:Generator_RelationVarName="relationFK_RelFornitore2Condominio_AnagFornitori" msprop:Generator_UserParentTable="AnagFornitori" msprop:Generator_ParentPropName="AnagFornitoriRow" />
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:schema>
|
||||
+7
-7
@@ -9,7 +9,7 @@
|
||||
<Shape ID="DesignTable:AnagAmministratori" ZOrder="5" X="55" Y="106" Height="319" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="237" />
|
||||
<Shape ID="DesignTable:AnagCondomini" ZOrder="21" X="440" Y="70" Height="388" Width="283" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="260" />
|
||||
<Shape ID="DesignTable:AnagAree" ZOrder="16" X="802" Y="1133" Height="273" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="145" />
|
||||
<Shape ID="DesignTable:AnagFornitori" ZOrder="19" X="811" Y="495" Height="388" Width="266" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="260" />
|
||||
<Shape ID="DesignTable:AnagFornitori" ZOrder="19" X="802" Y="466" Height="411" Width="281" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="283" />
|
||||
<Shape ID="DesignTable:AssF2A" ZOrder="13" X="807" Y="913" Height="181" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="99" />
|
||||
<Shape ID="DesignTable:AssF2C" ZOrder="12" X="815" Y="36" Height="388" Width="216" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
|
||||
<Shape ID="DesignTable:PBO_DashStats" ZOrder="11" X="90" Y="465" Height="273" Width="274" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="214" />
|
||||
@@ -39,12 +39,12 @@
|
||||
<Connector ID="DesignRelation:RelFornitore2Area_AnagFornitori" ZOrder="18" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>900</X>
|
||||
<X>942</X>
|
||||
<Y>913</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>900</X>
|
||||
<Y>883</Y>
|
||||
<X>942</X>
|
||||
<Y>877</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
@@ -75,11 +75,11 @@
|
||||
<Connector ID="DesignRelation:FK_RelFornitore2Condominio_AnagFornitori" ZOrder="14" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>976</X>
|
||||
<Y>495</Y>
|
||||
<X>967</X>
|
||||
<Y>466</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>976</X>
|
||||
<X>967</X>
|
||||
<Y>424</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
|
||||
Vendored
+1
-1
@@ -17,7 +17,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=172']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=173']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '1.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '1.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
env.APP_NAME = 'SOSCONDOMINI'
|
||||
|
||||
@@ -24,7 +24,7 @@ namespace PUB
|
||||
catch
|
||||
{ }
|
||||
memLayer.ML.setSessionVal("idxAmm", idxAmm);
|
||||
//memLayer.ML.setSessionVal("idxFornitore", "0");
|
||||
memLayer.ML.setSessionVal("idxFornitore", "0");
|
||||
try
|
||||
{
|
||||
nomeAmm = rigaAmministratore(idxAmm).RagSociale;
|
||||
|
||||
@@ -23,7 +23,7 @@ namespace PUB
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
//memLayer.ML.setSessionVal("idxAmm", "0");
|
||||
memLayer.ML.setSessionVal("idxAmm", "0");
|
||||
memLayer.ML.setSessionVal("idxFornitore", idxFornitore);
|
||||
try
|
||||
{
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<div class="col-12 col-sm-4">
|
||||
<asp:Label ID="Label3" runat="server" Text='<%# Eval("dataRich","{0:ddd dd.MM.yy HH:mm:ss}") %>' />
|
||||
</div>
|
||||
<div class="col-12 col-sm-4 text-warning text-sm-right">
|
||||
<div runat="server" id="divForn" class='<%# Eval("cssStatoForn") + " col-12 col-sm-4 text-sm-right" %>'>
|
||||
<i class="fas fa-industry"></i>
|
||||
<asp:Label ID="Label6" runat="server" Text='<%# Eval("cod_fornitore") %>' />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user