fix sel timbrature mensili
This commit is contained in:
@@ -42,3 +42,9 @@ dotnet_diagnostic.CA1056.severity = none
|
||||
# CA1055: I valori restituiti di Uri non devono essere stringhe
|
||||
dotnet_diagnostic.CA1055.severity = none
|
||||
|
||||
|
||||
# CA5368: Set ViewStateUserKey For Classes Derived From Page
|
||||
dotnet_diagnostic.CA5368.severity = none
|
||||
|
||||
# IDE1006: Naming Styles
|
||||
dotnet_diagnostic.IDE1006.severity = none
|
||||
|
||||
@@ -388,7 +388,6 @@
|
||||
<Content Include="images\view_m.png" />
|
||||
<Content Include="images\view_s.png" />
|
||||
<Content Include="infoPage.aspx" />
|
||||
<Content Include="libzstd.dll" />
|
||||
<Content Include="login.aspx" />
|
||||
<Content Include="logs\PlaceHolder.file" />
|
||||
<Content Include="..\.editorconfig">
|
||||
@@ -405,7 +404,6 @@
|
||||
<DependentUpon>compilerconfig.json</DependentUpon>
|
||||
</None>
|
||||
<Content Include="GPW_Admin.wpp.targets" />
|
||||
<Content Include="mongocrypt.dll" />
|
||||
<Content Include="Properties\PublishProfiles\IISDEV.pubxml.user" />
|
||||
<Content Include="Reset.aspx" />
|
||||
<Content Include="Scripts\bootstrap.bundle.js" />
|
||||
@@ -441,8 +439,6 @@
|
||||
<Content Include="Content\bootstrap-reboot.css.map" />
|
||||
<Content Include="Content\bootstrap-grid.min.css.map" />
|
||||
<Content Include="Content\bootstrap-grid.css.map" />
|
||||
<Content Include="libmongocrypt.so" />
|
||||
<Content Include="libmongocrypt.dylib" />
|
||||
<None Include="Properties\PublishProfiles\IISDEV.pubxml" />
|
||||
<Content Include="Scripts\bootstrap.min.js.map" />
|
||||
<Content Include="Scripts\bootstrap.js.map" />
|
||||
@@ -530,8 +526,6 @@
|
||||
<Content Include="Scripts\umd\popper-utils.min.js" />
|
||||
<Content Include="Scripts\umd\popper.js" />
|
||||
<Content Include="Scripts\umd\popper.min.js" />
|
||||
<Content Include="snappy32.dll" />
|
||||
<Content Include="snappy64.dll" />
|
||||
<Content Include="Test.aspx" />
|
||||
<Content Include="Test2.aspx" />
|
||||
<Content Include="WebMasterPages\AjaxSearch.master" />
|
||||
|
||||
@@ -10,12 +10,6 @@ namespace GPW_Admin.WebUserControls
|
||||
{
|
||||
public partial class cmp_menuTop : BaseUserControl
|
||||
{
|
||||
#region Public Events
|
||||
|
||||
public event EventHandler eh_doRefresh;
|
||||
|
||||
#endregion Public Events
|
||||
|
||||
#region Protected Properties
|
||||
|
||||
/// <summary>
|
||||
@@ -97,10 +91,7 @@ namespace GPW_Admin.WebUserControls
|
||||
memLayer.ML.emptySessionVal("valoreSearch");
|
||||
}
|
||||
// se qualcuno ascolta sollevo evento nuovo valore...
|
||||
if (eh_doRefresh != null)
|
||||
{
|
||||
eh_doRefresh(this, new EventArgs());
|
||||
}
|
||||
raiseEvent();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -172,7 +172,9 @@ namespace GPW_Admin.WebUserControls
|
||||
}
|
||||
}
|
||||
catch (Exception exc)
|
||||
{ }
|
||||
{
|
||||
logger.lg.scriviLog($"Exception:{Environment.NewLine}{exc}");
|
||||
}
|
||||
if (!fatto)
|
||||
{
|
||||
_intervallo = new intervalloDate();
|
||||
|
||||
@@ -5,8 +5,13 @@
|
||||
|
||||
<div class="d-flex table-secondary">
|
||||
<div class="p-2">
|
||||
<uc1:mod_filtro ID="filtroDip" runat="server" filterUnchekText="mostraTutti" filterChekText="filtraDip" changeCheckEnabled="false" changeCheckVisible="false" />
|
||||
<asp:ObjectDataSource ID="odsDip" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="getAttivi" TypeName="GPW_data.DS_UtilityTableAdapters.v_selDipendentiTableAdapter"></asp:ObjectDataSource>
|
||||
<uc1:mod_filtro ID="filtroDip" runat="server" filterUnchekText="mostraTutti" filterChekText="filtraDip" changeCheckEnabled="false"
|
||||
changeCheckVisible="false" />
|
||||
<asp:ObjectDataSource ID="odsDip" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByConditio" TypeName="GPW_data.DS_UtilityTableAdapters.v_selDipendentiTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="false" Name="Conditio" Type="Boolean" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
<div class="p-2">
|
||||
<uc1:cmp_periodoAnalisi runat="server" ID="cmp_periodoAnalisi" />
|
||||
|
||||
+29
-29
@@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GPW_Admin.WebUserControls
|
||||
@@ -15,74 +15,74 @@ namespace GPW_Admin.WebUserControls
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Controllo filtroDip.
|
||||
/// filtroDip control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::mod_filtro filtroDip;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo odsDip.
|
||||
/// odsDip control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsDip;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo cmp_periodoAnalisi.
|
||||
/// cmp_periodoAnalisi control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::GPW_Admin.WebUserControls.cmp_periodoAnalisi cmp_periodoAnalisi;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo txtMinRedExtra.
|
||||
/// txtMinRedExtra control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox txtMinRedExtra;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo rblComp.
|
||||
/// rblComp control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.RadioButtonList rblComp;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo grView.
|
||||
/// grView control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.GridView grView;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo ods.
|
||||
/// ods control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lblNumRec.
|
||||
/// lblNumRec control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblNumRec;
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Generated
+51
-53
@@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Il codice è stato generato da uno strumento.
|
||||
// Versione runtime:4.0.30319.42000
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -6361,7 +6361,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selDipendenti.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selDipendenti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selDipendenti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6377,7 +6377,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablev_selDipendenti.conditioColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'conditio\' nella tabella \'v_selDipendenti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'conditio\' in table \'v_selDipendenti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6432,7 +6432,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablestp_getLastDays.DataColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Data\' nella tabella \'stp_getLastDays\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'Data\' in table \'stp_getLastDays\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6475,7 +6475,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablestp_getMin.minutoColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'minuto\' nella tabella \'stp_getMin\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'minuto\' in table \'stp_getMin\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6518,7 +6518,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablestp_getHours.oraColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ora\' nella tabella \'stp_getHours\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'ora\' in table \'stp_getHours\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6572,7 +6572,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selProgetti.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selProgetti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selProgetti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6659,7 +6659,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selFasi.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selFasi\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selFasi\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6675,7 +6675,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablev_selFasi.conditioColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'conditio\' nella tabella \'v_selFasi\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'conditio\' in table \'v_selFasi\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6741,7 +6741,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selClienti.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selClienti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selClienti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6757,7 +6757,7 @@ namespace GPW_data {
|
||||
return ((bool)(this[this.tablev_selClienti.conditioColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'conditio\' nella tabella \'v_selClienti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'conditio\' in table \'v_selClienti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6812,7 +6812,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tablestp_statsProj.oreBudgetColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'oreBudget\' nella tabella \'stp_statsProj\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'oreBudget\' in table \'stp_statsProj\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6828,7 +6828,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tablestp_statsProj.oreTotColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'oreTot\' nella tabella \'stp_statsProj\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'oreTot\' in table \'stp_statsProj\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6844,7 +6844,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tablestp_statsProj.oreMeseColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'oreMese\' nella tabella \'stp_statsProj\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'oreMese\' in table \'stp_statsProj\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6860,7 +6860,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tablestp_statsProj.oreMesePrecColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'oreMesePrec\' nella tabella \'stp_statsProj\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'oreMesePrec\' in table \'stp_statsProj\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -6972,7 +6972,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selCodGiust.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selCodGiust\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selCodGiust\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7015,7 +7015,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablenextValContatore.Column1Column]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'Column1\' nella tabella \'nextValContatore\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'Column1\' in table \'nextValContatore\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7080,7 +7080,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selFasiOpt.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selFasiOpt\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selFasiOpt\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7096,7 +7096,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablev_selFasiOpt.conditioColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'conditio\' nella tabella \'v_selFasiOpt\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'conditio\' in table \'v_selFasiOpt\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7162,7 +7162,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tableAnagKeyValue.valIntColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'valInt\' nella tabella \'AnagKeyValue\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'valInt\' in table \'AnagKeyValue\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7178,7 +7178,7 @@ namespace GPW_data {
|
||||
return ((double)(this[this.tableAnagKeyValue.valFloatColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'valFloat\' nella tabella \'AnagKeyValue\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'valFloat\' in table \'AnagKeyValue\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7194,7 +7194,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableAnagKeyValue.valStringColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'valString\' nella tabella \'AnagKeyValue\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'valString\' in table \'AnagKeyValue\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7210,7 +7210,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tableAnagKeyValue.descrizioneColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'descrizione\' nella tabella \'AnagKeyValue\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'descrizione\' in table \'AnagKeyValue\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7300,7 +7300,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selCodOrario.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selCodOrario\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selCodOrario\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7354,7 +7354,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selPageSize.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selPageSize\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selPageSize\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7370,7 +7370,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablev_selPageSize.ordinalColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'ordinal\' nella tabella \'v_selPageSize\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'ordinal\' in table \'v_selPageSize\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7425,8 +7425,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablestp_VSProjFasi_search.idxProgettoColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'idxProgetto\' nella tabella \'stp_VSProjFasi_search\' è DBN" +
|
||||
"ull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'idxProgetto\' in table \'stp_VSProjFasi_search\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7480,7 +7479,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablefreqProgetti.nomeCommColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'nomeComm\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'nomeComm\' in table \'freqProgetti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7496,7 +7495,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablefreqProgetti.idxFaseCommColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'idxFaseComm\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'idxFaseComm\' in table \'freqProgetti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7512,7 +7511,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablefreqProgetti.idxFaseColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'idxFase\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'idxFase\' in table \'freqProgetti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7528,7 +7527,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablefreqProgetti.nomeProjColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'nomeProj\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'nomeProj\' in table \'freqProgetti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7544,7 +7543,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablefreqProgetti.nomeFaseColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'nomeFase\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'nomeFase\' in table \'freqProgetti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7560,7 +7559,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tablefreqProgetti.freqColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'freq\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'freq\' in table \'freqProgetti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7576,7 +7575,7 @@ namespace GPW_data {
|
||||
return ((decimal)(this[this.tablefreqProgetti.qtyColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'qty\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'qty\' in table \'freqProgetti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7592,7 +7591,7 @@ namespace GPW_data {
|
||||
return ((int)(this[this.tablefreqProgetti.totColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'tot\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'tot\' in table \'freqProgetti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7608,7 +7607,7 @@ namespace GPW_data {
|
||||
return ((long)(this[this.tablefreqProgetti.RowNumColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'RowNum\' nella tabella \'freqProgetti\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'RowNum\' in table \'freqProgetti\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7747,7 +7746,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selProjFasi.valueColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'value\' nella tabella \'v_selProjFasi\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'value\' in table \'v_selProjFasi\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7763,7 +7762,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selProjFasi.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selProjFasi\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selProjFasi\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7829,7 +7828,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selListVal.valueColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'value\' nella tabella \'v_selListVal\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'value\' in table \'v_selListVal\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7845,7 +7844,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selListVal.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selListVal\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selListVal\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7900,7 +7899,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selGruppi.labelColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'label\' nella tabella \'v_selGruppi\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'label\' in table \'v_selGruppi\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -7927,7 +7926,7 @@ namespace GPW_data {
|
||||
return ((string)(this[this.tablev_selGruppi.conditioColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("Il valore della colonna \'conditio\' nella tabella \'v_selGruppi\' è DBNull.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'conditio\' in table \'v_selGruppi\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -12694,14 +12693,13 @@ SELECT nomeVar, valInt, valFloat, valString, descrizione FROM AnagKeyValue WHERE
|
||||
}
|
||||
if (((this._anagKeyValueTableAdapter != null)
|
||||
&& (this.MatchTableAdapterConnection(this._anagKeyValueTableAdapter.Connection) == false))) {
|
||||
throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" +
|
||||
"a stessa stringa di connessione.");
|
||||
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
|
||||
"tring.");
|
||||
}
|
||||
global::System.Data.IDbConnection workConnection = this.Connection;
|
||||
if ((workConnection == null)) {
|
||||
throw new global::System.ApplicationException("TableAdapterManager non contiene informazioni di connessione. Impostare la propri" +
|
||||
"età TableAdapter di ciascun oggetto TableAdapterManager su un\'istanza TableAdapt" +
|
||||
"er valida.");
|
||||
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
|
||||
"ger TableAdapter property to a valid TableAdapter instance.");
|
||||
}
|
||||
bool workConnOpened = false;
|
||||
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
|
||||
@@ -12714,8 +12712,8 @@ SELECT nomeVar, valInt, valFloat, valString, descrizione FROM AnagKeyValue WHERE
|
||||
}
|
||||
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
|
||||
if ((workTransaction == null)) {
|
||||
throw new global::System.ApplicationException("Impossibile avviare la transazione. La connessione dati corrente non supporta le " +
|
||||
"transazioni oppure lo stato corrente non consente l\'avvio della transazione.");
|
||||
throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" +
|
||||
"ctions or the current state is not allowing the transaction to begin.");
|
||||
}
|
||||
global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
||||
global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
||||
|
||||
+19
-19
@@ -556,7 +556,7 @@ ORDER BY ordinal</CommandText>
|
||||
<xs:element name="DS_Utility" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DS_Utility" msprop:Generator_UserDSName="DS_Utility">
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:element name="v_selDipendenti" msprop:Generator_TableClassName="v_selDipendentiDataTable" msprop:Generator_TableVarName="tablev_selDipendenti" msprop:Generator_RowChangedName="v_selDipendentiRowChanged" msprop:Generator_TablePropName="v_selDipendenti" msprop:Generator_RowDeletingName="v_selDipendentiRowDeleting" msprop:Generator_RowChangingName="v_selDipendentiRowChanging" msprop:Generator_RowEvHandlerName="v_selDipendentiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selDipendentiRowDeleted" msprop:Generator_RowClassName="v_selDipendentiRow" msprop:Generator_UserTableName="v_selDipendenti" msprop:Generator_RowEvArgName="v_selDipendentiRowChangeEvent">
|
||||
<xs:element name="v_selDipendenti" msprop:Generator_TableClassName="v_selDipendentiDataTable" msprop:Generator_TableVarName="tablev_selDipendenti" msprop:Generator_TablePropName="v_selDipendenti" msprop:Generator_RowDeletingName="v_selDipendentiRowDeleting" msprop:Generator_RowChangingName="v_selDipendentiRowChanging" msprop:Generator_RowEvHandlerName="v_selDipendentiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selDipendentiRowDeleted" msprop:Generator_UserTableName="v_selDipendenti" msprop:Generator_RowChangedName="v_selDipendentiRowChanged" msprop:Generator_RowEvArgName="v_selDipendentiRowChangeEvent" msprop:Generator_RowClassName="v_selDipendentiRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="value" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" type="xs:int" />
|
||||
@@ -571,7 +571,7 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_getLastDays" msprop:Generator_TableClassName="stp_getLastDaysDataTable" msprop:Generator_TableVarName="tablestp_getLastDays" msprop:Generator_TablePropName="stp_getLastDays" msprop:Generator_RowDeletingName="stp_getLastDaysRowDeleting" msprop:Generator_RowChangingName="stp_getLastDaysRowChanging" msprop:Generator_RowEvHandlerName="stp_getLastDaysRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_getLastDaysRowDeleted" msprop:Generator_UserTableName="stp_getLastDays" msprop:Generator_RowChangedName="stp_getLastDaysRowChanged" msprop:Generator_RowEvArgName="stp_getLastDaysRowChangeEvent" msprop:Generator_RowClassName="stp_getLastDaysRow">
|
||||
<xs:element name="stp_getLastDays" msprop:Generator_TableClassName="stp_getLastDaysDataTable" msprop:Generator_TableVarName="tablestp_getLastDays" msprop:Generator_RowChangedName="stp_getLastDaysRowChanged" msprop:Generator_TablePropName="stp_getLastDays" msprop:Generator_RowDeletingName="stp_getLastDaysRowDeleting" msprop:Generator_RowChangingName="stp_getLastDaysRowChanging" msprop:Generator_RowEvHandlerName="stp_getLastDaysRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_getLastDaysRowDeleted" msprop:Generator_RowClassName="stp_getLastDaysRow" msprop:Generator_UserTableName="stp_getLastDays" msprop:Generator_RowEvArgName="stp_getLastDaysRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Data" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" minOccurs="0">
|
||||
@@ -584,21 +584,21 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_getMin" msprop:Generator_TableClassName="stp_getMinDataTable" msprop:Generator_TableVarName="tablestp_getMin" msprop:Generator_TablePropName="stp_getMin" msprop:Generator_RowDeletingName="stp_getMinRowDeleting" msprop:Generator_RowChangingName="stp_getMinRowChanging" msprop:Generator_RowEvHandlerName="stp_getMinRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_getMinRowDeleted" msprop:Generator_UserTableName="stp_getMin" msprop:Generator_RowChangedName="stp_getMinRowChanged" msprop:Generator_RowEvArgName="stp_getMinRowChangeEvent" msprop:Generator_RowClassName="stp_getMinRow">
|
||||
<xs:element name="stp_getMin" msprop:Generator_TableClassName="stp_getMinDataTable" msprop:Generator_TableVarName="tablestp_getMin" msprop:Generator_RowChangedName="stp_getMinRowChanged" msprop:Generator_TablePropName="stp_getMin" msprop:Generator_RowDeletingName="stp_getMinRowDeleting" msprop:Generator_RowChangingName="stp_getMinRowChanging" msprop:Generator_RowEvHandlerName="stp_getMinRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_getMinRowDeleted" msprop:Generator_RowClassName="stp_getMinRow" msprop:Generator_UserTableName="stp_getMin" msprop:Generator_RowEvArgName="stp_getMinRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="minuto" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnminuto" msprop:Generator_ColumnPropNameInRow="minuto" msprop:Generator_ColumnPropNameInTable="minutoColumn" msprop:Generator_UserColumnName="minuto" type="xs:int" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_getHours" msprop:Generator_TableClassName="stp_getHoursDataTable" msprop:Generator_TableVarName="tablestp_getHours" msprop:Generator_TablePropName="stp_getHours" msprop:Generator_RowDeletingName="stp_getHoursRowDeleting" msprop:Generator_RowChangingName="stp_getHoursRowChanging" msprop:Generator_RowEvHandlerName="stp_getHoursRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_getHoursRowDeleted" msprop:Generator_UserTableName="stp_getHours" msprop:Generator_RowChangedName="stp_getHoursRowChanged" msprop:Generator_RowEvArgName="stp_getHoursRowChangeEvent" msprop:Generator_RowClassName="stp_getHoursRow">
|
||||
<xs:element name="stp_getHours" msprop:Generator_TableClassName="stp_getHoursDataTable" msprop:Generator_TableVarName="tablestp_getHours" msprop:Generator_RowChangedName="stp_getHoursRowChanged" msprop:Generator_TablePropName="stp_getHours" msprop:Generator_RowDeletingName="stp_getHoursRowDeleting" msprop:Generator_RowChangingName="stp_getHoursRowChanging" msprop:Generator_RowEvHandlerName="stp_getHoursRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_getHoursRowDeleted" msprop:Generator_RowClassName="stp_getHoursRow" msprop:Generator_UserTableName="stp_getHours" msprop:Generator_RowEvArgName="stp_getHoursRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="ora" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnora" msprop:Generator_ColumnPropNameInRow="ora" msprop:Generator_ColumnPropNameInTable="oraColumn" msprop:Generator_UserColumnName="ora" type="xs:int" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_selProgetti" msprop:Generator_TableClassName="v_selProgettiDataTable" msprop:Generator_TableVarName="tablev_selProgetti" msprop:Generator_RowChangedName="v_selProgettiRowChanged" msprop:Generator_TablePropName="v_selProgetti" msprop:Generator_RowDeletingName="v_selProgettiRowDeleting" msprop:Generator_RowChangingName="v_selProgettiRowChanging" msprop:Generator_RowEvHandlerName="v_selProgettiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selProgettiRowDeleted" msprop:Generator_RowClassName="v_selProgettiRow" msprop:Generator_UserTableName="v_selProgetti" msprop:Generator_RowEvArgName="v_selProgettiRowChangeEvent">
|
||||
<xs:element name="v_selProgetti" msprop:Generator_TableClassName="v_selProgettiDataTable" msprop:Generator_TableVarName="tablev_selProgetti" msprop:Generator_TablePropName="v_selProgetti" msprop:Generator_RowDeletingName="v_selProgettiRowDeleting" msprop:Generator_RowChangingName="v_selProgettiRowChanging" msprop:Generator_RowEvHandlerName="v_selProgettiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selProgettiRowDeleted" msprop:Generator_UserTableName="v_selProgetti" msprop:Generator_RowChangedName="v_selProgettiRowChanged" msprop:Generator_RowEvArgName="v_selProgettiRowChangeEvent" msprop:Generator_RowClassName="v_selProgettiRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" type="xs:int" />
|
||||
@@ -621,7 +621,7 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_selFasi" msprop:Generator_TableClassName="v_selFasiDataTable" msprop:Generator_TableVarName="tablev_selFasi" msprop:Generator_RowChangedName="v_selFasiRowChanged" msprop:Generator_TablePropName="v_selFasi" msprop:Generator_RowDeletingName="v_selFasiRowDeleting" msprop:Generator_RowChangingName="v_selFasiRowChanging" msprop:Generator_RowEvHandlerName="v_selFasiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selFasiRowDeleted" msprop:Generator_RowClassName="v_selFasiRow" msprop:Generator_UserTableName="v_selFasi" msprop:Generator_RowEvArgName="v_selFasiRowChangeEvent">
|
||||
<xs:element name="v_selFasi" msprop:Generator_TableClassName="v_selFasiDataTable" msprop:Generator_TableVarName="tablev_selFasi" msprop:Generator_TablePropName="v_selFasi" msprop:Generator_RowDeletingName="v_selFasiRowDeleting" msprop:Generator_RowChangingName="v_selFasiRowChanging" msprop:Generator_RowEvHandlerName="v_selFasiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selFasiRowDeleted" msprop:Generator_UserTableName="v_selFasi" msprop:Generator_RowChangedName="v_selFasiRowChanged" msprop:Generator_RowEvArgName="v_selFasiRowChangeEvent" msprop:Generator_RowClassName="v_selFasiRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" type="xs:int" />
|
||||
@@ -636,7 +636,7 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_selClienti" msprop:Generator_TableClassName="v_selClientiDataTable" msprop:Generator_TableVarName="tablev_selClienti" msprop:Generator_TablePropName="v_selClienti" msprop:Generator_RowDeletingName="v_selClientiRowDeleting" msprop:Generator_RowChangingName="v_selClientiRowChanging" msprop:Generator_RowEvHandlerName="v_selClientiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selClientiRowDeleted" msprop:Generator_UserTableName="v_selClienti" msprop:Generator_RowChangedName="v_selClientiRowChanged" msprop:Generator_RowEvArgName="v_selClientiRowChangeEvent" msprop:Generator_RowClassName="v_selClientiRow">
|
||||
<xs:element name="v_selClienti" msprop:Generator_TableClassName="v_selClientiDataTable" msprop:Generator_TableVarName="tablev_selClienti" msprop:Generator_RowChangedName="v_selClientiRowChanged" msprop:Generator_TablePropName="v_selClienti" msprop:Generator_RowDeletingName="v_selClientiRowDeleting" msprop:Generator_RowChangingName="v_selClientiRowChanging" msprop:Generator_RowEvHandlerName="v_selClientiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selClientiRowDeleted" msprop:Generator_RowClassName="v_selClientiRow" msprop:Generator_UserTableName="v_selClienti" msprop:Generator_RowEvArgName="v_selClientiRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="value" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" type="xs:int" />
|
||||
@@ -651,7 +651,7 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_statsProj" msprop:Generator_TableClassName="stp_statsProjDataTable" msprop:Generator_TableVarName="tablestp_statsProj" msprop:Generator_RowChangedName="stp_statsProjRowChanged" msprop:Generator_TablePropName="stp_statsProj" msprop:Generator_RowDeletingName="stp_statsProjRowDeleting" msprop:Generator_RowChangingName="stp_statsProjRowChanging" msprop:Generator_RowEvHandlerName="stp_statsProjRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_statsProjRowDeleted" msprop:Generator_RowClassName="stp_statsProjRow" msprop:Generator_UserTableName="stp_statsProj" msprop:Generator_RowEvArgName="stp_statsProjRowChangeEvent">
|
||||
<xs:element name="stp_statsProj" msprop:Generator_TableClassName="stp_statsProjDataTable" msprop:Generator_TableVarName="tablestp_statsProj" msprop:Generator_TablePropName="stp_statsProj" msprop:Generator_RowDeletingName="stp_statsProjRowDeleting" msprop:Generator_RowChangingName="stp_statsProjRowChanging" msprop:Generator_RowEvHandlerName="stp_statsProjRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_statsProjRowDeleted" msprop:Generator_UserTableName="stp_statsProj" msprop:Generator_RowChangedName="stp_statsProjRowChanged" msprop:Generator_RowEvArgName="stp_statsProjRowChangeEvent" msprop:Generator_RowClassName="stp_statsProjRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="oreBudget" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnoreBudget" msprop:Generator_ColumnPropNameInRow="oreBudget" msprop:Generator_ColumnPropNameInTable="oreBudgetColumn" msprop:Generator_UserColumnName="oreBudget" type="xs:decimal" minOccurs="0" />
|
||||
@@ -663,7 +663,7 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_selCodGiust" msprop:Generator_TableClassName="v_selCodGiustDataTable" msprop:Generator_TableVarName="tablev_selCodGiust" msprop:Generator_TablePropName="v_selCodGiust" msprop:Generator_RowDeletingName="v_selCodGiustRowDeleting" msprop:Generator_RowChangingName="v_selCodGiustRowChanging" msprop:Generator_RowEvHandlerName="v_selCodGiustRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selCodGiustRowDeleted" msprop:Generator_UserTableName="v_selCodGiust" msprop:Generator_RowChangedName="v_selCodGiustRowChanged" msprop:Generator_RowEvArgName="v_selCodGiustRowChangeEvent" msprop:Generator_RowClassName="v_selCodGiustRow">
|
||||
<xs:element name="v_selCodGiust" msprop:Generator_TableClassName="v_selCodGiustDataTable" msprop:Generator_TableVarName="tablev_selCodGiust" msprop:Generator_RowChangedName="v_selCodGiustRowChanged" msprop:Generator_TablePropName="v_selCodGiust" msprop:Generator_RowDeletingName="v_selCodGiustRowDeleting" msprop:Generator_RowChangingName="v_selCodGiustRowChanging" msprop:Generator_RowEvHandlerName="v_selCodGiustRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selCodGiustRowDeleted" msprop:Generator_RowClassName="v_selCodGiustRow" msprop:Generator_UserTableName="v_selCodGiust" msprop:Generator_RowEvArgName="v_selCodGiustRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value">
|
||||
@@ -683,14 +683,14 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="nextValContatore" msprop:Generator_TableClassName="nextValContatoreDataTable" msprop:Generator_TableVarName="tablenextValContatore" msprop:Generator_RowChangedName="nextValContatoreRowChanged" msprop:Generator_TablePropName="nextValContatore" msprop:Generator_RowDeletingName="nextValContatoreRowDeleting" msprop:Generator_RowChangingName="nextValContatoreRowChanging" msprop:Generator_RowEvHandlerName="nextValContatoreRowChangeEventHandler" msprop:Generator_RowDeletedName="nextValContatoreRowDeleted" msprop:Generator_RowClassName="nextValContatoreRow" msprop:Generator_UserTableName="nextValContatore" msprop:Generator_RowEvArgName="nextValContatoreRowChangeEvent">
|
||||
<xs:element name="nextValContatore" msprop:Generator_TableClassName="nextValContatoreDataTable" msprop:Generator_TableVarName="tablenextValContatore" msprop:Generator_TablePropName="nextValContatore" msprop:Generator_RowDeletingName="nextValContatoreRowDeleting" msprop:Generator_RowChangingName="nextValContatoreRowChanging" msprop:Generator_RowEvHandlerName="nextValContatoreRowChangeEventHandler" msprop:Generator_RowDeletedName="nextValContatoreRowDeleted" msprop:Generator_UserTableName="nextValContatore" msprop:Generator_RowChangedName="nextValContatoreRowChanged" msprop:Generator_RowEvArgName="nextValContatoreRowChangeEvent" msprop:Generator_RowClassName="nextValContatoreRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_selFasiOpt" msprop:Generator_TableClassName="v_selFasiOptDataTable" msprop:Generator_TableVarName="tablev_selFasiOpt" msprop:Generator_TablePropName="v_selFasiOpt" msprop:Generator_RowDeletingName="v_selFasiOptRowDeleting" msprop:Generator_RowChangingName="v_selFasiOptRowChanging" msprop:Generator_RowEvHandlerName="v_selFasiOptRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selFasiOptRowDeleted" msprop:Generator_UserTableName="v_selFasiOpt" msprop:Generator_RowChangedName="v_selFasiOptRowChanged" msprop:Generator_RowEvArgName="v_selFasiOptRowChangeEvent" msprop:Generator_RowClassName="v_selFasiOptRow">
|
||||
<xs:element name="v_selFasiOpt" msprop:Generator_TableClassName="v_selFasiOptDataTable" msprop:Generator_TableVarName="tablev_selFasiOpt" msprop:Generator_RowChangedName="v_selFasiOptRowChanged" msprop:Generator_TablePropName="v_selFasiOpt" msprop:Generator_RowDeletingName="v_selFasiOptRowDeleting" msprop:Generator_RowChangingName="v_selFasiOptRowChanging" msprop:Generator_RowEvHandlerName="v_selFasiOptRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selFasiOptRowDeleted" msprop:Generator_RowClassName="v_selFasiOptRow" msprop:Generator_UserTableName="v_selFasiOpt" msprop:Generator_RowEvArgName="v_selFasiOptRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="valueGroup" msprop:Generator_ColumnVarNameInTable="columnvalueGroup" msprop:Generator_ColumnPropNameInRow="valueGroup" msprop:Generator_ColumnPropNameInTable="valueGroupColumn" msprop:Generator_UserColumnName="valueGroup" type="xs:int" />
|
||||
@@ -706,7 +706,7 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagKeyValue" msprop:Generator_TableClassName="AnagKeyValueDataTable" msprop:Generator_TableVarName="tableAnagKeyValue" msprop:Generator_RowChangedName="AnagKeyValueRowChanged" msprop:Generator_TablePropName="AnagKeyValue" msprop:Generator_RowDeletingName="AnagKeyValueRowDeleting" msprop:Generator_RowChangingName="AnagKeyValueRowChanging" msprop:Generator_RowEvHandlerName="AnagKeyValueRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagKeyValueRowDeleted" msprop:Generator_RowClassName="AnagKeyValueRow" msprop:Generator_UserTableName="AnagKeyValue" msprop:Generator_RowEvArgName="AnagKeyValueRowChangeEvent">
|
||||
<xs:element name="AnagKeyValue" msprop:Generator_TableClassName="AnagKeyValueDataTable" msprop:Generator_TableVarName="tableAnagKeyValue" msprop:Generator_TablePropName="AnagKeyValue" msprop:Generator_RowDeletingName="AnagKeyValueRowDeleting" msprop:Generator_RowChangingName="AnagKeyValueRowChanging" msprop:Generator_RowEvHandlerName="AnagKeyValueRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagKeyValueRowDeleted" msprop:Generator_UserTableName="AnagKeyValue" msprop:Generator_RowChangedName="AnagKeyValueRowChanged" msprop:Generator_RowEvArgName="AnagKeyValueRowChangeEvent" msprop:Generator_RowClassName="AnagKeyValueRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="nomeVar" msprop:Generator_ColumnVarNameInTable="columnnomeVar" msprop:Generator_ColumnPropNameInRow="nomeVar" msprop:Generator_ColumnPropNameInTable="nomeVarColumn" msprop:Generator_UserColumnName="nomeVar">
|
||||
@@ -735,7 +735,7 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_selCodOrario" msprop:Generator_TableClassName="v_selCodOrarioDataTable" msprop:Generator_TableVarName="tablev_selCodOrario" msprop:Generator_TablePropName="v_selCodOrario" msprop:Generator_RowDeletingName="v_selCodOrarioRowDeleting" msprop:Generator_RowChangingName="v_selCodOrarioRowChanging" msprop:Generator_RowEvHandlerName="v_selCodOrarioRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selCodOrarioRowDeleted" msprop:Generator_UserTableName="v_selCodOrario" msprop:Generator_RowChangedName="v_selCodOrarioRowChanged" msprop:Generator_RowEvArgName="v_selCodOrarioRowChangeEvent" msprop:Generator_RowClassName="v_selCodOrarioRow">
|
||||
<xs:element name="v_selCodOrario" msprop:Generator_TableClassName="v_selCodOrarioDataTable" msprop:Generator_TableVarName="tablev_selCodOrario" msprop:Generator_RowChangedName="v_selCodOrarioRowChanged" msprop:Generator_TablePropName="v_selCodOrario" msprop:Generator_RowDeletingName="v_selCodOrarioRowDeleting" msprop:Generator_RowChangingName="v_selCodOrarioRowChanging" msprop:Generator_RowEvHandlerName="v_selCodOrarioRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selCodOrarioRowDeleted" msprop:Generator_RowClassName="v_selCodOrarioRow" msprop:Generator_UserTableName="v_selCodOrario" msprop:Generator_RowEvArgName="v_selCodOrarioRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value">
|
||||
@@ -755,7 +755,7 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_selPageSize" msprop:Generator_TableClassName="v_selPageSizeDataTable" msprop:Generator_TableVarName="tablev_selPageSize" msprop:Generator_TablePropName="v_selPageSize" msprop:Generator_RowDeletingName="v_selPageSizeRowDeleting" msprop:Generator_RowChangingName="v_selPageSizeRowChanging" msprop:Generator_RowEvHandlerName="v_selPageSizeRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selPageSizeRowDeleted" msprop:Generator_UserTableName="v_selPageSize" msprop:Generator_RowChangedName="v_selPageSizeRowChanged" msprop:Generator_RowEvArgName="v_selPageSizeRowChangeEvent" msprop:Generator_RowClassName="v_selPageSizeRow">
|
||||
<xs:element name="v_selPageSize" msprop:Generator_TableClassName="v_selPageSizeDataTable" msprop:Generator_TableVarName="tablev_selPageSize" msprop:Generator_RowChangedName="v_selPageSizeRowChanged" msprop:Generator_TablePropName="v_selPageSize" msprop:Generator_RowDeletingName="v_selPageSizeRowDeleting" msprop:Generator_RowChangingName="v_selPageSizeRowChanging" msprop:Generator_RowEvHandlerName="v_selPageSizeRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selPageSizeRowDeleted" msprop:Generator_RowClassName="v_selPageSizeRow" msprop:Generator_UserTableName="v_selPageSize" msprop:Generator_RowEvArgName="v_selPageSizeRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value">
|
||||
@@ -776,7 +776,7 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_VSProjFasi_search" msprop:Generator_TableClassName="stp_VSProjFasi_searchDataTable" msprop:Generator_TableVarName="tablestp_VSProjFasi_search" msprop:Generator_TablePropName="stp_VSProjFasi_search" msprop:Generator_RowDeletingName="stp_VSProjFasi_searchRowDeleting" msprop:Generator_RowChangingName="stp_VSProjFasi_searchRowChanging" msprop:Generator_RowEvHandlerName="stp_VSProjFasi_searchRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_VSProjFasi_searchRowDeleted" msprop:Generator_UserTableName="stp_VSProjFasi_search" msprop:Generator_RowChangedName="stp_VSProjFasi_searchRowChanged" msprop:Generator_RowEvArgName="stp_VSProjFasi_searchRowChangeEvent" msprop:Generator_RowClassName="stp_VSProjFasi_searchRow">
|
||||
<xs:element name="stp_VSProjFasi_search" msprop:Generator_TableClassName="stp_VSProjFasi_searchDataTable" msprop:Generator_TableVarName="tablestp_VSProjFasi_search" msprop:Generator_RowChangedName="stp_VSProjFasi_searchRowChanged" msprop:Generator_TablePropName="stp_VSProjFasi_search" msprop:Generator_RowDeletingName="stp_VSProjFasi_searchRowDeleting" msprop:Generator_RowChangingName="stp_VSProjFasi_searchRowChanging" msprop:Generator_RowEvHandlerName="stp_VSProjFasi_searchRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_VSProjFasi_searchRowDeleted" msprop:Generator_RowClassName="stp_VSProjFasi_searchRow" msprop:Generator_UserTableName="stp_VSProjFasi_search" msprop:Generator_RowEvArgName="stp_VSProjFasi_searchRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxProgetto" msprop:Generator_ColumnVarNameInTable="columnidxProgetto" msprop:Generator_ColumnPropNameInRow="idxProgetto" msprop:Generator_ColumnPropNameInTable="idxProgettoColumn" msprop:Generator_UserColumnName="idxProgetto" type="xs:int" minOccurs="0" />
|
||||
@@ -784,7 +784,7 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="freqProgetti" msprop:Generator_TableClassName="freqProgettiDataTable" msprop:Generator_TableVarName="tablefreqProgetti" msprop:Generator_RowChangedName="freqProgettiRowChanged" msprop:Generator_TablePropName="freqProgetti" msprop:Generator_RowDeletingName="freqProgettiRowDeleting" msprop:Generator_RowChangingName="freqProgettiRowChanging" msprop:Generator_RowEvHandlerName="freqProgettiRowChangeEventHandler" msprop:Generator_RowDeletedName="freqProgettiRowDeleted" msprop:Generator_RowClassName="freqProgettiRow" msprop:Generator_UserTableName="freqProgetti" msprop:Generator_RowEvArgName="freqProgettiRowChangeEvent">
|
||||
<xs:element name="freqProgetti" msprop:Generator_TableClassName="freqProgettiDataTable" msprop:Generator_TableVarName="tablefreqProgetti" msprop:Generator_TablePropName="freqProgetti" msprop:Generator_RowDeletingName="freqProgettiRowDeleting" msprop:Generator_RowChangingName="freqProgettiRowChanging" msprop:Generator_RowEvHandlerName="freqProgettiRowChangeEventHandler" msprop:Generator_RowDeletedName="freqProgettiRowDeleted" msprop:Generator_UserTableName="freqProgetti" msprop:Generator_RowChangedName="freqProgettiRowChanged" msprop:Generator_RowEvArgName="freqProgettiRowChangeEvent" msprop:Generator_RowClassName="freqProgettiRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="nomeComm" msprop:Generator_ColumnVarNameInTable="columnnomeComm" msprop:Generator_ColumnPropNameInRow="nomeComm" msprop:Generator_ColumnPropNameInTable="nomeCommColumn" msprop:Generator_UserColumnName="nomeComm" minOccurs="0">
|
||||
@@ -817,7 +817,7 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_selProjFasi" msprop:Generator_TableClassName="v_selProjFasiDataTable" msprop:Generator_TableVarName="tablev_selProjFasi" msprop:Generator_RowChangedName="v_selProjFasiRowChanged" msprop:Generator_TablePropName="v_selProjFasi" msprop:Generator_RowDeletingName="v_selProjFasiRowDeleting" msprop:Generator_RowChangingName="v_selProjFasiRowChanging" msprop:Generator_RowEvHandlerName="v_selProjFasiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selProjFasiRowDeleted" msprop:Generator_RowClassName="v_selProjFasiRow" msprop:Generator_UserTableName="v_selProjFasi" msprop:Generator_RowEvArgName="v_selProjFasiRowChangeEvent">
|
||||
<xs:element name="v_selProjFasi" msprop:Generator_TableClassName="v_selProjFasiDataTable" msprop:Generator_TableVarName="tablev_selProjFasi" msprop:Generator_TablePropName="v_selProjFasi" msprop:Generator_RowDeletingName="v_selProjFasiRowDeleting" msprop:Generator_RowChangingName="v_selProjFasiRowChanging" msprop:Generator_RowEvHandlerName="v_selProjFasiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selProjFasiRowDeleted" msprop:Generator_UserTableName="v_selProjFasi" msprop:Generator_RowChangedName="v_selProjFasiRowChanged" msprop:Generator_RowEvArgName="v_selProjFasiRowChangeEvent" msprop:Generator_RowClassName="v_selProjFasiRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="value" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" minOccurs="0">
|
||||
@@ -844,7 +844,7 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_selListVal" msprop:Generator_TableClassName="v_selListValDataTable" msprop:Generator_TableVarName="tablev_selListVal" msprop:Generator_TablePropName="v_selListVal" msprop:Generator_RowDeletingName="v_selListValRowDeleting" msprop:Generator_RowChangingName="v_selListValRowChanging" msprop:Generator_RowEvHandlerName="v_selListValRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selListValRowDeleted" msprop:Generator_UserTableName="v_selListVal" msprop:Generator_RowChangedName="v_selListValRowChanged" msprop:Generator_RowEvArgName="v_selListValRowChangeEvent" msprop:Generator_RowClassName="v_selListValRow">
|
||||
<xs:element name="v_selListVal" msprop:Generator_TableClassName="v_selListValDataTable" msprop:Generator_TableVarName="tablev_selListVal" msprop:Generator_RowChangedName="v_selListValRowChanged" msprop:Generator_TablePropName="v_selListVal" msprop:Generator_RowDeletingName="v_selListValRowDeleting" msprop:Generator_RowChangingName="v_selListValRowChanging" msprop:Generator_RowEvHandlerName="v_selListValRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selListValRowDeleted" msprop:Generator_RowClassName="v_selListValRow" msprop:Generator_UserTableName="v_selListVal" msprop:Generator_RowEvArgName="v_selListValRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="value" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" minOccurs="0">
|
||||
@@ -864,7 +864,7 @@ ORDER BY ordinal</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_selGruppi" msprop:Generator_TableClassName="v_selGruppiDataTable" msprop:Generator_TableVarName="tablev_selGruppi" msprop:Generator_TablePropName="v_selGruppi" msprop:Generator_RowDeletingName="v_selGruppiRowDeleting" msprop:Generator_RowChangingName="v_selGruppiRowChanging" msprop:Generator_RowEvHandlerName="v_selGruppiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selGruppiRowDeleted" msprop:Generator_UserTableName="v_selGruppi" msprop:Generator_RowChangedName="v_selGruppiRowChanged" msprop:Generator_RowEvArgName="v_selGruppiRowChangeEvent" msprop:Generator_RowClassName="v_selGruppiRow">
|
||||
<xs:element name="v_selGruppi" msprop:Generator_TableClassName="v_selGruppiDataTable" msprop:Generator_TableVarName="tablev_selGruppi" msprop:Generator_RowChangedName="v_selGruppiRowChanged" msprop:Generator_TablePropName="v_selGruppi" msprop:Generator_RowDeletingName="v_selGruppiRowDeleting" msprop:Generator_RowChangingName="v_selGruppiRowChanging" msprop:Generator_RowEvHandlerName="v_selGruppiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_selGruppiRowDeleted" msprop:Generator_RowClassName="v_selGruppiRow" msprop:Generator_UserTableName="v_selGruppi" msprop:Generator_RowEvArgName="v_selGruppiRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" msprop:Generator_UserColumnName="label" minOccurs="0">
|
||||
|
||||
Reference in New Issue
Block a user