Pokaż
Ignoruj:
Data:
2009-03-11 08:52:07 (17 years ago)
Autor:
marek
Opis:

fixes #118 - dodano nowe pole do CDNDataset Knt_ZgodaNaEFaktury

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • branches/TruckExpo/TruckExpoCDN/CDNDataSet.Designer.cs

    r415 r427  
    666666            private global::System.Data.DataColumn columnKnt_BazaBR; 
    667667             
     668            private global::System.Data.DataColumn columnKnt_ZgodaNaEFaktury; 
     669             
    668670            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 
    669671            public KontrahenciDataTable() { 
     
    14421444                get { 
    14431445                    return this.columnKnt_BazaBR; 
     1446                } 
     1447            } 
     1448             
     1449            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 
     1450            public global::System.Data.DataColumn Knt_ZgodaNaEFakturyColumn { 
     1451                get { 
     1452                    return this.columnKnt_ZgodaNaEFaktury; 
    14441453                } 
    14451454            } 
     
    15801589                        byte Knt_LimitPrzeterKredytFlag,  
    15811590                        decimal Knt_LimitPrzeterKredytWartosc,  
    1582                         int Knt_BazaBR) { 
     1591                        int Knt_BazaBR,  
     1592                        short Knt_ZgodaNaEFaktury) { 
    15831593                KontrahenciRow rowKontrahenciRow = ((KontrahenciRow)(this.NewRow())); 
    15841594                object[] columnValuesArray = new object[] { 
     
    16891699                        Knt_LimitPrzeterKredytFlag, 
    16901700                        Knt_LimitPrzeterKredytWartosc, 
    1691                         Knt_BazaBR}; 
     1701                        Knt_BazaBR, 
     1702                        Knt_ZgodaNaEFaktury}; 
    16921703                if ((parentKontrahenciRowByFK_KntOdbiorca != null)) { 
    16931704                    columnValuesArray[85] = parentKontrahenciRowByFK_KntOdbiorca[0]; 
     
    18301841                this.columnKnt_LimitPrzeterKredytWartosc = base.Columns["Knt_LimitPrzeterKredytWartosc"]; 
    18311842                this.columnKnt_BazaBR = base.Columns["Knt_BazaBR"]; 
     1843                this.columnKnt_ZgodaNaEFaktury = base.Columns["Knt_ZgodaNaEFaktury"]; 
    18321844            } 
    18331845             
     
    20482060                this.columnKnt_BazaBR = new global::System.Data.DataColumn("Knt_BazaBR", typeof(int), null, global::System.Data.MappingType.Element); 
    20492061                base.Columns.Add(this.columnKnt_BazaBR); 
     2062                this.columnKnt_ZgodaNaEFaktury = new global::System.Data.DataColumn("Knt_ZgodaNaEFaktury", typeof(short), null, global::System.Data.MappingType.Element); 
     2063                base.Columns.Add(this.columnKnt_ZgodaNaEFaktury); 
    20502064                this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { 
    20512065                                this.columnKnt_KntId}, true)); 
     
    21982212                this.columnKnt_LimitPrzeterKredytFlag.AllowDBNull = false; 
    21992213                this.columnKnt_LimitPrzeterKredytWartosc.AllowDBNull = false; 
     2214                this.columnKnt_ZgodaNaEFaktury.DefaultValue = ((short)(0)); 
    22002215            } 
    22012216             
     
    76547669             
    76557670            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 
     7671            public short Knt_ZgodaNaEFaktury { 
     7672                get { 
     7673                    try { 
     7674                        return ((short)(this[this.tableKontrahenci.Knt_ZgodaNaEFakturyColumn])); 
     7675                    } 
     7676                    catch (global::System.InvalidCastException e) { 
     7677                        throw new global::System.Data.StrongTypingException("The value for column \'Knt_ZgodaNaEFaktury\' in table \'Kontrahenci\' is DBNull.", e); 
     7678                    } 
     7679                } 
     7680                set { 
     7681                    this[this.tableKontrahenci.Knt_ZgodaNaEFakturyColumn] = value; 
     7682                } 
     7683            } 
     7684             
     7685            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 
    76567686            public KontrahenciRow KontrahenciRowParent { 
    76577687                get { 
     
    78617891            public void SetKnt_BazaBRNull() { 
    78627892                this[this.tableKontrahenci.Knt_BazaBRColumn] = global::System.Convert.DBNull; 
     7893            } 
     7894             
     7895            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 
     7896            public bool IsKnt_ZgodaNaEFakturyNull() { 
     7897                return this.IsNull(this.tableKontrahenci.Knt_ZgodaNaEFakturyColumn); 
     7898            } 
     7899             
     7900            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 
     7901            public void SetKnt_ZgodaNaEFakturyNull() { 
     7902                this[this.tableKontrahenci.Knt_ZgodaNaEFakturyColumn] = global::System.Convert.DBNull; 
    78637903            } 
    78647904