Zbiór zmian 427 dla branches/TruckExpo/TruckExpoCDN/CDNDataSet.Designer.cs
- Data:
- 2009-03-11 08:52:07 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
branches/TruckExpo/TruckExpoCDN/CDNDataSet.Designer.cs (zmodyfikowane) (9 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/TruckExpo/TruckExpoCDN/CDNDataSet.Designer.cs
r415 r427 666 666 private global::System.Data.DataColumn columnKnt_BazaBR; 667 667 668 private global::System.Data.DataColumn columnKnt_ZgodaNaEFaktury; 669 668 670 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 669 671 public KontrahenciDataTable() { … … 1442 1444 get { 1443 1445 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; 1444 1453 } 1445 1454 } … … 1580 1589 byte Knt_LimitPrzeterKredytFlag, 1581 1590 decimal Knt_LimitPrzeterKredytWartosc, 1582 int Knt_BazaBR) { 1591 int Knt_BazaBR, 1592 short Knt_ZgodaNaEFaktury) { 1583 1593 KontrahenciRow rowKontrahenciRow = ((KontrahenciRow)(this.NewRow())); 1584 1594 object[] columnValuesArray = new object[] { … … 1689 1699 Knt_LimitPrzeterKredytFlag, 1690 1700 Knt_LimitPrzeterKredytWartosc, 1691 Knt_BazaBR}; 1701 Knt_BazaBR, 1702 Knt_ZgodaNaEFaktury}; 1692 1703 if ((parentKontrahenciRowByFK_KntOdbiorca != null)) { 1693 1704 columnValuesArray[85] = parentKontrahenciRowByFK_KntOdbiorca[0]; … … 1830 1841 this.columnKnt_LimitPrzeterKredytWartosc = base.Columns["Knt_LimitPrzeterKredytWartosc"]; 1831 1842 this.columnKnt_BazaBR = base.Columns["Knt_BazaBR"]; 1843 this.columnKnt_ZgodaNaEFaktury = base.Columns["Knt_ZgodaNaEFaktury"]; 1832 1844 } 1833 1845 … … 2048 2060 this.columnKnt_BazaBR = new global::System.Data.DataColumn("Knt_BazaBR", typeof(int), null, global::System.Data.MappingType.Element); 2049 2061 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); 2050 2064 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { 2051 2065 this.columnKnt_KntId}, true)); … … 2198 2212 this.columnKnt_LimitPrzeterKredytFlag.AllowDBNull = false; 2199 2213 this.columnKnt_LimitPrzeterKredytWartosc.AllowDBNull = false; 2214 this.columnKnt_ZgodaNaEFaktury.DefaultValue = ((short)(0)); 2200 2215 } 2201 2216 … … 7654 7669 7655 7670 [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()] 7656 7686 public KontrahenciRow KontrahenciRowParent { 7657 7687 get { … … 7861 7891 public void SetKnt_BazaBRNull() { 7862 7892 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; 7863 7903 } 7864 7904
