| 17452 | | public partial class VIEW_KOREKTYDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { |
| 17453 | | |
| 17454 | | private global::System.Data.DataColumn columnID_FAKTURY; |
| 17455 | | |
| 17456 | | private global::System.Data.DataColumn columnCustomerId; |
| 17457 | | |
| 17458 | | private global::System.Data.DataColumn columnId_Agencji; |
| 17459 | | |
| 17460 | | private global::System.Data.DataColumn columnNUMER; |
| 17461 | | |
| 17462 | | private global::System.Data.DataColumn columnNUMER_ROZ; |
| 17463 | | |
| 17464 | | private global::System.Data.DataColumn columnNUMER_ROK; |
| 17465 | | |
| 17466 | | private global::System.Data.DataColumn columnnetto; |
| 17467 | | |
| 17468 | | private global::System.Data.DataColumn columns_vat; |
| 17469 | | |
| 17470 | | private global::System.Data.DataColumn columnvat; |
| 17471 | | |
| 17472 | | private global::System.Data.DataColumn columnbrutto; |
| 17473 | | |
| 17474 | | private global::System.Data.DataColumn columnsuma_zaplat; |
| 17475 | | |
| 17476 | | private global::System.Data.DataColumn columnDATA_WYSTAWIENIA; |
| 17477 | | |
| 17478 | | private global::System.Data.DataColumn columnDATA_SPRZEDAZY; |
| 17479 | | |
| 17480 | | private global::System.Data.DataColumn columnTERMIN_ZAPLATY; |
| 17481 | | |
| 17482 | | private global::System.Data.DataColumn columnzaplata_data; |
| 17483 | | |
| 17484 | | private global::System.Data.DataColumn columnzaplata_opis; |
| 17485 | | |
| 17486 | | private global::System.Data.DataColumn columnidZamowienia; |
| 17487 | | |
| 17488 | | private global::System.Data.DataColumn columnKOREKTA; |
| 17489 | | |
| 17490 | | private global::System.Data.DataColumn columnidFakturyKorekta; |
| 17491 | | |
| 17492 | | private global::System.Data.DataColumn columnNR_FAKTURY_KOREKTY; |
| 17493 | | |
| 17494 | | private global::System.Data.DataColumn columnNUMER_F; |
| 17495 | | |
| 17496 | | private global::System.Data.DataColumn columnNUMER_ROZ_F; |
| 17497 | | |
| 17498 | | private global::System.Data.DataColumn columnNUMER_ROK_F; |
| 17499 | | |
| 17500 | | private global::System.Data.DataColumn columnnetto_F; |
| 17501 | | |
| 17502 | | private global::System.Data.DataColumn columnbrutto_F; |
| 17503 | | |
| 17504 | | private global::System.Data.DataColumn columnvat_F; |
| 17505 | | |
| 17506 | | private global::System.Data.DataColumn columnsuma_zapłat_F; |
| 17507 | | |
| 17508 | | private global::System.Data.DataColumn columndata_wystawienia_F; |
| 17509 | | |
| 17510 | | private global::System.Data.DataColumn columnNR_FAKTURY; |
| 17511 | | |
| 17512 | | private global::System.Data.DataColumn columnroznica_netto; |
| 17513 | | |
| 17514 | | private global::System.Data.DataColumn columnroznica_vat; |
| 17515 | | |
| 17516 | | private global::System.Data.DataColumn columnroznica_brutto; |
| 17517 | | |
| 17518 | | private global::System.Data.DataColumn columnkodKlienta; |
| 17519 | | |
| 17520 | | private global::System.Data.DataColumn columnagencja; |
| 17521 | | |
| 17522 | | private global::System.Data.DataColumn columnagent; |
| 17523 | | |
| 17524 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17525 | | public VIEW_KOREKTYDataTable() { |
| 17526 | | this.TableName = "VIEW_KOREKTY"; |
| 17527 | | this.BeginInit(); |
| 17528 | | this.InitClass(); |
| 17529 | | this.EndInit(); |
| 17530 | | } |
| 17531 | | |
| 17532 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17533 | | internal VIEW_KOREKTYDataTable(global::System.Data.DataTable table) { |
| 17534 | | this.TableName = table.TableName; |
| 17535 | | if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { |
| 17536 | | this.CaseSensitive = table.CaseSensitive; |
| 17537 | | } |
| 17538 | | if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { |
| 17539 | | this.Locale = table.Locale; |
| 17540 | | } |
| 17541 | | if ((table.Namespace != table.DataSet.Namespace)) { |
| 17542 | | this.Namespace = table.Namespace; |
| 17543 | | } |
| 17544 | | this.Prefix = table.Prefix; |
| 17545 | | this.MinimumCapacity = table.MinimumCapacity; |
| 17546 | | } |
| 17547 | | |
| 17548 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17549 | | protected VIEW_KOREKTYDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : |
| 17550 | | base(info, context) { |
| 17551 | | this.InitVars(); |
| 17552 | | } |
| 17553 | | |
| 17554 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17555 | | public global::System.Data.DataColumn ID_FAKTURYColumn { |
| 17556 | | get { |
| 17557 | | return this.columnID_FAKTURY; |
| 17558 | | } |
| 17559 | | } |
| 17560 | | |
| 17561 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17562 | | public global::System.Data.DataColumn CustomerIdColumn { |
| 17563 | | get { |
| 17564 | | return this.columnCustomerId; |
| 17565 | | } |
| 17566 | | } |
| 17567 | | |
| 17568 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17569 | | public global::System.Data.DataColumn Id_AgencjiColumn { |
| 17570 | | get { |
| 17571 | | return this.columnId_Agencji; |
| 17572 | | } |
| 17573 | | } |
| 17574 | | |
| 17575 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17576 | | public global::System.Data.DataColumn NUMERColumn { |
| 17577 | | get { |
| 17578 | | return this.columnNUMER; |
| 17579 | | } |
| 17580 | | } |
| 17581 | | |
| 17582 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17583 | | public global::System.Data.DataColumn NUMER_ROZColumn { |
| 17584 | | get { |
| 17585 | | return this.columnNUMER_ROZ; |
| 17586 | | } |
| 17587 | | } |
| 17588 | | |
| 17589 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17590 | | public global::System.Data.DataColumn NUMER_ROKColumn { |
| 17591 | | get { |
| 17592 | | return this.columnNUMER_ROK; |
| 17593 | | } |
| 17594 | | } |
| 17595 | | |
| 17596 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17597 | | public global::System.Data.DataColumn nettoColumn { |
| 17598 | | get { |
| 17599 | | return this.columnnetto; |
| 17600 | | } |
| 17601 | | } |
| 17602 | | |
| 17603 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17604 | | public global::System.Data.DataColumn s_vatColumn { |
| 17605 | | get { |
| 17606 | | return this.columns_vat; |
| 17607 | | } |
| 17608 | | } |
| 17609 | | |
| 17610 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17611 | | public global::System.Data.DataColumn vatColumn { |
| 17612 | | get { |
| 17613 | | return this.columnvat; |
| 17614 | | } |
| 17615 | | } |
| 17616 | | |
| 17617 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17618 | | public global::System.Data.DataColumn bruttoColumn { |
| 17619 | | get { |
| 17620 | | return this.columnbrutto; |
| 17621 | | } |
| 17622 | | } |
| 17623 | | |
| 17624 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17625 | | public global::System.Data.DataColumn suma_zaplatColumn { |
| 17626 | | get { |
| 17627 | | return this.columnsuma_zaplat; |
| 17628 | | } |
| 17629 | | } |
| 17630 | | |
| 17631 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17632 | | public global::System.Data.DataColumn DATA_WYSTAWIENIAColumn { |
| 17633 | | get { |
| 17634 | | return this.columnDATA_WYSTAWIENIA; |
| 17635 | | } |
| 17636 | | } |
| 17637 | | |
| 17638 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17639 | | public global::System.Data.DataColumn DATA_SPRZEDAZYColumn { |
| 17640 | | get { |
| 17641 | | return this.columnDATA_SPRZEDAZY; |
| 17642 | | } |
| 17643 | | } |
| 17644 | | |
| 17645 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17646 | | public global::System.Data.DataColumn TERMIN_ZAPLATYColumn { |
| 17647 | | get { |
| 17648 | | return this.columnTERMIN_ZAPLATY; |
| 17649 | | } |
| 17650 | | } |
| 17651 | | |
| 17652 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17653 | | public global::System.Data.DataColumn zaplata_dataColumn { |
| 17654 | | get { |
| 17655 | | return this.columnzaplata_data; |
| 17656 | | } |
| 17657 | | } |
| 17658 | | |
| 17659 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17660 | | public global::System.Data.DataColumn zaplata_opisColumn { |
| 17661 | | get { |
| 17662 | | return this.columnzaplata_opis; |
| 17663 | | } |
| 17664 | | } |
| 17665 | | |
| 17666 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17667 | | public global::System.Data.DataColumn idZamowieniaColumn { |
| 17668 | | get { |
| 17669 | | return this.columnidZamowienia; |
| 17670 | | } |
| 17671 | | } |
| 17672 | | |
| 17673 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17674 | | public global::System.Data.DataColumn KOREKTAColumn { |
| 17675 | | get { |
| 17676 | | return this.columnKOREKTA; |
| 17677 | | } |
| 17678 | | } |
| 17679 | | |
| 17680 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17681 | | public global::System.Data.DataColumn idFakturyKorektaColumn { |
| 17682 | | get { |
| 17683 | | return this.columnidFakturyKorekta; |
| 17684 | | } |
| 17685 | | } |
| 17686 | | |
| 17687 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17688 | | public global::System.Data.DataColumn NR_FAKTURY_KOREKTYColumn { |
| 17689 | | get { |
| 17690 | | return this.columnNR_FAKTURY_KOREKTY; |
| 17691 | | } |
| 17692 | | } |
| 17693 | | |
| 17694 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17695 | | public global::System.Data.DataColumn NUMER_FColumn { |
| 17696 | | get { |
| 17697 | | return this.columnNUMER_F; |
| 17698 | | } |
| 17699 | | } |
| 17700 | | |
| 17701 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17702 | | public global::System.Data.DataColumn NUMER_ROZ_FColumn { |
| 17703 | | get { |
| 17704 | | return this.columnNUMER_ROZ_F; |
| 17705 | | } |
| 17706 | | } |
| 17707 | | |
| 17708 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17709 | | public global::System.Data.DataColumn NUMER_ROK_FColumn { |
| 17710 | | get { |
| 17711 | | return this.columnNUMER_ROK_F; |
| 17712 | | } |
| 17713 | | } |
| 17714 | | |
| 17715 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17716 | | public global::System.Data.DataColumn netto_FColumn { |
| 17717 | | get { |
| 17718 | | return this.columnnetto_F; |
| 17719 | | } |
| 17720 | | } |
| 17721 | | |
| 17722 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17723 | | public global::System.Data.DataColumn brutto_FColumn { |
| 17724 | | get { |
| 17725 | | return this.columnbrutto_F; |
| 17726 | | } |
| 17727 | | } |
| 17728 | | |
| 17729 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17730 | | public global::System.Data.DataColumn vat_FColumn { |
| 17731 | | get { |
| 17732 | | return this.columnvat_F; |
| 17733 | | } |
| 17734 | | } |
| 17735 | | |
| 17736 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17737 | | public global::System.Data.DataColumn suma_zapłat_FColumn { |
| 17738 | | get { |
| 17739 | | return this.columnsuma_zapłat_F; |
| 17740 | | } |
| 17741 | | } |
| 17742 | | |
| 17743 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17744 | | public global::System.Data.DataColumn data_wystawienia_FColumn { |
| 17745 | | get { |
| 17746 | | return this.columndata_wystawienia_F; |
| 17747 | | } |
| 17748 | | } |
| 17749 | | |
| 17750 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17751 | | public global::System.Data.DataColumn NR_FAKTURYColumn { |
| 17752 | | get { |
| 17753 | | return this.columnNR_FAKTURY; |
| 17754 | | } |
| 17755 | | } |
| 17756 | | |
| 17757 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17758 | | public global::System.Data.DataColumn roznica_nettoColumn { |
| 17759 | | get { |
| 17760 | | return this.columnroznica_netto; |
| 17761 | | } |
| 17762 | | } |
| 17763 | | |
| 17764 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17765 | | public global::System.Data.DataColumn roznica_vatColumn { |
| 17766 | | get { |
| 17767 | | return this.columnroznica_vat; |
| 17768 | | } |
| 17769 | | } |
| 17770 | | |
| 17771 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17772 | | public global::System.Data.DataColumn roznica_bruttoColumn { |
| 17773 | | get { |
| 17774 | | return this.columnroznica_brutto; |
| 17775 | | } |
| 17776 | | } |
| 17777 | | |
| 17778 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17779 | | public global::System.Data.DataColumn kodKlientaColumn { |
| 17780 | | get { |
| 17781 | | return this.columnkodKlienta; |
| 17782 | | } |
| 17783 | | } |
| 17784 | | |
| 17785 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17786 | | public global::System.Data.DataColumn agencjaColumn { |
| 17787 | | get { |
| 17788 | | return this.columnagencja; |
| 17789 | | } |
| 17790 | | } |
| 17791 | | |
| 17792 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17793 | | public global::System.Data.DataColumn agentColumn { |
| 17794 | | get { |
| 17795 | | return this.columnagent; |
| 17796 | | } |
| 17797 | | } |
| 17798 | | |
| 17799 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17800 | | [global::System.ComponentModel.Browsable(false)] |
| 17801 | | public int Count { |
| 17802 | | get { |
| 17803 | | return this.Rows.Count; |
| 17804 | | } |
| 17805 | | } |
| 17806 | | |
| 17807 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17808 | | public VIEW_KOREKTYRow this[int index] { |
| 17809 | | get { |
| 17810 | | return ((VIEW_KOREKTYRow)(this.Rows[index])); |
| 17811 | | } |
| 17812 | | } |
| 17813 | | |
| 17814 | | public event VIEW_KOREKTYRowChangeEventHandler VIEW_KOREKTYRowChanging; |
| 17815 | | |
| 17816 | | public event VIEW_KOREKTYRowChangeEventHandler VIEW_KOREKTYRowChanged; |
| 17817 | | |
| 17818 | | public event VIEW_KOREKTYRowChangeEventHandler VIEW_KOREKTYRowDeleting; |
| 17819 | | |
| 17820 | | public event VIEW_KOREKTYRowChangeEventHandler VIEW_KOREKTYRowDeleted; |
| 17821 | | |
| 17822 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17823 | | public void AddVIEW_KOREKTYRow(VIEW_KOREKTYRow row) { |
| 17824 | | this.Rows.Add(row); |
| 17825 | | } |
| 17826 | | |
| 17827 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17828 | | public VIEW_KOREKTYRow AddVIEW_KOREKTYRow( |
| 17829 | | int CustomerId, |
| 17830 | | int Id_Agencji, |
| 17831 | | int NUMER, |
| 17832 | | string NUMER_ROZ, |
| 17833 | | int NUMER_ROK, |
| 17834 | | decimal netto, |
| 17835 | | double s_vat, |
| 17836 | | decimal vat, |
| 17837 | | decimal brutto, |
| 17838 | | decimal suma_zaplat, |
| 17839 | | System.DateTime DATA_WYSTAWIENIA, |
| 17840 | | System.DateTime DATA_SPRZEDAZY, |
| 17841 | | System.DateTime TERMIN_ZAPLATY, |
| 17842 | | System.DateTime zaplata_data, |
| 17843 | | string zaplata_opis, |
| 17844 | | int idZamowienia, |
| 17845 | | byte KOREKTA, |
| 17846 | | int idFakturyKorekta, |
| 17847 | | string NR_FAKTURY_KOREKTY, |
| 17848 | | int NUMER_F, |
| 17849 | | string NUMER_ROZ_F, |
| 17850 | | int NUMER_ROK_F, |
| 17851 | | decimal netto_F, |
| 17852 | | decimal brutto_F, |
| 17853 | | decimal vat_F, |
| 17854 | | decimal suma_zapłat_F, |
| 17855 | | System.DateTime data_wystawienia_F, |
| 17856 | | string NR_FAKTURY, |
| 17857 | | decimal roznica_netto, |
| 17858 | | decimal roznica_vat, |
| 17859 | | decimal roznica_brutto, |
| 17860 | | string kodKlienta, |
| 17861 | | string agencja, |
| 17862 | | string agent) { |
| 17863 | | VIEW_KOREKTYRow rowVIEW_KOREKTYRow = ((VIEW_KOREKTYRow)(this.NewRow())); |
| 17864 | | object[] columnValuesArray = new object[] { |
| 17865 | | null, |
| 17866 | | CustomerId, |
| 17867 | | Id_Agencji, |
| 17868 | | NUMER, |
| 17869 | | NUMER_ROZ, |
| 17870 | | NUMER_ROK, |
| 17871 | | netto, |
| 17872 | | s_vat, |
| 17873 | | vat, |
| 17874 | | brutto, |
| 17875 | | suma_zaplat, |
| 17876 | | DATA_WYSTAWIENIA, |
| 17877 | | DATA_SPRZEDAZY, |
| 17878 | | TERMIN_ZAPLATY, |
| 17879 | | zaplata_data, |
| 17880 | | zaplata_opis, |
| 17881 | | idZamowienia, |
| 17882 | | KOREKTA, |
| 17883 | | idFakturyKorekta, |
| 17884 | | NR_FAKTURY_KOREKTY, |
| 17885 | | NUMER_F, |
| 17886 | | NUMER_ROZ_F, |
| 17887 | | NUMER_ROK_F, |
| 17888 | | netto_F, |
| 17889 | | brutto_F, |
| 17890 | | vat_F, |
| 17891 | | suma_zapłat_F, |
| 17892 | | data_wystawienia_F, |
| 17893 | | NR_FAKTURY, |
| 17894 | | roznica_netto, |
| 17895 | | roznica_vat, |
| 17896 | | roznica_brutto, |
| 17897 | | kodKlienta, |
| 17898 | | agencja, |
| 17899 | | agent}; |
| 17900 | | rowVIEW_KOREKTYRow.ItemArray = columnValuesArray; |
| 17901 | | this.Rows.Add(rowVIEW_KOREKTYRow); |
| 17902 | | return rowVIEW_KOREKTYRow; |
| 17903 | | } |
| 17904 | | |
| 17905 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17906 | | public virtual global::System.Collections.IEnumerator GetEnumerator() { |
| 17907 | | return this.Rows.GetEnumerator(); |
| 17908 | | } |
| 17909 | | |
| 17910 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17911 | | public override global::System.Data.DataTable Clone() { |
| 17912 | | VIEW_KOREKTYDataTable cln = ((VIEW_KOREKTYDataTable)(base.Clone())); |
| 17913 | | cln.InitVars(); |
| 17914 | | return cln; |
| 17915 | | } |
| 17916 | | |
| 17917 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17918 | | protected override global::System.Data.DataTable CreateInstance() { |
| 17919 | | return new VIEW_KOREKTYDataTable(); |
| 17920 | | } |
| 17921 | | |
| 17922 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17923 | | internal void InitVars() { |
| 17924 | | this.columnID_FAKTURY = base.Columns["ID_FAKTURY"]; |
| 17925 | | this.columnCustomerId = base.Columns["CustomerId"]; |
| 17926 | | this.columnId_Agencji = base.Columns["Id_Agencji"]; |
| 17927 | | this.columnNUMER = base.Columns["NUMER"]; |
| 17928 | | this.columnNUMER_ROZ = base.Columns["NUMER_ROZ"]; |
| 17929 | | this.columnNUMER_ROK = base.Columns["NUMER_ROK"]; |
| 17930 | | this.columnnetto = base.Columns["netto"]; |
| 17931 | | this.columns_vat = base.Columns["s_vat"]; |
| 17932 | | this.columnvat = base.Columns["vat"]; |
| 17933 | | this.columnbrutto = base.Columns["brutto"]; |
| 17934 | | this.columnsuma_zaplat = base.Columns["suma_zaplat"]; |
| 17935 | | this.columnDATA_WYSTAWIENIA = base.Columns["DATA_WYSTAWIENIA"]; |
| 17936 | | this.columnDATA_SPRZEDAZY = base.Columns["DATA_SPRZEDAZY"]; |
| 17937 | | this.columnTERMIN_ZAPLATY = base.Columns["TERMIN_ZAPLATY"]; |
| 17938 | | this.columnzaplata_data = base.Columns["zaplata_data"]; |
| 17939 | | this.columnzaplata_opis = base.Columns["zaplata_opis"]; |
| 17940 | | this.columnidZamowienia = base.Columns["idZamowienia"]; |
| 17941 | | this.columnKOREKTA = base.Columns["KOREKTA"]; |
| 17942 | | this.columnidFakturyKorekta = base.Columns["idFakturyKorekta"]; |
| 17943 | | this.columnNR_FAKTURY_KOREKTY = base.Columns["NR_FAKTURY_KOREKTY"]; |
| 17944 | | this.columnNUMER_F = base.Columns["NUMER_F"]; |
| 17945 | | this.columnNUMER_ROZ_F = base.Columns["NUMER_ROZ_F"]; |
| 17946 | | this.columnNUMER_ROK_F = base.Columns["NUMER_ROK_F"]; |
| 17947 | | this.columnnetto_F = base.Columns["netto_F"]; |
| 17948 | | this.columnbrutto_F = base.Columns["brutto_F"]; |
| 17949 | | this.columnvat_F = base.Columns["vat_F"]; |
| 17950 | | this.columnsuma_zapłat_F = base.Columns["suma_zapłat_F"]; |
| 17951 | | this.columndata_wystawienia_F = base.Columns["data_wystawienia_F"]; |
| 17952 | | this.columnNR_FAKTURY = base.Columns["NR_FAKTURY"]; |
| 17953 | | this.columnroznica_netto = base.Columns["roznica_netto"]; |
| 17954 | | this.columnroznica_vat = base.Columns["roznica_vat"]; |
| 17955 | | this.columnroznica_brutto = base.Columns["roznica_brutto"]; |
| 17956 | | this.columnkodKlienta = base.Columns["kodKlienta"]; |
| 17957 | | this.columnagencja = base.Columns["agencja"]; |
| 17958 | | this.columnagent = base.Columns["agent"]; |
| 17959 | | } |
| 17960 | | |
| 17961 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 17962 | | private void InitClass() { |
| 17963 | | this.columnID_FAKTURY = new global::System.Data.DataColumn("ID_FAKTURY", typeof(int), null, global::System.Data.MappingType.Element); |
| 17964 | | base.Columns.Add(this.columnID_FAKTURY); |
| 17965 | | this.columnCustomerId = new global::System.Data.DataColumn("CustomerId", typeof(int), null, global::System.Data.MappingType.Element); |
| 17966 | | base.Columns.Add(this.columnCustomerId); |
| 17967 | | this.columnId_Agencji = new global::System.Data.DataColumn("Id_Agencji", typeof(int), null, global::System.Data.MappingType.Element); |
| 17968 | | base.Columns.Add(this.columnId_Agencji); |
| 17969 | | this.columnNUMER = new global::System.Data.DataColumn("NUMER", typeof(int), null, global::System.Data.MappingType.Element); |
| 17970 | | base.Columns.Add(this.columnNUMER); |
| 17971 | | this.columnNUMER_ROZ = new global::System.Data.DataColumn("NUMER_ROZ", typeof(string), null, global::System.Data.MappingType.Element); |
| 17972 | | base.Columns.Add(this.columnNUMER_ROZ); |
| 17973 | | this.columnNUMER_ROK = new global::System.Data.DataColumn("NUMER_ROK", typeof(int), null, global::System.Data.MappingType.Element); |
| 17974 | | base.Columns.Add(this.columnNUMER_ROK); |
| 17975 | | this.columnnetto = new global::System.Data.DataColumn("netto", typeof(decimal), null, global::System.Data.MappingType.Element); |
| 17976 | | base.Columns.Add(this.columnnetto); |
| 17977 | | this.columns_vat = new global::System.Data.DataColumn("s_vat", typeof(double), null, global::System.Data.MappingType.Element); |
| 17978 | | base.Columns.Add(this.columns_vat); |
| 17979 | | this.columnvat = new global::System.Data.DataColumn("vat", typeof(decimal), null, global::System.Data.MappingType.Element); |
| 17980 | | base.Columns.Add(this.columnvat); |
| 17981 | | this.columnbrutto = new global::System.Data.DataColumn("brutto", typeof(decimal), null, global::System.Data.MappingType.Element); |
| 17982 | | base.Columns.Add(this.columnbrutto); |
| 17983 | | this.columnsuma_zaplat = new global::System.Data.DataColumn("suma_zaplat", typeof(decimal), null, global::System.Data.MappingType.Element); |
| 17984 | | base.Columns.Add(this.columnsuma_zaplat); |
| 17985 | | this.columnDATA_WYSTAWIENIA = new global::System.Data.DataColumn("DATA_WYSTAWIENIA", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); |
| 17986 | | base.Columns.Add(this.columnDATA_WYSTAWIENIA); |
| 17987 | | this.columnDATA_SPRZEDAZY = new global::System.Data.DataColumn("DATA_SPRZEDAZY", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); |
| 17988 | | base.Columns.Add(this.columnDATA_SPRZEDAZY); |
| 17989 | | this.columnTERMIN_ZAPLATY = new global::System.Data.DataColumn("TERMIN_ZAPLATY", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); |
| 17990 | | base.Columns.Add(this.columnTERMIN_ZAPLATY); |
| 17991 | | this.columnzaplata_data = new global::System.Data.DataColumn("zaplata_data", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); |
| 17992 | | base.Columns.Add(this.columnzaplata_data); |
| 17993 | | this.columnzaplata_opis = new global::System.Data.DataColumn("zaplata_opis", typeof(string), null, global::System.Data.MappingType.Element); |
| 17994 | | base.Columns.Add(this.columnzaplata_opis); |
| 17995 | | this.columnidZamowienia = new global::System.Data.DataColumn("idZamowienia", typeof(int), null, global::System.Data.MappingType.Element); |
| 17996 | | base.Columns.Add(this.columnidZamowienia); |
| 17997 | | this.columnKOREKTA = new global::System.Data.DataColumn("KOREKTA", typeof(byte), null, global::System.Data.MappingType.Element); |
| 17998 | | base.Columns.Add(this.columnKOREKTA); |
| 17999 | | this.columnidFakturyKorekta = new global::System.Data.DataColumn("idFakturyKorekta", typeof(int), null, global::System.Data.MappingType.Element); |
| 18000 | | base.Columns.Add(this.columnidFakturyKorekta); |
| 18001 | | this.columnNR_FAKTURY_KOREKTY = new global::System.Data.DataColumn("NR_FAKTURY_KOREKTY", typeof(string), null, global::System.Data.MappingType.Element); |
| 18002 | | base.Columns.Add(this.columnNR_FAKTURY_KOREKTY); |
| 18003 | | this.columnNUMER_F = new global::System.Data.DataColumn("NUMER_F", typeof(int), null, global::System.Data.MappingType.Element); |
| 18004 | | base.Columns.Add(this.columnNUMER_F); |
| 18005 | | this.columnNUMER_ROZ_F = new global::System.Data.DataColumn("NUMER_ROZ_F", typeof(string), null, global::System.Data.MappingType.Element); |
| 18006 | | base.Columns.Add(this.columnNUMER_ROZ_F); |
| 18007 | | this.columnNUMER_ROK_F = new global::System.Data.DataColumn("NUMER_ROK_F", typeof(int), null, global::System.Data.MappingType.Element); |
| 18008 | | base.Columns.Add(this.columnNUMER_ROK_F); |
| 18009 | | this.columnnetto_F = new global::System.Data.DataColumn("netto_F", typeof(decimal), null, global::System.Data.MappingType.Element); |
| 18010 | | base.Columns.Add(this.columnnetto_F); |
| 18011 | | this.columnbrutto_F = new global::System.Data.DataColumn("brutto_F", typeof(decimal), null, global::System.Data.MappingType.Element); |
| 18012 | | base.Columns.Add(this.columnbrutto_F); |
| 18013 | | this.columnvat_F = new global::System.Data.DataColumn("vat_F", typeof(decimal), null, global::System.Data.MappingType.Element); |
| 18014 | | base.Columns.Add(this.columnvat_F); |
| 18015 | | this.columnsuma_zapłat_F = new global::System.Data.DataColumn("suma_zapłat_F", typeof(decimal), null, global::System.Data.MappingType.Element); |
| 18016 | | base.Columns.Add(this.columnsuma_zapłat_F); |
| 18017 | | this.columndata_wystawienia_F = new global::System.Data.DataColumn("data_wystawienia_F", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); |
| 18018 | | base.Columns.Add(this.columndata_wystawienia_F); |
| 18019 | | this.columnNR_FAKTURY = new global::System.Data.DataColumn("NR_FAKTURY", typeof(string), null, global::System.Data.MappingType.Element); |
| 18020 | | base.Columns.Add(this.columnNR_FAKTURY); |
| 18021 | | this.columnroznica_netto = new global::System.Data.DataColumn("roznica_netto", typeof(decimal), null, global::System.Data.MappingType.Element); |
| 18022 | | base.Columns.Add(this.columnroznica_netto); |
| 18023 | | this.columnroznica_vat = new global::System.Data.DataColumn("roznica_vat", typeof(decimal), null, global::System.Data.MappingType.Element); |
| 18024 | | base.Columns.Add(this.columnroznica_vat); |
| 18025 | | this.columnroznica_brutto = new global::System.Data.DataColumn("roznica_brutto", typeof(decimal), null, global::System.Data.MappingType.Element); |
| 18026 | | base.Columns.Add(this.columnroznica_brutto); |
| 18027 | | this.columnkodKlienta = new global::System.Data.DataColumn("kodKlienta", typeof(string), null, global::System.Data.MappingType.Element); |
| 18028 | | base.Columns.Add(this.columnkodKlienta); |
| 18029 | | this.columnagencja = new global::System.Data.DataColumn("agencja", typeof(string), null, global::System.Data.MappingType.Element); |
| 18030 | | base.Columns.Add(this.columnagencja); |
| 18031 | | this.columnagent = new global::System.Data.DataColumn("agent", typeof(string), null, global::System.Data.MappingType.Element); |
| 18032 | | base.Columns.Add(this.columnagent); |
| 18033 | | this.columnID_FAKTURY.AutoIncrement = true; |
| 18034 | | this.columnID_FAKTURY.AllowDBNull = false; |
| 18035 | | this.columnID_FAKTURY.ReadOnly = true; |
| 18036 | | this.columnNUMER_ROZ.MaxLength = 8; |
| 18037 | | this.columnzaplata_opis.MaxLength = 50; |
| 18038 | | this.columnKOREKTA.AllowDBNull = false; |
| 18039 | | this.columnNR_FAKTURY_KOREKTY.ReadOnly = true; |
| 18040 | | this.columnNR_FAKTURY_KOREKTY.MaxLength = 92; |
| 18041 | | this.columnNUMER_ROZ_F.MaxLength = 8; |
| 18042 | | this.columnNR_FAKTURY.ReadOnly = true; |
| 18043 | | this.columnNR_FAKTURY.MaxLength = 92; |
| 18044 | | this.columnroznica_netto.ReadOnly = true; |
| 18045 | | this.columnroznica_vat.ReadOnly = true; |
| 18046 | | this.columnroznica_brutto.ReadOnly = true; |
| 18047 | | this.columnkodKlienta.MaxLength = 10; |
| 18048 | | this.columnagencja.MaxLength = 50; |
| 18049 | | this.columnagent.MaxLength = 50; |
| 18050 | | } |
| 18051 | | |
| 18052 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 18053 | | public VIEW_KOREKTYRow NewVIEW_KOREKTYRow() { |
| 18054 | | return ((VIEW_KOREKTYRow)(this.NewRow())); |
| 18055 | | } |
| 18056 | | |
| 18057 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 18058 | | protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { |
| 18059 | | return new VIEW_KOREKTYRow(builder); |
| 18060 | | } |
| 18061 | | |
| 18062 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 18063 | | protected override global::System.Type GetRowType() { |
| 18064 | | return typeof(VIEW_KOREKTYRow); |
| 18065 | | } |
| 18066 | | |
| 18067 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 18068 | | protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { |
| 18069 | | base.OnRowChanged(e); |
| 18070 | | if ((this.VIEW_KOREKTYRowChanged != null)) { |
| 18071 | | this.VIEW_KOREKTYRowChanged(this, new VIEW_KOREKTYRowChangeEvent(((VIEW_KOREKTYRow)(e.Row)), e.Action)); |
| 18072 | | } |
| 18073 | | } |
| 18074 | | |
| 18075 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 18076 | | protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { |
| 18077 | | base.OnRowChanging(e); |
| 18078 | | if ((this.VIEW_KOREKTYRowChanging != null)) { |
| 18079 | | this.VIEW_KOREKTYRowChanging(this, new VIEW_KOREKTYRowChangeEvent(((VIEW_KOREKTYRow)(e.Row)), e.Action)); |
| 18080 | | } |
| 18081 | | } |
| 18082 | | |
| 18083 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 18084 | | protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { |
| 18085 | | base.OnRowDeleted(e); |
| 18086 | | if ((this.VIEW_KOREKTYRowDeleted != null)) { |
| 18087 | | this.VIEW_KOREKTYRowDeleted(this, new VIEW_KOREKTYRowChangeEvent(((VIEW_KOREKTYRow)(e.Row)), e.Action)); |
| 18088 | | } |
| 18089 | | } |
| 18090 | | |
| 18091 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 18092 | | protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { |
| 18093 | | base.OnRowDeleting(e); |
| 18094 | | if ((this.VIEW_KOREKTYRowDeleting != null)) { |
| 18095 | | this.VIEW_KOREKTYRowDeleting(this, new VIEW_KOREKTYRowChangeEvent(((VIEW_KOREKTYRow)(e.Row)), e.Action)); |
| 18096 | | } |
| 18097 | | } |
| 18098 | | |
| 18099 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 18100 | | public void RemoveVIEW_KOREKTYRow(VIEW_KOREKTYRow row) { |
| 18101 | | this.Rows.Remove(row); |
| 18102 | | } |
| 18103 | | |
| 18104 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 18105 | | public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { |
| 18106 | | global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); |
| 18107 | | global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); |
| 18108 | | REKLAMADataSet ds = new REKLAMADataSet(); |
| 18109 | | global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); |
| 18110 | | any1.Namespace = "http://www.w3.org/2001/XMLSchema"; |
| 18111 | | any1.MinOccurs = new decimal(0); |
| 18112 | | any1.MaxOccurs = decimal.MaxValue; |
| 18113 | | any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; |
| 18114 | | sequence.Items.Add(any1); |
| 18115 | | global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); |
| 18116 | | any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; |
| 18117 | | any2.MinOccurs = new decimal(1); |
| 18118 | | any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; |
| 18119 | | sequence.Items.Add(any2); |
| 18120 | | global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); |
| 18121 | | attribute1.Name = "namespace"; |
| 18122 | | attribute1.FixedValue = ds.Namespace; |
| 18123 | | type.Attributes.Add(attribute1); |
| 18124 | | global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); |
| 18125 | | attribute2.Name = "tableTypeName"; |
| 18126 | | attribute2.FixedValue = "VIEW_KOREKTYDataTable"; |
| 18127 | | type.Attributes.Add(attribute2); |
| 18128 | | type.Particle = sequence; |
| 18129 | | global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); |
| 18130 | | if (xs.Contains(dsSchema.TargetNamespace)) { |
| 18131 | | global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); |
| 18132 | | global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); |
| 18133 | | try { |
| 18134 | | global::System.Xml.Schema.XmlSchema schema = null; |
| 18135 | | dsSchema.Write(s1); |
| 18136 | | for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { |
| 18137 | | schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); |
| 18138 | | s2.SetLength(0); |
| 18139 | | schema.Write(s2); |
| 18140 | | if ((s1.Length == s2.Length)) { |
| 18141 | | s1.Position = 0; |
| 18142 | | s2.Position = 0; |
| 18143 | | for (; ((s1.Position != s1.Length) |
| 18144 | | && (s1.ReadByte() == s2.ReadByte())); ) { |
| 18145 | | ; |
| 18146 | | } |
| 18147 | | if ((s1.Position == s1.Length)) { |
| 18148 | | return type; |
| 18149 | | } |
| 18150 | | } |
| 18151 | | } |
| 18152 | | } |
| 18153 | | finally { |
| 18154 | | if ((s1 != null)) { |
| 18155 | | s1.Close(); |
| 18156 | | } |
| 18157 | | if ((s2 != null)) { |
| 18158 | | s2.Close(); |
| 18159 | | } |
| 18160 | | } |
| 18161 | | } |
| 18162 | | xs.Add(dsSchema); |
| 18163 | | return type; |
| 18164 | | } |
| 18165 | | } |
| 18166 | | |
| 18167 | | /// <summary> |
| 18168 | | ///Represents the strongly named DataTable class. |
| 18169 | | ///</summary> |
| 18170 | | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] |
| 18171 | | [global::System.Serializable()] |
| 18172 | | [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] |
| | 17821 | ///Represents the strongly named DataTable class. |
| | 17822 | ///</summary> |
| | 17823 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] |
| | 17824 | [global::System.Serializable()] |
| | 17825 | [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] |
| | 17826 | public partial class VIEW_KOREKTYDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { |
| | 17827 | |
| | 17828 | private global::System.Data.DataColumn columnID_FAKTURY; |
| | 17829 | |
| | 17830 | private global::System.Data.DataColumn columnCustomerId; |
| | 17831 | |
| | 17832 | private global::System.Data.DataColumn columnId_Agencji; |
| | 17833 | |
| | 17834 | private global::System.Data.DataColumn columnkodKlienta; |
| | 17835 | |
| | 17836 | private global::System.Data.DataColumn columnNUMER; |
| | 17837 | |
| | 17838 | private global::System.Data.DataColumn columnNUMER_ROZ; |
| | 17839 | |
| | 17840 | private global::System.Data.DataColumn columnNUMER_ROK; |
| | 17841 | |
| | 17842 | private global::System.Data.DataColumn columnnetto; |
| | 17843 | |
| | 17844 | private global::System.Data.DataColumn columnS_VAT; |
| | 17845 | |
| | 17846 | private global::System.Data.DataColumn columnvat; |
| | 17847 | |
| | 17848 | private global::System.Data.DataColumn columnbrutto; |
| | 17849 | |
| | 17850 | private global::System.Data.DataColumn columnsuma_zaplat; |
| | 17851 | |
| | 17852 | private global::System.Data.DataColumn columnDATA_WYSTAWIENIA; |
| | 17853 | |
| | 17854 | private global::System.Data.DataColumn columnDATA_SPRZEDAZY; |
| | 17855 | |
| | 17856 | private global::System.Data.DataColumn columnTERMIN_ZAPLATY; |
| | 17857 | |
| | 17858 | private global::System.Data.DataColumn columnzaplata_data; |
| | 17859 | |
| | 17860 | private global::System.Data.DataColumn columnzaplata_opis; |
| | 17861 | |
| | 17862 | private global::System.Data.DataColumn columnidZamowienia; |
| | 17863 | |
| | 17864 | private global::System.Data.DataColumn columnidFakturyKorekta; |
| | 17865 | |
| | 17866 | private global::System.Data.DataColumn columnNR_FAKTURY_KOREKTY; |
| | 17867 | |
| | 17868 | private global::System.Data.DataColumn columnNUMER_F; |
| | 17869 | |
| | 17870 | private global::System.Data.DataColumn columnNUMER_ROZ_F; |
| | 17871 | |
| | 17872 | private global::System.Data.DataColumn columnNUMER_ROK_F; |
| | 17873 | |
| | 17874 | private global::System.Data.DataColumn columnnetto_F; |
| | 17875 | |
| | 17876 | private global::System.Data.DataColumn columnbrutto_F; |
| | 17877 | |
| | 17878 | private global::System.Data.DataColumn columnvat_F; |
| | 17879 | |
| | 17880 | private global::System.Data.DataColumn columnsuma_zapłat_F; |
| | 17881 | |
| | 17882 | private global::System.Data.DataColumn columndata_wystawienia_F; |
| | 17883 | |
| | 17884 | private global::System.Data.DataColumn columnNR_FAKTURY; |
| | 17885 | |
| | 17886 | private global::System.Data.DataColumn columnroznica_netto; |
| | 17887 | |
| | 17888 | private global::System.Data.DataColumn columnroznica_vat; |
| | 17889 | |
| | 17890 | private global::System.Data.DataColumn columnroznica_brutto; |
| | 17891 | |
| | 17892 | private global::System.Data.DataColumn columnagencja; |
| | 17893 | |
| | 17894 | private global::System.Data.DataColumn columnagent; |
| | 17895 | |
| | 17896 | private global::System.Data.DataColumn columnwaluta_roznica_brutto; |
| | 17897 | |
| | 17898 | private global::System.Data.DataColumn columnwaluta_miano; |
| | 17899 | |
| | 17900 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 17901 | public VIEW_KOREKTYDataTable() { |
| | 17902 | this.TableName = "VIEW_KOREKTY"; |
| | 17903 | this.BeginInit(); |
| | 17904 | this.InitClass(); |
| | 17905 | this.EndInit(); |
| | 17906 | } |
| | 17907 | |
| | 17908 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 17909 | internal VIEW_KOREKTYDataTable(global::System.Data.DataTable table) { |
| | 17910 | this.TableName = table.TableName; |
| | 17911 | if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { |
| | 17912 | this.CaseSensitive = table.CaseSensitive; |
| | 17913 | } |
| | 17914 | if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { |
| | 17915 | this.Locale = table.Locale; |
| | 17916 | } |
| | 17917 | if ((table.Namespace != table.DataSet.Namespace)) { |
| | 17918 | this.Namespace = table.Namespace; |
| | 17919 | } |
| | 17920 | this.Prefix = table.Prefix; |
| | 17921 | this.MinimumCapacity = table.MinimumCapacity; |
| | 17922 | } |
| | 17923 | |
| | 17924 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 17925 | protected VIEW_KOREKTYDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : |
| | 17926 | base(info, context) { |
| | 17927 | this.InitVars(); |
| | 17928 | } |
| | 17929 | |
| | 17930 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 17931 | public global::System.Data.DataColumn ID_FAKTURYColumn { |
| | 17932 | get { |
| | 17933 | return this.columnID_FAKTURY; |
| | 17934 | } |
| | 17935 | } |
| | 17936 | |
| | 17937 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 17938 | public global::System.Data.DataColumn CustomerIdColumn { |
| | 17939 | get { |
| | 17940 | return this.columnCustomerId; |
| | 17941 | } |
| | 17942 | } |
| | 17943 | |
| | 17944 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 17945 | public global::System.Data.DataColumn Id_AgencjiColumn { |
| | 17946 | get { |
| | 17947 | return this.columnId_Agencji; |
| | 17948 | } |
| | 17949 | } |
| | 17950 | |
| | 17951 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 17952 | public global::System.Data.DataColumn kodKlientaColumn { |
| | 17953 | get { |
| | 17954 | return this.columnkodKlienta; |
| | 17955 | } |
| | 17956 | } |
| | 17957 | |
| | 17958 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 17959 | public global::System.Data.DataColumn NUMERColumn { |
| | 17960 | get { |
| | 17961 | return this.columnNUMER; |
| | 17962 | } |
| | 17963 | } |
| | 17964 | |
| | 17965 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 17966 | public global::System.Data.DataColumn NUMER_ROZColumn { |
| | 17967 | get { |
| | 17968 | return this.columnNUMER_ROZ; |
| | 17969 | } |
| | 17970 | } |
| | 17971 | |
| | 17972 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 17973 | public global::System.Data.DataColumn NUMER_ROKColumn { |
| | 17974 | get { |
| | 17975 | return this.columnNUMER_ROK; |
| | 17976 | } |
| | 17977 | } |
| | 17978 | |
| | 17979 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 17980 | public global::System.Data.DataColumn nettoColumn { |
| | 17981 | get { |
| | 17982 | return this.columnnetto; |
| | 17983 | } |
| | 17984 | } |
| | 17985 | |
| | 17986 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 17987 | public global::System.Data.DataColumn S_VATColumn { |
| | 17988 | get { |
| | 17989 | return this.columnS_VAT; |
| | 17990 | } |
| | 17991 | } |
| | 17992 | |
| | 17993 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 17994 | public global::System.Data.DataColumn vatColumn { |
| | 17995 | get { |
| | 17996 | return this.columnvat; |
| | 17997 | } |
| | 17998 | } |
| | 17999 | |
| | 18000 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18001 | public global::System.Data.DataColumn bruttoColumn { |
| | 18002 | get { |
| | 18003 | return this.columnbrutto; |
| | 18004 | } |
| | 18005 | } |
| | 18006 | |
| | 18007 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18008 | public global::System.Data.DataColumn suma_zaplatColumn { |
| | 18009 | get { |
| | 18010 | return this.columnsuma_zaplat; |
| | 18011 | } |
| | 18012 | } |
| | 18013 | |
| | 18014 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18015 | public global::System.Data.DataColumn DATA_WYSTAWIENIAColumn { |
| | 18016 | get { |
| | 18017 | return this.columnDATA_WYSTAWIENIA; |
| | 18018 | } |
| | 18019 | } |
| | 18020 | |
| | 18021 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18022 | public global::System.Data.DataColumn DATA_SPRZEDAZYColumn { |
| | 18023 | get { |
| | 18024 | return this.columnDATA_SPRZEDAZY; |
| | 18025 | } |
| | 18026 | } |
| | 18027 | |
| | 18028 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18029 | public global::System.Data.DataColumn TERMIN_ZAPLATYColumn { |
| | 18030 | get { |
| | 18031 | return this.columnTERMIN_ZAPLATY; |
| | 18032 | } |
| | 18033 | } |
| | 18034 | |
| | 18035 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18036 | public global::System.Data.DataColumn zaplata_dataColumn { |
| | 18037 | get { |
| | 18038 | return this.columnzaplata_data; |
| | 18039 | } |
| | 18040 | } |
| | 18041 | |
| | 18042 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18043 | public global::System.Data.DataColumn zaplata_opisColumn { |
| | 18044 | get { |
| | 18045 | return this.columnzaplata_opis; |
| | 18046 | } |
| | 18047 | } |
| | 18048 | |
| | 18049 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18050 | public global::System.Data.DataColumn idZamowieniaColumn { |
| | 18051 | get { |
| | 18052 | return this.columnidZamowienia; |
| | 18053 | } |
| | 18054 | } |
| | 18055 | |
| | 18056 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18057 | public global::System.Data.DataColumn idFakturyKorektaColumn { |
| | 18058 | get { |
| | 18059 | return this.columnidFakturyKorekta; |
| | 18060 | } |
| | 18061 | } |
| | 18062 | |
| | 18063 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18064 | public global::System.Data.DataColumn NR_FAKTURY_KOREKTYColumn { |
| | 18065 | get { |
| | 18066 | return this.columnNR_FAKTURY_KOREKTY; |
| | 18067 | } |
| | 18068 | } |
| | 18069 | |
| | 18070 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18071 | public global::System.Data.DataColumn NUMER_FColumn { |
| | 18072 | get { |
| | 18073 | return this.columnNUMER_F; |
| | 18074 | } |
| | 18075 | } |
| | 18076 | |
| | 18077 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18078 | public global::System.Data.DataColumn NUMER_ROZ_FColumn { |
| | 18079 | get { |
| | 18080 | return this.columnNUMER_ROZ_F; |
| | 18081 | } |
| | 18082 | } |
| | 18083 | |
| | 18084 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18085 | public global::System.Data.DataColumn NUMER_ROK_FColumn { |
| | 18086 | get { |
| | 18087 | return this.columnNUMER_ROK_F; |
| | 18088 | } |
| | 18089 | } |
| | 18090 | |
| | 18091 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18092 | public global::System.Data.DataColumn netto_FColumn { |
| | 18093 | get { |
| | 18094 | return this.columnnetto_F; |
| | 18095 | } |
| | 18096 | } |
| | 18097 | |
| | 18098 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18099 | public global::System.Data.DataColumn brutto_FColumn { |
| | 18100 | get { |
| | 18101 | return this.columnbrutto_F; |
| | 18102 | } |
| | 18103 | } |
| | 18104 | |
| | 18105 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18106 | public global::System.Data.DataColumn vat_FColumn { |
| | 18107 | get { |
| | 18108 | return this.columnvat_F; |
| | 18109 | } |
| | 18110 | } |
| | 18111 | |
| | 18112 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18113 | public global::System.Data.DataColumn suma_zapłat_FColumn { |
| | 18114 | get { |
| | 18115 | return this.columnsuma_zapłat_F; |
| | 18116 | } |
| | 18117 | } |
| | 18118 | |
| | 18119 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18120 | public global::System.Data.DataColumn data_wystawienia_FColumn { |
| | 18121 | get { |
| | 18122 | return this.columndata_wystawienia_F; |
| | 18123 | } |
| | 18124 | } |
| | 18125 | |
| | 18126 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18127 | public global::System.Data.DataColumn NR_FAKTURYColumn { |
| | 18128 | get { |
| | 18129 | return this.columnNR_FAKTURY; |
| | 18130 | } |
| | 18131 | } |
| | 18132 | |
| | 18133 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18134 | public global::System.Data.DataColumn roznica_nettoColumn { |
| | 18135 | get { |
| | 18136 | return this.columnroznica_netto; |
| | 18137 | } |
| | 18138 | } |
| | 18139 | |
| | 18140 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18141 | public global::System.Data.DataColumn roznica_vatColumn { |
| | 18142 | get { |
| | 18143 | return this.columnroznica_vat; |
| | 18144 | } |
| | 18145 | } |
| | 18146 | |
| | 18147 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18148 | public global::System.Data.DataColumn roznica_bruttoColumn { |
| | 18149 | get { |
| | 18150 | return this.columnroznica_brutto; |
| | 18151 | } |
| | 18152 | } |
| | 18153 | |
| | 18154 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18155 | public global::System.Data.DataColumn agencjaColumn { |
| | 18156 | get { |
| | 18157 | return this.columnagencja; |
| | 18158 | } |
| | 18159 | } |
| | 18160 | |
| | 18161 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18162 | public global::System.Data.DataColumn agentColumn { |
| | 18163 | get { |
| | 18164 | return this.columnagent; |
| | 18165 | } |
| | 18166 | } |
| | 18167 | |
| | 18168 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18169 | public global::System.Data.DataColumn waluta_roznica_bruttoColumn { |
| | 18170 | get { |
| | 18171 | return this.columnwaluta_roznica_brutto; |
| | 18172 | } |
| | 18173 | } |
| | 18174 | |
| | 18175 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18176 | public global::System.Data.DataColumn waluta_mianoColumn { |
| | 18177 | get { |
| | 18178 | return this.columnwaluta_miano; |
| | 18179 | } |
| | 18180 | } |
| | 18181 | |
| | 18182 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18183 | [global::System.ComponentModel.Browsable(false)] |
| | 18184 | public int Count { |
| | 18185 | get { |
| | 18186 | return this.Rows.Count; |
| | 18187 | } |
| | 18188 | } |
| | 18189 | |
| | 18190 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18191 | public VIEW_KOREKTYRow this[int index] { |
| | 18192 | get { |
| | 18193 | return ((VIEW_KOREKTYRow)(this.Rows[index])); |
| | 18194 | } |
| | 18195 | } |
| | 18196 | |
| | 18197 | public event VIEW_KOREKTYRowChangeEventHandler VIEW_KOREKTYRowChanging; |
| | 18198 | |
| | 18199 | public event VIEW_KOREKTYRowChangeEventHandler VIEW_KOREKTYRowChanged; |
| | 18200 | |
| | 18201 | public event VIEW_KOREKTYRowChangeEventHandler VIEW_KOREKTYRowDeleting; |
| | 18202 | |
| | 18203 | public event VIEW_KOREKTYRowChangeEventHandler VIEW_KOREKTYRowDeleted; |
| | 18204 | |
| | 18205 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18206 | public void AddVIEW_KOREKTYRow(VIEW_KOREKTYRow row) { |
| | 18207 | this.Rows.Add(row); |
| | 18208 | } |
| | 18209 | |
| | 18210 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18211 | public VIEW_KOREKTYRow AddVIEW_KOREKTYRow( |
| | 18212 | int CustomerId, |
| | 18213 | int Id_Agencji, |
| | 18214 | string kodKlienta, |
| | 18215 | int NUMER, |
| | 18216 | string NUMER_ROZ, |
| | 18217 | int NUMER_ROK, |
| | 18218 | decimal netto, |
| | 18219 | double S_VAT, |
| | 18220 | decimal vat, |
| | 18221 | decimal brutto, |
| | 18222 | decimal suma_zaplat, |
| | 18223 | System.DateTime DATA_WYSTAWIENIA, |
| | 18224 | System.DateTime DATA_SPRZEDAZY, |
| | 18225 | System.DateTime TERMIN_ZAPLATY, |
| | 18226 | System.DateTime zaplata_data, |
| | 18227 | string zaplata_opis, |
| | 18228 | int idZamowienia, |
| | 18229 | int idFakturyKorekta, |
| | 18230 | string NR_FAKTURY_KOREKTY, |
| | 18231 | int NUMER_F, |
| | 18232 | string NUMER_ROZ_F, |
| | 18233 | int NUMER_ROK_F, |
| | 18234 | decimal netto_F, |
| | 18235 | decimal brutto_F, |
| | 18236 | decimal vat_F, |
| | 18237 | decimal suma_zapłat_F, |
| | 18238 | System.DateTime data_wystawienia_F, |
| | 18239 | string NR_FAKTURY, |
| | 18240 | decimal roznica_netto, |
| | 18241 | decimal roznica_vat, |
| | 18242 | decimal roznica_brutto, |
| | 18243 | string agencja, |
| | 18244 | string agent, |
| | 18245 | double waluta_roznica_brutto, |
| | 18246 | string waluta_miano) { |
| | 18247 | VIEW_KOREKTYRow rowVIEW_KOREKTYRow = ((VIEW_KOREKTYRow)(this.NewRow())); |
| | 18248 | object[] columnValuesArray = new object[] { |
| | 18249 | null, |
| | 18250 | CustomerId, |
| | 18251 | Id_Agencji, |
| | 18252 | kodKlienta, |
| | 18253 | NUMER, |
| | 18254 | NUMER_ROZ, |
| | 18255 | NUMER_ROK, |
| | 18256 | netto, |
| | 18257 | S_VAT, |
| | 18258 | vat, |
| | 18259 | brutto, |
| | 18260 | suma_zaplat, |
| | 18261 | DATA_WYSTAWIENIA, |
| | 18262 | DATA_SPRZEDAZY, |
| | 18263 | TERMIN_ZAPLATY, |
| | 18264 | zaplata_data, |
| | 18265 | zaplata_opis, |
| | 18266 | idZamowienia, |
| | 18267 | idFakturyKorekta, |
| | 18268 | NR_FAKTURY_KOREKTY, |
| | 18269 | NUMER_F, |
| | 18270 | NUMER_ROZ_F, |
| | 18271 | NUMER_ROK_F, |
| | 18272 | netto_F, |
| | 18273 | brutto_F, |
| | 18274 | vat_F, |
| | 18275 | suma_zapłat_F, |
| | 18276 | data_wystawienia_F, |
| | 18277 | NR_FAKTURY, |
| | 18278 | roznica_netto, |
| | 18279 | roznica_vat, |
| | 18280 | roznica_brutto, |
| | 18281 | agencja, |
| | 18282 | agent, |
| | 18283 | waluta_roznica_brutto, |
| | 18284 | waluta_miano}; |
| | 18285 | rowVIEW_KOREKTYRow.ItemArray = columnValuesArray; |
| | 18286 | this.Rows.Add(rowVIEW_KOREKTYRow); |
| | 18287 | return rowVIEW_KOREKTYRow; |
| | 18288 | } |
| | 18289 | |
| | 18290 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18291 | public virtual global::System.Collections.IEnumerator GetEnumerator() { |
| | 18292 | return this.Rows.GetEnumerator(); |
| | 18293 | } |
| | 18294 | |
| | 18295 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18296 | public override global::System.Data.DataTable Clone() { |
| | 18297 | VIEW_KOREKTYDataTable cln = ((VIEW_KOREKTYDataTable)(base.Clone())); |
| | 18298 | cln.InitVars(); |
| | 18299 | return cln; |
| | 18300 | } |
| | 18301 | |
| | 18302 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18303 | protected override global::System.Data.DataTable CreateInstance() { |
| | 18304 | return new VIEW_KOREKTYDataTable(); |
| | 18305 | } |
| | 18306 | |
| | 18307 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18308 | internal void InitVars() { |
| | 18309 | this.columnID_FAKTURY = base.Columns["ID_FAKTURY"]; |
| | 18310 | this.columnCustomerId = base.Columns["CustomerId"]; |
| | 18311 | this.columnId_Agencji = base.Columns["Id_Agencji"]; |
| | 18312 | this.columnkodKlienta = base.Columns["kodKlienta"]; |
| | 18313 | this.columnNUMER = base.Columns["NUMER"]; |
| | 18314 | this.columnNUMER_ROZ = base.Columns["NUMER_ROZ"]; |
| | 18315 | this.columnNUMER_ROK = base.Columns["NUMER_ROK"]; |
| | 18316 | this.columnnetto = base.Columns["netto"]; |
| | 18317 | this.columnS_VAT = base.Columns["S_VAT"]; |
| | 18318 | this.columnvat = base.Columns["vat"]; |
| | 18319 | this.columnbrutto = base.Columns["brutto"]; |
| | 18320 | this.columnsuma_zaplat = base.Columns["suma_zaplat"]; |
| | 18321 | this.columnDATA_WYSTAWIENIA = base.Columns["DATA_WYSTAWIENIA"]; |
| | 18322 | this.columnDATA_SPRZEDAZY = base.Columns["DATA_SPRZEDAZY"]; |
| | 18323 | this.columnTERMIN_ZAPLATY = base.Columns["TERMIN_ZAPLATY"]; |
| | 18324 | this.columnzaplata_data = base.Columns["zaplata_data"]; |
| | 18325 | this.columnzaplata_opis = base.Columns["zaplata_opis"]; |
| | 18326 | this.columnidZamowienia = base.Columns["idZamowienia"]; |
| | 18327 | this.columnidFakturyKorekta = base.Columns["idFakturyKorekta"]; |
| | 18328 | this.columnNR_FAKTURY_KOREKTY = base.Columns["NR_FAKTURY_KOREKTY"]; |
| | 18329 | this.columnNUMER_F = base.Columns["NUMER_F"]; |
| | 18330 | this.columnNUMER_ROZ_F = base.Columns["NUMER_ROZ_F"]; |
| | 18331 | this.columnNUMER_ROK_F = base.Columns["NUMER_ROK_F"]; |
| | 18332 | this.columnnetto_F = base.Columns["netto_F"]; |
| | 18333 | this.columnbrutto_F = base.Columns["brutto_F"]; |
| | 18334 | this.columnvat_F = base.Columns["vat_F"]; |
| | 18335 | this.columnsuma_zapłat_F = base.Columns["suma_zapłat_F"]; |
| | 18336 | this.columndata_wystawienia_F = base.Columns["data_wystawienia_F"]; |
| | 18337 | this.columnNR_FAKTURY = base.Columns["NR_FAKTURY"]; |
| | 18338 | this.columnroznica_netto = base.Columns["roznica_netto"]; |
| | 18339 | this.columnroznica_vat = base.Columns["roznica_vat"]; |
| | 18340 | this.columnroznica_brutto = base.Columns["roznica_brutto"]; |
| | 18341 | this.columnagencja = base.Columns["agencja"]; |
| | 18342 | this.columnagent = base.Columns["agent"]; |
| | 18343 | this.columnwaluta_roznica_brutto = base.Columns["waluta_roznica_brutto"]; |
| | 18344 | this.columnwaluta_miano = base.Columns["waluta_miano"]; |
| | 18345 | } |
| | 18346 | |
| | 18347 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18348 | private void InitClass() { |
| | 18349 | this.columnID_FAKTURY = new global::System.Data.DataColumn("ID_FAKTURY", typeof(int), null, global::System.Data.MappingType.Element); |
| | 18350 | base.Columns.Add(this.columnID_FAKTURY); |
| | 18351 | this.columnCustomerId = new global::System.Data.DataColumn("CustomerId", typeof(int), null, global::System.Data.MappingType.Element); |
| | 18352 | base.Columns.Add(this.columnCustomerId); |
| | 18353 | this.columnId_Agencji = new global::System.Data.DataColumn("Id_Agencji", typeof(int), null, global::System.Data.MappingType.Element); |
| | 18354 | base.Columns.Add(this.columnId_Agencji); |
| | 18355 | this.columnkodKlienta = new global::System.Data.DataColumn("kodKlienta", typeof(string), null, global::System.Data.MappingType.Element); |
| | 18356 | base.Columns.Add(this.columnkodKlienta); |
| | 18357 | this.columnNUMER = new global::System.Data.DataColumn("NUMER", typeof(int), null, global::System.Data.MappingType.Element); |
| | 18358 | base.Columns.Add(this.columnNUMER); |
| | 18359 | this.columnNUMER_ROZ = new global::System.Data.DataColumn("NUMER_ROZ", typeof(string), null, global::System.Data.MappingType.Element); |
| | 18360 | base.Columns.Add(this.columnNUMER_ROZ); |
| | 18361 | this.columnNUMER_ROK = new global::System.Data.DataColumn("NUMER_ROK", typeof(int), null, global::System.Data.MappingType.Element); |
| | 18362 | base.Columns.Add(this.columnNUMER_ROK); |
| | 18363 | this.columnnetto = new global::System.Data.DataColumn("netto", typeof(decimal), null, global::System.Data.MappingType.Element); |
| | 18364 | base.Columns.Add(this.columnnetto); |
| | 18365 | this.columnS_VAT = new global::System.Data.DataColumn("S_VAT", typeof(double), null, global::System.Data.MappingType.Element); |
| | 18366 | base.Columns.Add(this.columnS_VAT); |
| | 18367 | this.columnvat = new global::System.Data.DataColumn("vat", typeof(decimal), null, global::System.Data.MappingType.Element); |
| | 18368 | base.Columns.Add(this.columnvat); |
| | 18369 | this.columnbrutto = new global::System.Data.DataColumn("brutto", typeof(decimal), null, global::System.Data.MappingType.Element); |
| | 18370 | base.Columns.Add(this.columnbrutto); |
| | 18371 | this.columnsuma_zaplat = new global::System.Data.DataColumn("suma_zaplat", typeof(decimal), null, global::System.Data.MappingType.Element); |
| | 18372 | base.Columns.Add(this.columnsuma_zaplat); |
| | 18373 | this.columnDATA_WYSTAWIENIA = new global::System.Data.DataColumn("DATA_WYSTAWIENIA", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); |
| | 18374 | base.Columns.Add(this.columnDATA_WYSTAWIENIA); |
| | 18375 | this.columnDATA_SPRZEDAZY = new global::System.Data.DataColumn("DATA_SPRZEDAZY", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); |
| | 18376 | base.Columns.Add(this.columnDATA_SPRZEDAZY); |
| | 18377 | this.columnTERMIN_ZAPLATY = new global::System.Data.DataColumn("TERMIN_ZAPLATY", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); |
| | 18378 | base.Columns.Add(this.columnTERMIN_ZAPLATY); |
| | 18379 | this.columnzaplata_data = new global::System.Data.DataColumn("zaplata_data", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); |
| | 18380 | base.Columns.Add(this.columnzaplata_data); |
| | 18381 | this.columnzaplata_opis = new global::System.Data.DataColumn("zaplata_opis", typeof(string), null, global::System.Data.MappingType.Element); |
| | 18382 | base.Columns.Add(this.columnzaplata_opis); |
| | 18383 | this.columnidZamowienia = new global::System.Data.DataColumn("idZamowienia", typeof(int), null, global::System.Data.MappingType.Element); |
| | 18384 | base.Columns.Add(this.columnidZamowienia); |
| | 18385 | this.columnidFakturyKorekta = new global::System.Data.DataColumn("idFakturyKorekta", typeof(int), null, global::System.Data.MappingType.Element); |
| | 18386 | base.Columns.Add(this.columnidFakturyKorekta); |
| | 18387 | this.columnNR_FAKTURY_KOREKTY = new global::System.Data.DataColumn("NR_FAKTURY_KOREKTY", typeof(string), null, global::System.Data.MappingType.Element); |
| | 18388 | base.Columns.Add(this.columnNR_FAKTURY_KOREKTY); |
| | 18389 | this.columnNUMER_F = new global::System.Data.DataColumn("NUMER_F", typeof(int), null, global::System.Data.MappingType.Element); |
| | 18390 | base.Columns.Add(this.columnNUMER_F); |
| | 18391 | this.columnNUMER_ROZ_F = new global::System.Data.DataColumn("NUMER_ROZ_F", typeof(string), null, global::System.Data.MappingType.Element); |
| | 18392 | base.Columns.Add(this.columnNUMER_ROZ_F); |
| | 18393 | this.columnNUMER_ROK_F = new global::System.Data.DataColumn("NUMER_ROK_F", typeof(int), null, global::System.Data.MappingType.Element); |
| | 18394 | base.Columns.Add(this.columnNUMER_ROK_F); |
| | 18395 | this.columnnetto_F = new global::System.Data.DataColumn("netto_F", typeof(decimal), null, global::System.Data.MappingType.Element); |
| | 18396 | base.Columns.Add(this.columnnetto_F); |
| | 18397 | this.columnbrutto_F = new global::System.Data.DataColumn("brutto_F", typeof(decimal), null, global::System.Data.MappingType.Element); |
| | 18398 | base.Columns.Add(this.columnbrutto_F); |
| | 18399 | this.columnvat_F = new global::System.Data.DataColumn("vat_F", typeof(decimal), null, global::System.Data.MappingType.Element); |
| | 18400 | base.Columns.Add(this.columnvat_F); |
| | 18401 | this.columnsuma_zapłat_F = new global::System.Data.DataColumn("suma_zapłat_F", typeof(decimal), null, global::System.Data.MappingType.Element); |
| | 18402 | base.Columns.Add(this.columnsuma_zapłat_F); |
| | 18403 | this.columndata_wystawienia_F = new global::System.Data.DataColumn("data_wystawienia_F", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); |
| | 18404 | base.Columns.Add(this.columndata_wystawienia_F); |
| | 18405 | this.columnNR_FAKTURY = new global::System.Data.DataColumn("NR_FAKTURY", typeof(string), null, global::System.Data.MappingType.Element); |
| | 18406 | base.Columns.Add(this.columnNR_FAKTURY); |
| | 18407 | this.columnroznica_netto = new global::System.Data.DataColumn("roznica_netto", typeof(decimal), null, global::System.Data.MappingType.Element); |
| | 18408 | base.Columns.Add(this.columnroznica_netto); |
| | 18409 | this.columnroznica_vat = new global::System.Data.DataColumn("roznica_vat", typeof(decimal), null, global::System.Data.MappingType.Element); |
| | 18410 | base.Columns.Add(this.columnroznica_vat); |
| | 18411 | this.columnroznica_brutto = new global::System.Data.DataColumn("roznica_brutto", typeof(decimal), null, global::System.Data.MappingType.Element); |
| | 18412 | base.Columns.Add(this.columnroznica_brutto); |
| | 18413 | this.columnagencja = new global::System.Data.DataColumn("agencja", typeof(string), null, global::System.Data.MappingType.Element); |
| | 18414 | base.Columns.Add(this.columnagencja); |
| | 18415 | this.columnagent = new global::System.Data.DataColumn("agent", typeof(string), null, global::System.Data.MappingType.Element); |
| | 18416 | base.Columns.Add(this.columnagent); |
| | 18417 | this.columnwaluta_roznica_brutto = new global::System.Data.DataColumn("waluta_roznica_brutto", typeof(double), null, global::System.Data.MappingType.Element); |
| | 18418 | base.Columns.Add(this.columnwaluta_roznica_brutto); |
| | 18419 | this.columnwaluta_miano = new global::System.Data.DataColumn("waluta_miano", typeof(string), null, global::System.Data.MappingType.Element); |
| | 18420 | base.Columns.Add(this.columnwaluta_miano); |
| | 18421 | this.columnID_FAKTURY.AutoIncrement = true; |
| | 18422 | this.columnID_FAKTURY.AllowDBNull = false; |
| | 18423 | this.columnID_FAKTURY.ReadOnly = true; |
| | 18424 | this.columnkodKlienta.MaxLength = 10; |
| | 18425 | this.columnNUMER_ROZ.MaxLength = 8; |
| | 18426 | this.columnzaplata_opis.MaxLength = 50; |
| | 18427 | this.columnNR_FAKTURY_KOREKTY.ReadOnly = true; |
| | 18428 | this.columnNR_FAKTURY_KOREKTY.MaxLength = 92; |
| | 18429 | this.columnNUMER_ROZ_F.MaxLength = 8; |
| | 18430 | this.columnNR_FAKTURY.ReadOnly = true; |
| | 18431 | this.columnNR_FAKTURY.MaxLength = 92; |
| | 18432 | this.columnroznica_netto.ReadOnly = true; |
| | 18433 | this.columnroznica_vat.ReadOnly = true; |
| | 18434 | this.columnroznica_brutto.ReadOnly = true; |
| | 18435 | this.columnagencja.MaxLength = 50; |
| | 18436 | this.columnagent.MaxLength = 50; |
| | 18437 | this.columnwaluta_roznica_brutto.ReadOnly = true; |
| | 18438 | this.columnwaluta_miano.MaxLength = 4; |
| | 18439 | } |
| | 18440 | |
| | 18441 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18442 | public VIEW_KOREKTYRow NewVIEW_KOREKTYRow() { |
| | 18443 | return ((VIEW_KOREKTYRow)(this.NewRow())); |
| | 18444 | } |
| | 18445 | |
| | 18446 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18447 | protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { |
| | 18448 | return new VIEW_KOREKTYRow(builder); |
| | 18449 | } |
| | 18450 | |
| | 18451 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18452 | protected override global::System.Type GetRowType() { |
| | 18453 | return typeof(VIEW_KOREKTYRow); |
| | 18454 | } |
| | 18455 | |
| | 18456 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18457 | protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { |
| | 18458 | base.OnRowChanged(e); |
| | 18459 | if ((this.VIEW_KOREKTYRowChanged != null)) { |
| | 18460 | this.VIEW_KOREKTYRowChanged(this, new VIEW_KOREKTYRowChangeEvent(((VIEW_KOREKTYRow)(e.Row)), e.Action)); |
| | 18461 | } |
| | 18462 | } |
| | 18463 | |
| | 18464 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18465 | protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { |
| | 18466 | base.OnRowChanging(e); |
| | 18467 | if ((this.VIEW_KOREKTYRowChanging != null)) { |
| | 18468 | this.VIEW_KOREKTYRowChanging(this, new VIEW_KOREKTYRowChangeEvent(((VIEW_KOREKTYRow)(e.Row)), e.Action)); |
| | 18469 | } |
| | 18470 | } |
| | 18471 | |
| | 18472 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18473 | protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { |
| | 18474 | base.OnRowDeleted(e); |
| | 18475 | if ((this.VIEW_KOREKTYRowDeleted != null)) { |
| | 18476 | this.VIEW_KOREKTYRowDeleted(this, new VIEW_KOREKTYRowChangeEvent(((VIEW_KOREKTYRow)(e.Row)), e.Action)); |
| | 18477 | } |
| | 18478 | } |
| | 18479 | |
| | 18480 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18481 | protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { |
| | 18482 | base.OnRowDeleting(e); |
| | 18483 | if ((this.VIEW_KOREKTYRowDeleting != null)) { |
| | 18484 | this.VIEW_KOREKTYRowDeleting(this, new VIEW_KOREKTYRowChangeEvent(((VIEW_KOREKTYRow)(e.Row)), e.Action)); |
| | 18485 | } |
| | 18486 | } |
| | 18487 | |
| | 18488 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18489 | public void RemoveVIEW_KOREKTYRow(VIEW_KOREKTYRow row) { |
| | 18490 | this.Rows.Remove(row); |
| | 18491 | } |
| | 18492 | |
| | 18493 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 18494 | public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { |
| | 18495 | global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); |
| | 18496 | global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); |
| | 18497 | REKLAMADataSet ds = new REKLAMADataSet(); |
| | 18498 | global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); |
| | 18499 | any1.Namespace = "http://www.w3.org/2001/XMLSchema"; |
| | 18500 | any1.MinOccurs = new decimal(0); |
| | 18501 | any1.MaxOccurs = decimal.MaxValue; |
| | 18502 | any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; |
| | 18503 | sequence.Items.Add(any1); |
| | 18504 | global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); |
| | 18505 | any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; |
| | 18506 | any2.MinOccurs = new decimal(1); |
| | 18507 | any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; |
| | 18508 | sequence.Items.Add(any2); |
| | 18509 | global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); |
| | 18510 | attribute1.Name = "namespace"; |
| | 18511 | attribute1.FixedValue = ds.Namespace; |
| | 18512 | type.Attributes.Add(attribute1); |
| | 18513 | global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); |
| | 18514 | attribute2.Name = "tableTypeName"; |
| | 18515 | attribute2.FixedValue = "VIEW_KOREKTYDataTable"; |
| | 18516 | type.Attributes.Add(attribute2); |
| | 18517 | type.Particle = sequence; |
| | 18518 | global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); |
| | 18519 | if (xs.Contains(dsSchema.TargetNamespace)) { |
| | 18520 | global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); |
| | 18521 | global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); |
| | 18522 | try { |
| | 18523 | global::System.Xml.Schema.XmlSchema schema = null; |
| | 18524 | dsSchema.Write(s1); |
| | 18525 | for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { |
| | 18526 | schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); |
| | 18527 | s2.SetLength(0); |
| | 18528 | schema.Write(s2); |
| | 18529 | if ((s1.Length == s2.Length)) { |
| | 18530 | s1.Position = 0; |
| | 18531 | s2.Position = 0; |
| | 18532 | for (; ((s1.Position != s1.Length) |
| | 18533 | && (s1.ReadByte() == s2.ReadByte())); ) { |
| | 18534 | ; |
| | 18535 | } |
| | 18536 | if ((s1.Position == s1.Length)) { |
| | 18537 | return type; |
| | 18538 | } |
| | 18539 | } |
| | 18540 | } |
| | 18541 | } |
| | 18542 | finally { |
| | 18543 | if ((s1 != null)) { |
| | 18544 | s1.Close(); |
| | 18545 | } |
| | 18546 | if ((s2 != null)) { |
| | 18547 | s2.Close(); |
| | 18548 | } |
| | 18549 | } |
| | 18550 | } |
| | 18551 | xs.Add(dsSchema); |
| | 18552 | return type; |
| | 18553 | } |
| | 18554 | } |
| | 18555 | |
| | 18556 | /// <summary> |
| 32457 | | return ((decimal)(this[this.tableVIEW_KOREKTY.nettoColumn])); |
| 32458 | | } |
| 32459 | | catch (global::System.InvalidCastException e) { |
| 32460 | | throw new global::System.Data.StrongTypingException("The value for column \'netto\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32461 | | } |
| 32462 | | } |
| 32463 | | set { |
| 32464 | | this[this.tableVIEW_KOREKTY.nettoColumn] = value; |
| 32465 | | } |
| 32466 | | } |
| 32467 | | |
| 32468 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32469 | | public double s_vat { |
| 32470 | | get { |
| 32471 | | try { |
| 32472 | | return ((double)(this[this.tableVIEW_KOREKTY.s_vatColumn])); |
| 32473 | | } |
| 32474 | | catch (global::System.InvalidCastException e) { |
| 32475 | | throw new global::System.Data.StrongTypingException("The value for column \'s_vat\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32476 | | } |
| 32477 | | } |
| 32478 | | set { |
| 32479 | | this[this.tableVIEW_KOREKTY.s_vatColumn] = value; |
| 32480 | | } |
| 32481 | | } |
| 32482 | | |
| 32483 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32484 | | public decimal vat { |
| 32485 | | get { |
| 32486 | | try { |
| 32487 | | return ((decimal)(this[this.tableVIEW_KOREKTY.vatColumn])); |
| 32488 | | } |
| 32489 | | catch (global::System.InvalidCastException e) { |
| 32490 | | throw new global::System.Data.StrongTypingException("The value for column \'vat\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32491 | | } |
| 32492 | | } |
| 32493 | | set { |
| 32494 | | this[this.tableVIEW_KOREKTY.vatColumn] = value; |
| 32495 | | } |
| 32496 | | } |
| 32497 | | |
| 32498 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32499 | | public decimal brutto { |
| 32500 | | get { |
| 32501 | | try { |
| 32502 | | return ((decimal)(this[this.tableVIEW_KOREKTY.bruttoColumn])); |
| 32503 | | } |
| 32504 | | catch (global::System.InvalidCastException e) { |
| 32505 | | throw new global::System.Data.StrongTypingException("The value for column \'brutto\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32506 | | } |
| 32507 | | } |
| 32508 | | set { |
| 32509 | | this[this.tableVIEW_KOREKTY.bruttoColumn] = value; |
| 32510 | | } |
| 32511 | | } |
| 32512 | | |
| 32513 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32514 | | public decimal suma_zaplat { |
| 32515 | | get { |
| 32516 | | try { |
| 32517 | | return ((decimal)(this[this.tableVIEW_KOREKTY.suma_zaplatColumn])); |
| 32518 | | } |
| 32519 | | catch (global::System.InvalidCastException e) { |
| 32520 | | throw new global::System.Data.StrongTypingException("The value for column \'suma_zaplat\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32521 | | } |
| 32522 | | } |
| 32523 | | set { |
| 32524 | | this[this.tableVIEW_KOREKTY.suma_zaplatColumn] = value; |
| 32525 | | } |
| 32526 | | } |
| 32527 | | |
| 32528 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32529 | | public System.DateTime DATA_WYSTAWIENIA { |
| 32530 | | get { |
| 32531 | | try { |
| 32532 | | return ((global::System.DateTime)(this[this.tableVIEW_KOREKTY.DATA_WYSTAWIENIAColumn])); |
| 32533 | | } |
| 32534 | | catch (global::System.InvalidCastException e) { |
| 32535 | | throw new global::System.Data.StrongTypingException("The value for column \'DATA_WYSTAWIENIA\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32536 | | } |
| 32537 | | } |
| 32538 | | set { |
| 32539 | | this[this.tableVIEW_KOREKTY.DATA_WYSTAWIENIAColumn] = value; |
| 32540 | | } |
| 32541 | | } |
| 32542 | | |
| 32543 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32544 | | public System.DateTime DATA_SPRZEDAZY { |
| 32545 | | get { |
| 32546 | | try { |
| 32547 | | return ((global::System.DateTime)(this[this.tableVIEW_KOREKTY.DATA_SPRZEDAZYColumn])); |
| 32548 | | } |
| 32549 | | catch (global::System.InvalidCastException e) { |
| 32550 | | throw new global::System.Data.StrongTypingException("The value for column \'DATA_SPRZEDAZY\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32551 | | } |
| 32552 | | } |
| 32553 | | set { |
| 32554 | | this[this.tableVIEW_KOREKTY.DATA_SPRZEDAZYColumn] = value; |
| 32555 | | } |
| 32556 | | } |
| 32557 | | |
| 32558 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32559 | | public System.DateTime TERMIN_ZAPLATY { |
| 32560 | | get { |
| 32561 | | try { |
| 32562 | | return ((global::System.DateTime)(this[this.tableVIEW_KOREKTY.TERMIN_ZAPLATYColumn])); |
| 32563 | | } |
| 32564 | | catch (global::System.InvalidCastException e) { |
| 32565 | | throw new global::System.Data.StrongTypingException("The value for column \'TERMIN_ZAPLATY\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32566 | | } |
| 32567 | | } |
| 32568 | | set { |
| 32569 | | this[this.tableVIEW_KOREKTY.TERMIN_ZAPLATYColumn] = value; |
| 32570 | | } |
| 32571 | | } |
| 32572 | | |
| 32573 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32574 | | public System.DateTime zaplata_data { |
| 32575 | | get { |
| 32576 | | try { |
| 32577 | | return ((global::System.DateTime)(this[this.tableVIEW_KOREKTY.zaplata_dataColumn])); |
| 32578 | | } |
| 32579 | | catch (global::System.InvalidCastException e) { |
| 32580 | | throw new global::System.Data.StrongTypingException("The value for column \'zaplata_data\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32581 | | } |
| 32582 | | } |
| 32583 | | set { |
| 32584 | | this[this.tableVIEW_KOREKTY.zaplata_dataColumn] = value; |
| 32585 | | } |
| 32586 | | } |
| 32587 | | |
| 32588 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32589 | | public string zaplata_opis { |
| 32590 | | get { |
| 32591 | | try { |
| 32592 | | return ((string)(this[this.tableVIEW_KOREKTY.zaplata_opisColumn])); |
| 32593 | | } |
| 32594 | | catch (global::System.InvalidCastException e) { |
| 32595 | | throw new global::System.Data.StrongTypingException("The value for column \'zaplata_opis\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32596 | | } |
| 32597 | | } |
| 32598 | | set { |
| 32599 | | this[this.tableVIEW_KOREKTY.zaplata_opisColumn] = value; |
| 32600 | | } |
| 32601 | | } |
| 32602 | | |
| 32603 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32604 | | public int idZamowienia { |
| 32605 | | get { |
| 32606 | | try { |
| 32607 | | return ((int)(this[this.tableVIEW_KOREKTY.idZamowieniaColumn])); |
| 32608 | | } |
| 32609 | | catch (global::System.InvalidCastException e) { |
| 32610 | | throw new global::System.Data.StrongTypingException("The value for column \'idZamowienia\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32611 | | } |
| 32612 | | } |
| 32613 | | set { |
| 32614 | | this[this.tableVIEW_KOREKTY.idZamowieniaColumn] = value; |
| 32615 | | } |
| 32616 | | } |
| 32617 | | |
| 32618 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32619 | | public byte KOREKTA { |
| 32620 | | get { |
| 32621 | | return ((byte)(this[this.tableVIEW_KOREKTY.KOREKTAColumn])); |
| 32622 | | } |
| 32623 | | set { |
| 32624 | | this[this.tableVIEW_KOREKTY.KOREKTAColumn] = value; |
| 32625 | | } |
| 32626 | | } |
| 32627 | | |
| 32628 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32629 | | public int idFakturyKorekta { |
| 32630 | | get { |
| 32631 | | try { |
| 32632 | | return ((int)(this[this.tableVIEW_KOREKTY.idFakturyKorektaColumn])); |
| 32633 | | } |
| 32634 | | catch (global::System.InvalidCastException e) { |
| 32635 | | throw new global::System.Data.StrongTypingException("The value for column \'idFakturyKorekta\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32636 | | } |
| 32637 | | } |
| 32638 | | set { |
| 32639 | | this[this.tableVIEW_KOREKTY.idFakturyKorektaColumn] = value; |
| 32640 | | } |
| 32641 | | } |
| 32642 | | |
| 32643 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32644 | | public string NR_FAKTURY_KOREKTY { |
| 32645 | | get { |
| 32646 | | try { |
| 32647 | | return ((string)(this[this.tableVIEW_KOREKTY.NR_FAKTURY_KOREKTYColumn])); |
| 32648 | | } |
| 32649 | | catch (global::System.InvalidCastException e) { |
| 32650 | | throw new global::System.Data.StrongTypingException("The value for column \'NR_FAKTURY_KOREKTY\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32651 | | } |
| 32652 | | } |
| 32653 | | set { |
| 32654 | | this[this.tableVIEW_KOREKTY.NR_FAKTURY_KOREKTYColumn] = value; |
| 32655 | | } |
| 32656 | | } |
| 32657 | | |
| 32658 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32659 | | public int NUMER_F { |
| 32660 | | get { |
| 32661 | | try { |
| 32662 | | return ((int)(this[this.tableVIEW_KOREKTY.NUMER_FColumn])); |
| 32663 | | } |
| 32664 | | catch (global::System.InvalidCastException e) { |
| 32665 | | throw new global::System.Data.StrongTypingException("The value for column \'NUMER_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32666 | | } |
| 32667 | | } |
| 32668 | | set { |
| 32669 | | this[this.tableVIEW_KOREKTY.NUMER_FColumn] = value; |
| 32670 | | } |
| 32671 | | } |
| 32672 | | |
| 32673 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32674 | | public string NUMER_ROZ_F { |
| 32675 | | get { |
| 32676 | | try { |
| 32677 | | return ((string)(this[this.tableVIEW_KOREKTY.NUMER_ROZ_FColumn])); |
| 32678 | | } |
| 32679 | | catch (global::System.InvalidCastException e) { |
| 32680 | | throw new global::System.Data.StrongTypingException("The value for column \'NUMER_ROZ_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32681 | | } |
| 32682 | | } |
| 32683 | | set { |
| 32684 | | this[this.tableVIEW_KOREKTY.NUMER_ROZ_FColumn] = value; |
| 32685 | | } |
| 32686 | | } |
| 32687 | | |
| 32688 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32689 | | public int NUMER_ROK_F { |
| 32690 | | get { |
| 32691 | | try { |
| 32692 | | return ((int)(this[this.tableVIEW_KOREKTY.NUMER_ROK_FColumn])); |
| 32693 | | } |
| 32694 | | catch (global::System.InvalidCastException e) { |
| 32695 | | throw new global::System.Data.StrongTypingException("The value for column \'NUMER_ROK_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32696 | | } |
| 32697 | | } |
| 32698 | | set { |
| 32699 | | this[this.tableVIEW_KOREKTY.NUMER_ROK_FColumn] = value; |
| 32700 | | } |
| 32701 | | } |
| 32702 | | |
| 32703 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32704 | | public decimal netto_F { |
| 32705 | | get { |
| 32706 | | try { |
| 32707 | | return ((decimal)(this[this.tableVIEW_KOREKTY.netto_FColumn])); |
| 32708 | | } |
| 32709 | | catch (global::System.InvalidCastException e) { |
| 32710 | | throw new global::System.Data.StrongTypingException("The value for column \'netto_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32711 | | } |
| 32712 | | } |
| 32713 | | set { |
| 32714 | | this[this.tableVIEW_KOREKTY.netto_FColumn] = value; |
| 32715 | | } |
| 32716 | | } |
| 32717 | | |
| 32718 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32719 | | public decimal brutto_F { |
| 32720 | | get { |
| 32721 | | try { |
| 32722 | | return ((decimal)(this[this.tableVIEW_KOREKTY.brutto_FColumn])); |
| 32723 | | } |
| 32724 | | catch (global::System.InvalidCastException e) { |
| 32725 | | throw new global::System.Data.StrongTypingException("The value for column \'brutto_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32726 | | } |
| 32727 | | } |
| 32728 | | set { |
| 32729 | | this[this.tableVIEW_KOREKTY.brutto_FColumn] = value; |
| 32730 | | } |
| 32731 | | } |
| 32732 | | |
| 32733 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32734 | | public decimal vat_F { |
| 32735 | | get { |
| 32736 | | try { |
| 32737 | | return ((decimal)(this[this.tableVIEW_KOREKTY.vat_FColumn])); |
| 32738 | | } |
| 32739 | | catch (global::System.InvalidCastException e) { |
| 32740 | | throw new global::System.Data.StrongTypingException("The value for column \'vat_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32741 | | } |
| 32742 | | } |
| 32743 | | set { |
| 32744 | | this[this.tableVIEW_KOREKTY.vat_FColumn] = value; |
| 32745 | | } |
| 32746 | | } |
| 32747 | | |
| 32748 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32749 | | public decimal suma_zapłat_F { |
| 32750 | | get { |
| 32751 | | try { |
| 32752 | | return ((decimal)(this[this.tableVIEW_KOREKTY.suma_zapłat_FColumn])); |
| 32753 | | } |
| 32754 | | catch (global::System.InvalidCastException e) { |
| 32755 | | throw new global::System.Data.StrongTypingException("The value for column \'suma_zapłat_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32756 | | } |
| 32757 | | } |
| 32758 | | set { |
| 32759 | | this[this.tableVIEW_KOREKTY.suma_zapłat_FColumn] = value; |
| 32760 | | } |
| 32761 | | } |
| 32762 | | |
| 32763 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32764 | | public System.DateTime data_wystawienia_F { |
| 32765 | | get { |
| 32766 | | try { |
| 32767 | | return ((global::System.DateTime)(this[this.tableVIEW_KOREKTY.data_wystawienia_FColumn])); |
| 32768 | | } |
| 32769 | | catch (global::System.InvalidCastException e) { |
| 32770 | | throw new global::System.Data.StrongTypingException("The value for column \'data_wystawienia_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32771 | | } |
| 32772 | | } |
| 32773 | | set { |
| 32774 | | this[this.tableVIEW_KOREKTY.data_wystawienia_FColumn] = value; |
| 32775 | | } |
| 32776 | | } |
| 32777 | | |
| 32778 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32779 | | public string NR_FAKTURY { |
| 32780 | | get { |
| 32781 | | try { |
| 32782 | | return ((string)(this[this.tableVIEW_KOREKTY.NR_FAKTURYColumn])); |
| 32783 | | } |
| 32784 | | catch (global::System.InvalidCastException e) { |
| 32785 | | throw new global::System.Data.StrongTypingException("The value for column \'NR_FAKTURY\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32786 | | } |
| 32787 | | } |
| 32788 | | set { |
| 32789 | | this[this.tableVIEW_KOREKTY.NR_FAKTURYColumn] = value; |
| 32790 | | } |
| 32791 | | } |
| 32792 | | |
| 32793 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32794 | | public decimal roznica_netto { |
| 32795 | | get { |
| 32796 | | try { |
| 32797 | | return ((decimal)(this[this.tableVIEW_KOREKTY.roznica_nettoColumn])); |
| 32798 | | } |
| 32799 | | catch (global::System.InvalidCastException e) { |
| 32800 | | throw new global::System.Data.StrongTypingException("The value for column \'roznica_netto\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32801 | | } |
| 32802 | | } |
| 32803 | | set { |
| 32804 | | this[this.tableVIEW_KOREKTY.roznica_nettoColumn] = value; |
| 32805 | | } |
| 32806 | | } |
| 32807 | | |
| 32808 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32809 | | public decimal roznica_vat { |
| 32810 | | get { |
| 32811 | | try { |
| 32812 | | return ((decimal)(this[this.tableVIEW_KOREKTY.roznica_vatColumn])); |
| 32813 | | } |
| 32814 | | catch (global::System.InvalidCastException e) { |
| 32815 | | throw new global::System.Data.StrongTypingException("The value for column \'roznica_vat\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32816 | | } |
| 32817 | | } |
| 32818 | | set { |
| 32819 | | this[this.tableVIEW_KOREKTY.roznica_vatColumn] = value; |
| 32820 | | } |
| 32821 | | } |
| 32822 | | |
| 32823 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32824 | | public decimal roznica_brutto { |
| 32825 | | get { |
| 32826 | | try { |
| 32827 | | return ((decimal)(this[this.tableVIEW_KOREKTY.roznica_bruttoColumn])); |
| 32828 | | } |
| 32829 | | catch (global::System.InvalidCastException e) { |
| 32830 | | throw new global::System.Data.StrongTypingException("The value for column \'roznica_brutto\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32831 | | } |
| 32832 | | } |
| 32833 | | set { |
| 32834 | | this[this.tableVIEW_KOREKTY.roznica_bruttoColumn] = value; |
| 32835 | | } |
| 32836 | | } |
| 32837 | | |
| 32838 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32839 | | public string kodKlienta { |
| 32840 | | get { |
| 32841 | | try { |
| 32842 | | return ((string)(this[this.tableVIEW_KOREKTY.kodKlientaColumn])); |
| 32843 | | } |
| 32844 | | catch (global::System.InvalidCastException e) { |
| 32845 | | throw new global::System.Data.StrongTypingException("The value for column \'kodKlienta\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32846 | | } |
| 32847 | | } |
| 32848 | | set { |
| 32849 | | this[this.tableVIEW_KOREKTY.kodKlientaColumn] = value; |
| 32850 | | } |
| 32851 | | } |
| 32852 | | |
| 32853 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32854 | | public string agencja { |
| 32855 | | get { |
| 32856 | | try { |
| 32857 | | return ((string)(this[this.tableVIEW_KOREKTY.agencjaColumn])); |
| 32858 | | } |
| 32859 | | catch (global::System.InvalidCastException e) { |
| 32860 | | throw new global::System.Data.StrongTypingException("The value for column \'agencja\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32861 | | } |
| 32862 | | } |
| 32863 | | set { |
| 32864 | | this[this.tableVIEW_KOREKTY.agencjaColumn] = value; |
| 32865 | | } |
| 32866 | | } |
| 32867 | | |
| 32868 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32869 | | public string agent { |
| 32870 | | get { |
| 32871 | | try { |
| 32872 | | return ((string)(this[this.tableVIEW_KOREKTY.agentColumn])); |
| 32873 | | } |
| 32874 | | catch (global::System.InvalidCastException e) { |
| 32875 | | throw new global::System.Data.StrongTypingException("The value for column \'agent\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| 32876 | | } |
| 32877 | | } |
| 32878 | | set { |
| 32879 | | this[this.tableVIEW_KOREKTY.agentColumn] = value; |
| 32880 | | } |
| 32881 | | } |
| 32882 | | |
| 32883 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32884 | | public bool IsCustomerIdNull() { |
| 32885 | | return this.IsNull(this.tableVIEW_KOREKTY.CustomerIdColumn); |
| 32886 | | } |
| 32887 | | |
| 32888 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32889 | | public void SetCustomerIdNull() { |
| 32890 | | this[this.tableVIEW_KOREKTY.CustomerIdColumn] = global::System.Convert.DBNull; |
| 32891 | | } |
| 32892 | | |
| 32893 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32894 | | public bool IsId_AgencjiNull() { |
| 32895 | | return this.IsNull(this.tableVIEW_KOREKTY.Id_AgencjiColumn); |
| 32896 | | } |
| 32897 | | |
| 32898 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32899 | | public void SetId_AgencjiNull() { |
| 32900 | | this[this.tableVIEW_KOREKTY.Id_AgencjiColumn] = global::System.Convert.DBNull; |
| 32901 | | } |
| 32902 | | |
| 32903 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32904 | | public bool IsNUMERNull() { |
| 32905 | | return this.IsNull(this.tableVIEW_KOREKTY.NUMERColumn); |
| 32906 | | } |
| 32907 | | |
| 32908 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32909 | | public void SetNUMERNull() { |
| 32910 | | this[this.tableVIEW_KOREKTY.NUMERColumn] = global::System.Convert.DBNull; |
| 32911 | | } |
| 32912 | | |
| 32913 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32914 | | public bool IsNUMER_ROZNull() { |
| 32915 | | return this.IsNull(this.tableVIEW_KOREKTY.NUMER_ROZColumn); |
| 32916 | | } |
| 32917 | | |
| 32918 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32919 | | public void SetNUMER_ROZNull() { |
| 32920 | | this[this.tableVIEW_KOREKTY.NUMER_ROZColumn] = global::System.Convert.DBNull; |
| 32921 | | } |
| 32922 | | |
| 32923 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32924 | | public bool IsNUMER_ROKNull() { |
| 32925 | | return this.IsNull(this.tableVIEW_KOREKTY.NUMER_ROKColumn); |
| 32926 | | } |
| 32927 | | |
| 32928 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32929 | | public void SetNUMER_ROKNull() { |
| 32930 | | this[this.tableVIEW_KOREKTY.NUMER_ROKColumn] = global::System.Convert.DBNull; |
| | 32472 | return ((decimal)(this[this.tablePROWIZJE.nettoColumn])); |
| | 32473 | } |
| | 32474 | catch (global::System.InvalidCastException e) { |
| | 32475 | throw new global::System.Data.StrongTypingException("The value for column \'netto\' in table \'PROWIZJE\' is DBNull.", e); |
| | 32476 | } |
| | 32477 | } |
| | 32478 | set { |
| | 32479 | this[this.tablePROWIZJE.nettoColumn] = value; |
| | 32480 | } |
| | 32481 | } |
| | 32482 | |
| | 32483 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32484 | public string nrFakturyKorygowanej { |
| | 32485 | get { |
| | 32486 | try { |
| | 32487 | return ((string)(this[this.tablePROWIZJE.nrFakturyKorygowanejColumn])); |
| | 32488 | } |
| | 32489 | catch (global::System.InvalidCastException e) { |
| | 32490 | throw new global::System.Data.StrongTypingException("The value for column \'nrFakturyKorygowanej\' in table \'PROWIZJE\' is DBNull.", e); |
| | 32491 | } |
| | 32492 | } |
| | 32493 | set { |
| | 32494 | this[this.tablePROWIZJE.nrFakturyKorygowanejColumn] = value; |
| | 32495 | } |
| | 32496 | } |
| | 32497 | |
| | 32498 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32499 | public double procentProwizji { |
| | 32500 | get { |
| | 32501 | try { |
| | 32502 | return ((double)(this[this.tablePROWIZJE.procentProwizjiColumn])); |
| | 32503 | } |
| | 32504 | catch (global::System.InvalidCastException e) { |
| | 32505 | throw new global::System.Data.StrongTypingException("The value for column \'procentProwizji\' in table \'PROWIZJE\' is DBNull.", e); |
| | 32506 | } |
| | 32507 | } |
| | 32508 | set { |
| | 32509 | this[this.tablePROWIZJE.procentProwizjiColumn] = value; |
| | 32510 | } |
| | 32511 | } |
| | 32512 | |
| | 32513 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32514 | public bool ZP { |
| | 32515 | get { |
| | 32516 | try { |
| | 32517 | return ((bool)(this[this.tablePROWIZJE.ZPColumn])); |
| | 32518 | } |
| | 32519 | catch (global::System.InvalidCastException e) { |
| | 32520 | throw new global::System.Data.StrongTypingException("The value for column \'ZP\' in table \'PROWIZJE\' is DBNull.", e); |
| | 32521 | } |
| | 32522 | } |
| | 32523 | set { |
| | 32524 | this[this.tablePROWIZJE.ZPColumn] = value; |
| | 32525 | } |
| | 32526 | } |
| | 32527 | |
| | 32528 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32529 | public decimal kwotaProwizji { |
| | 32530 | get { |
| | 32531 | try { |
| | 32532 | return ((decimal)(this[this.tablePROWIZJE.kwotaProwizjiColumn])); |
| | 32533 | } |
| | 32534 | catch (global::System.InvalidCastException e) { |
| | 32535 | throw new global::System.Data.StrongTypingException("The value for column \'kwotaProwizji\' in table \'PROWIZJE\' is DBNull.", e); |
| | 32536 | } |
| | 32537 | } |
| | 32538 | set { |
| | 32539 | this[this.tablePROWIZJE.kwotaProwizjiColumn] = value; |
| | 32540 | } |
| | 32541 | } |
| | 32542 | |
| | 32543 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32544 | public bool IsagencjaNull() { |
| | 32545 | return this.IsNull(this.tablePROWIZJE.agencjaColumn); |
| | 32546 | } |
| | 32547 | |
| | 32548 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32549 | public void SetagencjaNull() { |
| | 32550 | this[this.tablePROWIZJE.agencjaColumn] = global::System.Convert.DBNull; |
| | 32551 | } |
| | 32552 | |
| | 32553 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32554 | public bool IsagentNull() { |
| | 32555 | return this.IsNull(this.tablePROWIZJE.agentColumn); |
| | 32556 | } |
| | 32557 | |
| | 32558 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32559 | public void SetagentNull() { |
| | 32560 | this[this.tablePROWIZJE.agentColumn] = global::System.Convert.DBNull; |
| | 32561 | } |
| | 32562 | |
| | 32563 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32564 | public bool IsrokNull() { |
| | 32565 | return this.IsNull(this.tablePROWIZJE.rokColumn); |
| | 32566 | } |
| | 32567 | |
| | 32568 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32569 | public void SetrokNull() { |
| | 32570 | this[this.tablePROWIZJE.rokColumn] = global::System.Convert.DBNull; |
| | 32571 | } |
| | 32572 | |
| | 32573 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32574 | public bool IsmsNull() { |
| | 32575 | return this.IsNull(this.tablePROWIZJE.msColumn); |
| | 32576 | } |
| | 32577 | |
| | 32578 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32579 | public void SetmsNull() { |
| | 32580 | this[this.tablePROWIZJE.msColumn] = global::System.Convert.DBNull; |
| | 32581 | } |
| | 32582 | |
| | 32583 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32584 | public bool IsnrFakturyNull() { |
| | 32585 | return this.IsNull(this.tablePROWIZJE.nrFakturyColumn); |
| | 32586 | } |
| | 32587 | |
| | 32588 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32589 | public void SetnrFakturyNull() { |
| | 32590 | this[this.tablePROWIZJE.nrFakturyColumn] = global::System.Convert.DBNull; |
| 32940 | | this[this.tableVIEW_KOREKTY.nettoColumn] = global::System.Convert.DBNull; |
| 32941 | | } |
| 32942 | | |
| 32943 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32944 | | public bool Iss_vatNull() { |
| 32945 | | return this.IsNull(this.tableVIEW_KOREKTY.s_vatColumn); |
| 32946 | | } |
| 32947 | | |
| 32948 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32949 | | public void Sets_vatNull() { |
| 32950 | | this[this.tableVIEW_KOREKTY.s_vatColumn] = global::System.Convert.DBNull; |
| 32951 | | } |
| 32952 | | |
| 32953 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32954 | | public bool IsvatNull() { |
| 32955 | | return this.IsNull(this.tableVIEW_KOREKTY.vatColumn); |
| 32956 | | } |
| 32957 | | |
| 32958 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32959 | | public void SetvatNull() { |
| 32960 | | this[this.tableVIEW_KOREKTY.vatColumn] = global::System.Convert.DBNull; |
| 32961 | | } |
| 32962 | | |
| 32963 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32964 | | public bool IsbruttoNull() { |
| 32965 | | return this.IsNull(this.tableVIEW_KOREKTY.bruttoColumn); |
| 32966 | | } |
| 32967 | | |
| 32968 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32969 | | public void SetbruttoNull() { |
| 32970 | | this[this.tableVIEW_KOREKTY.bruttoColumn] = global::System.Convert.DBNull; |
| 32971 | | } |
| 32972 | | |
| 32973 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32974 | | public bool Issuma_zaplatNull() { |
| 32975 | | return this.IsNull(this.tableVIEW_KOREKTY.suma_zaplatColumn); |
| 32976 | | } |
| 32977 | | |
| 32978 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32979 | | public void Setsuma_zaplatNull() { |
| 32980 | | this[this.tableVIEW_KOREKTY.suma_zaplatColumn] = global::System.Convert.DBNull; |
| 32981 | | } |
| 32982 | | |
| 32983 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32984 | | public bool IsDATA_WYSTAWIENIANull() { |
| 32985 | | return this.IsNull(this.tableVIEW_KOREKTY.DATA_WYSTAWIENIAColumn); |
| 32986 | | } |
| 32987 | | |
| 32988 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32989 | | public void SetDATA_WYSTAWIENIANull() { |
| 32990 | | this[this.tableVIEW_KOREKTY.DATA_WYSTAWIENIAColumn] = global::System.Convert.DBNull; |
| 32991 | | } |
| 32992 | | |
| 32993 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32994 | | public bool IsDATA_SPRZEDAZYNull() { |
| 32995 | | return this.IsNull(this.tableVIEW_KOREKTY.DATA_SPRZEDAZYColumn); |
| 32996 | | } |
| 32997 | | |
| 32998 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 32999 | | public void SetDATA_SPRZEDAZYNull() { |
| 33000 | | this[this.tableVIEW_KOREKTY.DATA_SPRZEDAZYColumn] = global::System.Convert.DBNull; |
| 33001 | | } |
| 33002 | | |
| 33003 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33004 | | public bool IsTERMIN_ZAPLATYNull() { |
| 33005 | | return this.IsNull(this.tableVIEW_KOREKTY.TERMIN_ZAPLATYColumn); |
| 33006 | | } |
| 33007 | | |
| 33008 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33009 | | public void SetTERMIN_ZAPLATYNull() { |
| 33010 | | this[this.tableVIEW_KOREKTY.TERMIN_ZAPLATYColumn] = global::System.Convert.DBNull; |
| 33011 | | } |
| 33012 | | |
| 33013 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33014 | | public bool Iszaplata_dataNull() { |
| 33015 | | return this.IsNull(this.tableVIEW_KOREKTY.zaplata_dataColumn); |
| 33016 | | } |
| 33017 | | |
| 33018 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33019 | | public void Setzaplata_dataNull() { |
| 33020 | | this[this.tableVIEW_KOREKTY.zaplata_dataColumn] = global::System.Convert.DBNull; |
| 33021 | | } |
| 33022 | | |
| 33023 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33024 | | public bool Iszaplata_opisNull() { |
| 33025 | | return this.IsNull(this.tableVIEW_KOREKTY.zaplata_opisColumn); |
| 33026 | | } |
| 33027 | | |
| 33028 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33029 | | public void Setzaplata_opisNull() { |
| 33030 | | this[this.tableVIEW_KOREKTY.zaplata_opisColumn] = global::System.Convert.DBNull; |
| 33031 | | } |
| 33032 | | |
| 33033 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33034 | | public bool IsidZamowieniaNull() { |
| 33035 | | return this.IsNull(this.tableVIEW_KOREKTY.idZamowieniaColumn); |
| 33036 | | } |
| 33037 | | |
| 33038 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33039 | | public void SetidZamowieniaNull() { |
| 33040 | | this[this.tableVIEW_KOREKTY.idZamowieniaColumn] = global::System.Convert.DBNull; |
| 33041 | | } |
| 33042 | | |
| 33043 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33044 | | public bool IsidFakturyKorektaNull() { |
| 33045 | | return this.IsNull(this.tableVIEW_KOREKTY.idFakturyKorektaColumn); |
| 33046 | | } |
| 33047 | | |
| 33048 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33049 | | public void SetidFakturyKorektaNull() { |
| 33050 | | this[this.tableVIEW_KOREKTY.idFakturyKorektaColumn] = global::System.Convert.DBNull; |
| 33051 | | } |
| 33052 | | |
| 33053 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33054 | | public bool IsNR_FAKTURY_KOREKTYNull() { |
| 33055 | | return this.IsNull(this.tableVIEW_KOREKTY.NR_FAKTURY_KOREKTYColumn); |
| 33056 | | } |
| 33057 | | |
| 33058 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33059 | | public void SetNR_FAKTURY_KOREKTYNull() { |
| 33060 | | this[this.tableVIEW_KOREKTY.NR_FAKTURY_KOREKTYColumn] = global::System.Convert.DBNull; |
| 33061 | | } |
| 33062 | | |
| 33063 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33064 | | public bool IsNUMER_FNull() { |
| 33065 | | return this.IsNull(this.tableVIEW_KOREKTY.NUMER_FColumn); |
| 33066 | | } |
| 33067 | | |
| 33068 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33069 | | public void SetNUMER_FNull() { |
| 33070 | | this[this.tableVIEW_KOREKTY.NUMER_FColumn] = global::System.Convert.DBNull; |
| 33071 | | } |
| 33072 | | |
| 33073 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33074 | | public bool IsNUMER_ROZ_FNull() { |
| 33075 | | return this.IsNull(this.tableVIEW_KOREKTY.NUMER_ROZ_FColumn); |
| 33076 | | } |
| 33077 | | |
| 33078 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33079 | | public void SetNUMER_ROZ_FNull() { |
| 33080 | | this[this.tableVIEW_KOREKTY.NUMER_ROZ_FColumn] = global::System.Convert.DBNull; |
| 33081 | | } |
| 33082 | | |
| 33083 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33084 | | public bool IsNUMER_ROK_FNull() { |
| 33085 | | return this.IsNull(this.tableVIEW_KOREKTY.NUMER_ROK_FColumn); |
| 33086 | | } |
| 33087 | | |
| 33088 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33089 | | public void SetNUMER_ROK_FNull() { |
| 33090 | | this[this.tableVIEW_KOREKTY.NUMER_ROK_FColumn] = global::System.Convert.DBNull; |
| 33091 | | } |
| 33092 | | |
| 33093 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33094 | | public bool Isnetto_FNull() { |
| 33095 | | return this.IsNull(this.tableVIEW_KOREKTY.netto_FColumn); |
| 33096 | | } |
| 33097 | | |
| 33098 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33099 | | public void Setnetto_FNull() { |
| 33100 | | this[this.tableVIEW_KOREKTY.netto_FColumn] = global::System.Convert.DBNull; |
| 33101 | | } |
| 33102 | | |
| 33103 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33104 | | public bool Isbrutto_FNull() { |
| 33105 | | return this.IsNull(this.tableVIEW_KOREKTY.brutto_FColumn); |
| 33106 | | } |
| 33107 | | |
| 33108 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33109 | | public void Setbrutto_FNull() { |
| 33110 | | this[this.tableVIEW_KOREKTY.brutto_FColumn] = global::System.Convert.DBNull; |
| 33111 | | } |
| 33112 | | |
| 33113 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33114 | | public bool Isvat_FNull() { |
| 33115 | | return this.IsNull(this.tableVIEW_KOREKTY.vat_FColumn); |
| 33116 | | } |
| 33117 | | |
| 33118 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33119 | | public void Setvat_FNull() { |
| 33120 | | this[this.tableVIEW_KOREKTY.vat_FColumn] = global::System.Convert.DBNull; |
| 33121 | | } |
| 33122 | | |
| 33123 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33124 | | public bool Issuma_zapłat_FNull() { |
| 33125 | | return this.IsNull(this.tableVIEW_KOREKTY.suma_zapłat_FColumn); |
| 33126 | | } |
| 33127 | | |
| 33128 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33129 | | public void Setsuma_zapłat_FNull() { |
| 33130 | | this[this.tableVIEW_KOREKTY.suma_zapłat_FColumn] = global::System.Convert.DBNull; |
| 33131 | | } |
| 33132 | | |
| 33133 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33134 | | public bool Isdata_wystawienia_FNull() { |
| 33135 | | return this.IsNull(this.tableVIEW_KOREKTY.data_wystawienia_FColumn); |
| 33136 | | } |
| 33137 | | |
| 33138 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33139 | | public void Setdata_wystawienia_FNull() { |
| 33140 | | this[this.tableVIEW_KOREKTY.data_wystawienia_FColumn] = global::System.Convert.DBNull; |
| 33141 | | } |
| 33142 | | |
| 33143 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33144 | | public bool IsNR_FAKTURYNull() { |
| 33145 | | return this.IsNull(this.tableVIEW_KOREKTY.NR_FAKTURYColumn); |
| 33146 | | } |
| 33147 | | |
| 33148 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33149 | | public void SetNR_FAKTURYNull() { |
| 33150 | | this[this.tableVIEW_KOREKTY.NR_FAKTURYColumn] = global::System.Convert.DBNull; |
| 33151 | | } |
| 33152 | | |
| 33153 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33154 | | public bool Isroznica_nettoNull() { |
| 33155 | | return this.IsNull(this.tableVIEW_KOREKTY.roznica_nettoColumn); |
| 33156 | | } |
| 33157 | | |
| 33158 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33159 | | public void Setroznica_nettoNull() { |
| 33160 | | this[this.tableVIEW_KOREKTY.roznica_nettoColumn] = global::System.Convert.DBNull; |
| 33161 | | } |
| 33162 | | |
| 33163 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33164 | | public bool Isroznica_vatNull() { |
| 33165 | | return this.IsNull(this.tableVIEW_KOREKTY.roznica_vatColumn); |
| 33166 | | } |
| 33167 | | |
| 33168 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33169 | | public void Setroznica_vatNull() { |
| 33170 | | this[this.tableVIEW_KOREKTY.roznica_vatColumn] = global::System.Convert.DBNull; |
| 33171 | | } |
| 33172 | | |
| 33173 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33174 | | public bool Isroznica_bruttoNull() { |
| 33175 | | return this.IsNull(this.tableVIEW_KOREKTY.roznica_bruttoColumn); |
| 33176 | | } |
| 33177 | | |
| 33178 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33179 | | public void Setroznica_bruttoNull() { |
| 33180 | | this[this.tableVIEW_KOREKTY.roznica_bruttoColumn] = global::System.Convert.DBNull; |
| 33181 | | } |
| 33182 | | |
| 33183 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33184 | | public bool IskodKlientaNull() { |
| 33185 | | return this.IsNull(this.tableVIEW_KOREKTY.kodKlientaColumn); |
| 33186 | | } |
| 33187 | | |
| 33188 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33189 | | public void SetkodKlientaNull() { |
| 33190 | | this[this.tableVIEW_KOREKTY.kodKlientaColumn] = global::System.Convert.DBNull; |
| 33191 | | } |
| 33192 | | |
| 33193 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33194 | | public bool IsagencjaNull() { |
| 33195 | | return this.IsNull(this.tableVIEW_KOREKTY.agencjaColumn); |
| 33196 | | } |
| 33197 | | |
| 33198 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33199 | | public void SetagencjaNull() { |
| 33200 | | this[this.tableVIEW_KOREKTY.agencjaColumn] = global::System.Convert.DBNull; |
| 33201 | | } |
| 33202 | | |
| 33203 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33204 | | public bool IsagentNull() { |
| 33205 | | return this.IsNull(this.tableVIEW_KOREKTY.agentColumn); |
| 33206 | | } |
| 33207 | | |
| 33208 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33209 | | public void SetagentNull() { |
| 33210 | | this[this.tableVIEW_KOREKTY.agentColumn] = global::System.Convert.DBNull; |
| | 32600 | this[this.tablePROWIZJE.nettoColumn] = global::System.Convert.DBNull; |
| | 32601 | } |
| | 32602 | |
| | 32603 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32604 | public bool IsnrFakturyKorygowanejNull() { |
| | 32605 | return this.IsNull(this.tablePROWIZJE.nrFakturyKorygowanejColumn); |
| | 32606 | } |
| | 32607 | |
| | 32608 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32609 | public void SetnrFakturyKorygowanejNull() { |
| | 32610 | this[this.tablePROWIZJE.nrFakturyKorygowanejColumn] = global::System.Convert.DBNull; |
| | 32611 | } |
| | 32612 | |
| | 32613 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32614 | public bool IsprocentProwizjiNull() { |
| | 32615 | return this.IsNull(this.tablePROWIZJE.procentProwizjiColumn); |
| | 32616 | } |
| | 32617 | |
| | 32618 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32619 | public void SetprocentProwizjiNull() { |
| | 32620 | this[this.tablePROWIZJE.procentProwizjiColumn] = global::System.Convert.DBNull; |
| | 32621 | } |
| | 32622 | |
| | 32623 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32624 | public bool IsZPNull() { |
| | 32625 | return this.IsNull(this.tablePROWIZJE.ZPColumn); |
| | 32626 | } |
| | 32627 | |
| | 32628 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32629 | public void SetZPNull() { |
| | 32630 | this[this.tablePROWIZJE.ZPColumn] = global::System.Convert.DBNull; |
| | 32631 | } |
| | 32632 | |
| | 32633 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32634 | public bool IskwotaProwizjiNull() { |
| | 32635 | return this.IsNull(this.tablePROWIZJE.kwotaProwizjiColumn); |
| | 32636 | } |
| | 32637 | |
| | 32638 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32639 | public void SetkwotaProwizjiNull() { |
| | 32640 | this[this.tablePROWIZJE.kwotaProwizjiColumn] = global::System.Convert.DBNull; |
| 33225 | | this.tablePROWIZJE = ((PROWIZJEDataTable)(this.Table)); |
| 33226 | | } |
| 33227 | | |
| 33228 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33229 | | public int idProwizji { |
| 33230 | | get { |
| 33231 | | return ((int)(this[this.tablePROWIZJE.idProwizjiColumn])); |
| 33232 | | } |
| 33233 | | set { |
| 33234 | | this[this.tablePROWIZJE.idProwizjiColumn] = value; |
| | 32655 | this.tableVIEW_KOREKTY = ((VIEW_KOREKTYDataTable)(this.Table)); |
| | 32656 | } |
| | 32657 | |
| | 32658 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32659 | public int ID_FAKTURY { |
| | 32660 | get { |
| | 32661 | return ((int)(this[this.tableVIEW_KOREKTY.ID_FAKTURYColumn])); |
| | 32662 | } |
| | 32663 | set { |
| | 32664 | this[this.tableVIEW_KOREKTY.ID_FAKTURYColumn] = value; |
| | 32665 | } |
| | 32666 | } |
| | 32667 | |
| | 32668 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32669 | public int CustomerId { |
| | 32670 | get { |
| | 32671 | try { |
| | 32672 | return ((int)(this[this.tableVIEW_KOREKTY.CustomerIdColumn])); |
| | 32673 | } |
| | 32674 | catch (global::System.InvalidCastException e) { |
| | 32675 | throw new global::System.Data.StrongTypingException("The value for column \'CustomerId\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32676 | } |
| | 32677 | } |
| | 32678 | set { |
| | 32679 | this[this.tableVIEW_KOREKTY.CustomerIdColumn] = value; |
| | 32680 | } |
| | 32681 | } |
| | 32682 | |
| | 32683 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32684 | public int Id_Agencji { |
| | 32685 | get { |
| | 32686 | try { |
| | 32687 | return ((int)(this[this.tableVIEW_KOREKTY.Id_AgencjiColumn])); |
| | 32688 | } |
| | 32689 | catch (global::System.InvalidCastException e) { |
| | 32690 | throw new global::System.Data.StrongTypingException("The value for column \'Id_Agencji\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32691 | } |
| | 32692 | } |
| | 32693 | set { |
| | 32694 | this[this.tableVIEW_KOREKTY.Id_AgencjiColumn] = value; |
| | 32695 | } |
| | 32696 | } |
| | 32697 | |
| | 32698 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32699 | public string kodKlienta { |
| | 32700 | get { |
| | 32701 | try { |
| | 32702 | return ((string)(this[this.tableVIEW_KOREKTY.kodKlientaColumn])); |
| | 32703 | } |
| | 32704 | catch (global::System.InvalidCastException e) { |
| | 32705 | throw new global::System.Data.StrongTypingException("The value for column \'kodKlienta\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32706 | } |
| | 32707 | } |
| | 32708 | set { |
| | 32709 | this[this.tableVIEW_KOREKTY.kodKlientaColumn] = value; |
| | 32710 | } |
| | 32711 | } |
| | 32712 | |
| | 32713 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32714 | public int NUMER { |
| | 32715 | get { |
| | 32716 | try { |
| | 32717 | return ((int)(this[this.tableVIEW_KOREKTY.NUMERColumn])); |
| | 32718 | } |
| | 32719 | catch (global::System.InvalidCastException e) { |
| | 32720 | throw new global::System.Data.StrongTypingException("The value for column \'NUMER\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32721 | } |
| | 32722 | } |
| | 32723 | set { |
| | 32724 | this[this.tableVIEW_KOREKTY.NUMERColumn] = value; |
| | 32725 | } |
| | 32726 | } |
| | 32727 | |
| | 32728 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32729 | public string NUMER_ROZ { |
| | 32730 | get { |
| | 32731 | try { |
| | 32732 | return ((string)(this[this.tableVIEW_KOREKTY.NUMER_ROZColumn])); |
| | 32733 | } |
| | 32734 | catch (global::System.InvalidCastException e) { |
| | 32735 | throw new global::System.Data.StrongTypingException("The value for column \'NUMER_ROZ\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32736 | } |
| | 32737 | } |
| | 32738 | set { |
| | 32739 | this[this.tableVIEW_KOREKTY.NUMER_ROZColumn] = value; |
| | 32740 | } |
| | 32741 | } |
| | 32742 | |
| | 32743 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32744 | public int NUMER_ROK { |
| | 32745 | get { |
| | 32746 | try { |
| | 32747 | return ((int)(this[this.tableVIEW_KOREKTY.NUMER_ROKColumn])); |
| | 32748 | } |
| | 32749 | catch (global::System.InvalidCastException e) { |
| | 32750 | throw new global::System.Data.StrongTypingException("The value for column \'NUMER_ROK\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32751 | } |
| | 32752 | } |
| | 32753 | set { |
| | 32754 | this[this.tableVIEW_KOREKTY.NUMER_ROKColumn] = value; |
| | 32755 | } |
| | 32756 | } |
| | 32757 | |
| | 32758 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32759 | public decimal netto { |
| | 32760 | get { |
| | 32761 | try { |
| | 32762 | return ((decimal)(this[this.tableVIEW_KOREKTY.nettoColumn])); |
| | 32763 | } |
| | 32764 | catch (global::System.InvalidCastException e) { |
| | 32765 | throw new global::System.Data.StrongTypingException("The value for column \'netto\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32766 | } |
| | 32767 | } |
| | 32768 | set { |
| | 32769 | this[this.tableVIEW_KOREKTY.nettoColumn] = value; |
| | 32770 | } |
| | 32771 | } |
| | 32772 | |
| | 32773 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32774 | public double S_VAT { |
| | 32775 | get { |
| | 32776 | try { |
| | 32777 | return ((double)(this[this.tableVIEW_KOREKTY.S_VATColumn])); |
| | 32778 | } |
| | 32779 | catch (global::System.InvalidCastException e) { |
| | 32780 | throw new global::System.Data.StrongTypingException("The value for column \'S_VAT\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32781 | } |
| | 32782 | } |
| | 32783 | set { |
| | 32784 | this[this.tableVIEW_KOREKTY.S_VATColumn] = value; |
| | 32785 | } |
| | 32786 | } |
| | 32787 | |
| | 32788 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32789 | public decimal vat { |
| | 32790 | get { |
| | 32791 | try { |
| | 32792 | return ((decimal)(this[this.tableVIEW_KOREKTY.vatColumn])); |
| | 32793 | } |
| | 32794 | catch (global::System.InvalidCastException e) { |
| | 32795 | throw new global::System.Data.StrongTypingException("The value for column \'vat\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32796 | } |
| | 32797 | } |
| | 32798 | set { |
| | 32799 | this[this.tableVIEW_KOREKTY.vatColumn] = value; |
| | 32800 | } |
| | 32801 | } |
| | 32802 | |
| | 32803 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32804 | public decimal brutto { |
| | 32805 | get { |
| | 32806 | try { |
| | 32807 | return ((decimal)(this[this.tableVIEW_KOREKTY.bruttoColumn])); |
| | 32808 | } |
| | 32809 | catch (global::System.InvalidCastException e) { |
| | 32810 | throw new global::System.Data.StrongTypingException("The value for column \'brutto\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32811 | } |
| | 32812 | } |
| | 32813 | set { |
| | 32814 | this[this.tableVIEW_KOREKTY.bruttoColumn] = value; |
| | 32815 | } |
| | 32816 | } |
| | 32817 | |
| | 32818 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32819 | public decimal suma_zaplat { |
| | 32820 | get { |
| | 32821 | try { |
| | 32822 | return ((decimal)(this[this.tableVIEW_KOREKTY.suma_zaplatColumn])); |
| | 32823 | } |
| | 32824 | catch (global::System.InvalidCastException e) { |
| | 32825 | throw new global::System.Data.StrongTypingException("The value for column \'suma_zaplat\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32826 | } |
| | 32827 | } |
| | 32828 | set { |
| | 32829 | this[this.tableVIEW_KOREKTY.suma_zaplatColumn] = value; |
| | 32830 | } |
| | 32831 | } |
| | 32832 | |
| | 32833 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32834 | public System.DateTime DATA_WYSTAWIENIA { |
| | 32835 | get { |
| | 32836 | try { |
| | 32837 | return ((global::System.DateTime)(this[this.tableVIEW_KOREKTY.DATA_WYSTAWIENIAColumn])); |
| | 32838 | } |
| | 32839 | catch (global::System.InvalidCastException e) { |
| | 32840 | throw new global::System.Data.StrongTypingException("The value for column \'DATA_WYSTAWIENIA\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32841 | } |
| | 32842 | } |
| | 32843 | set { |
| | 32844 | this[this.tableVIEW_KOREKTY.DATA_WYSTAWIENIAColumn] = value; |
| | 32845 | } |
| | 32846 | } |
| | 32847 | |
| | 32848 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32849 | public System.DateTime DATA_SPRZEDAZY { |
| | 32850 | get { |
| | 32851 | try { |
| | 32852 | return ((global::System.DateTime)(this[this.tableVIEW_KOREKTY.DATA_SPRZEDAZYColumn])); |
| | 32853 | } |
| | 32854 | catch (global::System.InvalidCastException e) { |
| | 32855 | throw new global::System.Data.StrongTypingException("The value for column \'DATA_SPRZEDAZY\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32856 | } |
| | 32857 | } |
| | 32858 | set { |
| | 32859 | this[this.tableVIEW_KOREKTY.DATA_SPRZEDAZYColumn] = value; |
| | 32860 | } |
| | 32861 | } |
| | 32862 | |
| | 32863 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32864 | public System.DateTime TERMIN_ZAPLATY { |
| | 32865 | get { |
| | 32866 | try { |
| | 32867 | return ((global::System.DateTime)(this[this.tableVIEW_KOREKTY.TERMIN_ZAPLATYColumn])); |
| | 32868 | } |
| | 32869 | catch (global::System.InvalidCastException e) { |
| | 32870 | throw new global::System.Data.StrongTypingException("The value for column \'TERMIN_ZAPLATY\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32871 | } |
| | 32872 | } |
| | 32873 | set { |
| | 32874 | this[this.tableVIEW_KOREKTY.TERMIN_ZAPLATYColumn] = value; |
| | 32875 | } |
| | 32876 | } |
| | 32877 | |
| | 32878 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32879 | public System.DateTime zaplata_data { |
| | 32880 | get { |
| | 32881 | try { |
| | 32882 | return ((global::System.DateTime)(this[this.tableVIEW_KOREKTY.zaplata_dataColumn])); |
| | 32883 | } |
| | 32884 | catch (global::System.InvalidCastException e) { |
| | 32885 | throw new global::System.Data.StrongTypingException("The value for column \'zaplata_data\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32886 | } |
| | 32887 | } |
| | 32888 | set { |
| | 32889 | this[this.tableVIEW_KOREKTY.zaplata_dataColumn] = value; |
| | 32890 | } |
| | 32891 | } |
| | 32892 | |
| | 32893 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32894 | public string zaplata_opis { |
| | 32895 | get { |
| | 32896 | try { |
| | 32897 | return ((string)(this[this.tableVIEW_KOREKTY.zaplata_opisColumn])); |
| | 32898 | } |
| | 32899 | catch (global::System.InvalidCastException e) { |
| | 32900 | throw new global::System.Data.StrongTypingException("The value for column \'zaplata_opis\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32901 | } |
| | 32902 | } |
| | 32903 | set { |
| | 32904 | this[this.tableVIEW_KOREKTY.zaplata_opisColumn] = value; |
| | 32905 | } |
| | 32906 | } |
| | 32907 | |
| | 32908 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32909 | public int idZamowienia { |
| | 32910 | get { |
| | 32911 | try { |
| | 32912 | return ((int)(this[this.tableVIEW_KOREKTY.idZamowieniaColumn])); |
| | 32913 | } |
| | 32914 | catch (global::System.InvalidCastException e) { |
| | 32915 | throw new global::System.Data.StrongTypingException("The value for column \'idZamowienia\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32916 | } |
| | 32917 | } |
| | 32918 | set { |
| | 32919 | this[this.tableVIEW_KOREKTY.idZamowieniaColumn] = value; |
| | 32920 | } |
| | 32921 | } |
| | 32922 | |
| | 32923 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32924 | public int idFakturyKorekta { |
| | 32925 | get { |
| | 32926 | try { |
| | 32927 | return ((int)(this[this.tableVIEW_KOREKTY.idFakturyKorektaColumn])); |
| | 32928 | } |
| | 32929 | catch (global::System.InvalidCastException e) { |
| | 32930 | throw new global::System.Data.StrongTypingException("The value for column \'idFakturyKorekta\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32931 | } |
| | 32932 | } |
| | 32933 | set { |
| | 32934 | this[this.tableVIEW_KOREKTY.idFakturyKorektaColumn] = value; |
| | 32935 | } |
| | 32936 | } |
| | 32937 | |
| | 32938 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32939 | public string NR_FAKTURY_KOREKTY { |
| | 32940 | get { |
| | 32941 | try { |
| | 32942 | return ((string)(this[this.tableVIEW_KOREKTY.NR_FAKTURY_KOREKTYColumn])); |
| | 32943 | } |
| | 32944 | catch (global::System.InvalidCastException e) { |
| | 32945 | throw new global::System.Data.StrongTypingException("The value for column \'NR_FAKTURY_KOREKTY\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32946 | } |
| | 32947 | } |
| | 32948 | set { |
| | 32949 | this[this.tableVIEW_KOREKTY.NR_FAKTURY_KOREKTYColumn] = value; |
| | 32950 | } |
| | 32951 | } |
| | 32952 | |
| | 32953 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32954 | public int NUMER_F { |
| | 32955 | get { |
| | 32956 | try { |
| | 32957 | return ((int)(this[this.tableVIEW_KOREKTY.NUMER_FColumn])); |
| | 32958 | } |
| | 32959 | catch (global::System.InvalidCastException e) { |
| | 32960 | throw new global::System.Data.StrongTypingException("The value for column \'NUMER_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32961 | } |
| | 32962 | } |
| | 32963 | set { |
| | 32964 | this[this.tableVIEW_KOREKTY.NUMER_FColumn] = value; |
| | 32965 | } |
| | 32966 | } |
| | 32967 | |
| | 32968 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32969 | public string NUMER_ROZ_F { |
| | 32970 | get { |
| | 32971 | try { |
| | 32972 | return ((string)(this[this.tableVIEW_KOREKTY.NUMER_ROZ_FColumn])); |
| | 32973 | } |
| | 32974 | catch (global::System.InvalidCastException e) { |
| | 32975 | throw new global::System.Data.StrongTypingException("The value for column \'NUMER_ROZ_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32976 | } |
| | 32977 | } |
| | 32978 | set { |
| | 32979 | this[this.tableVIEW_KOREKTY.NUMER_ROZ_FColumn] = value; |
| | 32980 | } |
| | 32981 | } |
| | 32982 | |
| | 32983 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32984 | public int NUMER_ROK_F { |
| | 32985 | get { |
| | 32986 | try { |
| | 32987 | return ((int)(this[this.tableVIEW_KOREKTY.NUMER_ROK_FColumn])); |
| | 32988 | } |
| | 32989 | catch (global::System.InvalidCastException e) { |
| | 32990 | throw new global::System.Data.StrongTypingException("The value for column \'NUMER_ROK_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 32991 | } |
| | 32992 | } |
| | 32993 | set { |
| | 32994 | this[this.tableVIEW_KOREKTY.NUMER_ROK_FColumn] = value; |
| | 32995 | } |
| | 32996 | } |
| | 32997 | |
| | 32998 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 32999 | public decimal netto_F { |
| | 33000 | get { |
| | 33001 | try { |
| | 33002 | return ((decimal)(this[this.tableVIEW_KOREKTY.netto_FColumn])); |
| | 33003 | } |
| | 33004 | catch (global::System.InvalidCastException e) { |
| | 33005 | throw new global::System.Data.StrongTypingException("The value for column \'netto_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 33006 | } |
| | 33007 | } |
| | 33008 | set { |
| | 33009 | this[this.tableVIEW_KOREKTY.netto_FColumn] = value; |
| | 33010 | } |
| | 33011 | } |
| | 33012 | |
| | 33013 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33014 | public decimal brutto_F { |
| | 33015 | get { |
| | 33016 | try { |
| | 33017 | return ((decimal)(this[this.tableVIEW_KOREKTY.brutto_FColumn])); |
| | 33018 | } |
| | 33019 | catch (global::System.InvalidCastException e) { |
| | 33020 | throw new global::System.Data.StrongTypingException("The value for column \'brutto_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 33021 | } |
| | 33022 | } |
| | 33023 | set { |
| | 33024 | this[this.tableVIEW_KOREKTY.brutto_FColumn] = value; |
| | 33025 | } |
| | 33026 | } |
| | 33027 | |
| | 33028 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33029 | public decimal vat_F { |
| | 33030 | get { |
| | 33031 | try { |
| | 33032 | return ((decimal)(this[this.tableVIEW_KOREKTY.vat_FColumn])); |
| | 33033 | } |
| | 33034 | catch (global::System.InvalidCastException e) { |
| | 33035 | throw new global::System.Data.StrongTypingException("The value for column \'vat_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 33036 | } |
| | 33037 | } |
| | 33038 | set { |
| | 33039 | this[this.tableVIEW_KOREKTY.vat_FColumn] = value; |
| | 33040 | } |
| | 33041 | } |
| | 33042 | |
| | 33043 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33044 | public decimal suma_zapłat_F { |
| | 33045 | get { |
| | 33046 | try { |
| | 33047 | return ((decimal)(this[this.tableVIEW_KOREKTY.suma_zapłat_FColumn])); |
| | 33048 | } |
| | 33049 | catch (global::System.InvalidCastException e) { |
| | 33050 | throw new global::System.Data.StrongTypingException("The value for column \'suma_zapłat_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 33051 | } |
| | 33052 | } |
| | 33053 | set { |
| | 33054 | this[this.tableVIEW_KOREKTY.suma_zapłat_FColumn] = value; |
| | 33055 | } |
| | 33056 | } |
| | 33057 | |
| | 33058 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33059 | public System.DateTime data_wystawienia_F { |
| | 33060 | get { |
| | 33061 | try { |
| | 33062 | return ((global::System.DateTime)(this[this.tableVIEW_KOREKTY.data_wystawienia_FColumn])); |
| | 33063 | } |
| | 33064 | catch (global::System.InvalidCastException e) { |
| | 33065 | throw new global::System.Data.StrongTypingException("The value for column \'data_wystawienia_F\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 33066 | } |
| | 33067 | } |
| | 33068 | set { |
| | 33069 | this[this.tableVIEW_KOREKTY.data_wystawienia_FColumn] = value; |
| | 33070 | } |
| | 33071 | } |
| | 33072 | |
| | 33073 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33074 | public string NR_FAKTURY { |
| | 33075 | get { |
| | 33076 | try { |
| | 33077 | return ((string)(this[this.tableVIEW_KOREKTY.NR_FAKTURYColumn])); |
| | 33078 | } |
| | 33079 | catch (global::System.InvalidCastException e) { |
| | 33080 | throw new global::System.Data.StrongTypingException("The value for column \'NR_FAKTURY\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 33081 | } |
| | 33082 | } |
| | 33083 | set { |
| | 33084 | this[this.tableVIEW_KOREKTY.NR_FAKTURYColumn] = value; |
| | 33085 | } |
| | 33086 | } |
| | 33087 | |
| | 33088 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33089 | public decimal roznica_netto { |
| | 33090 | get { |
| | 33091 | try { |
| | 33092 | return ((decimal)(this[this.tableVIEW_KOREKTY.roznica_nettoColumn])); |
| | 33093 | } |
| | 33094 | catch (global::System.InvalidCastException e) { |
| | 33095 | throw new global::System.Data.StrongTypingException("The value for column \'roznica_netto\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 33096 | } |
| | 33097 | } |
| | 33098 | set { |
| | 33099 | this[this.tableVIEW_KOREKTY.roznica_nettoColumn] = value; |
| | 33100 | } |
| | 33101 | } |
| | 33102 | |
| | 33103 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33104 | public decimal roznica_vat { |
| | 33105 | get { |
| | 33106 | try { |
| | 33107 | return ((decimal)(this[this.tableVIEW_KOREKTY.roznica_vatColumn])); |
| | 33108 | } |
| | 33109 | catch (global::System.InvalidCastException e) { |
| | 33110 | throw new global::System.Data.StrongTypingException("The value for column \'roznica_vat\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 33111 | } |
| | 33112 | } |
| | 33113 | set { |
| | 33114 | this[this.tableVIEW_KOREKTY.roznica_vatColumn] = value; |
| | 33115 | } |
| | 33116 | } |
| | 33117 | |
| | 33118 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33119 | public decimal roznica_brutto { |
| | 33120 | get { |
| | 33121 | try { |
| | 33122 | return ((decimal)(this[this.tableVIEW_KOREKTY.roznica_bruttoColumn])); |
| | 33123 | } |
| | 33124 | catch (global::System.InvalidCastException e) { |
| | 33125 | throw new global::System.Data.StrongTypingException("The value for column \'roznica_brutto\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 33126 | } |
| | 33127 | } |
| | 33128 | set { |
| | 33129 | this[this.tableVIEW_KOREKTY.roznica_bruttoColumn] = value; |
| 33257 | | return ((string)(this[this.tablePROWIZJE.agentColumn])); |
| 33258 | | } |
| 33259 | | catch (global::System.InvalidCastException e) { |
| 33260 | | throw new global::System.Data.StrongTypingException("The value for column \'agent\' in table \'PROWIZJE\' is DBNull.", e); |
| 33261 | | } |
| 33262 | | } |
| 33263 | | set { |
| 33264 | | this[this.tablePROWIZJE.agentColumn] = value; |
| 33265 | | } |
| 33266 | | } |
| 33267 | | |
| 33268 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33269 | | public int rok { |
| 33270 | | get { |
| 33271 | | try { |
| 33272 | | return ((int)(this[this.tablePROWIZJE.rokColumn])); |
| 33273 | | } |
| 33274 | | catch (global::System.InvalidCastException e) { |
| 33275 | | throw new global::System.Data.StrongTypingException("The value for column \'rok\' in table \'PROWIZJE\' is DBNull.", e); |
| 33276 | | } |
| 33277 | | } |
| 33278 | | set { |
| 33279 | | this[this.tablePROWIZJE.rokColumn] = value; |
| 33280 | | } |
| 33281 | | } |
| 33282 | | |
| 33283 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33284 | | public int ms { |
| 33285 | | get { |
| 33286 | | try { |
| 33287 | | return ((int)(this[this.tablePROWIZJE.msColumn])); |
| 33288 | | } |
| 33289 | | catch (global::System.InvalidCastException e) { |
| 33290 | | throw new global::System.Data.StrongTypingException("The value for column \'ms\' in table \'PROWIZJE\' is DBNull.", e); |
| 33291 | | } |
| 33292 | | } |
| 33293 | | set { |
| 33294 | | this[this.tablePROWIZJE.msColumn] = value; |
| 33295 | | } |
| 33296 | | } |
| 33297 | | |
| 33298 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33299 | | public string nrFaktury { |
| 33300 | | get { |
| 33301 | | try { |
| 33302 | | return ((string)(this[this.tablePROWIZJE.nrFakturyColumn])); |
| 33303 | | } |
| 33304 | | catch (global::System.InvalidCastException e) { |
| 33305 | | throw new global::System.Data.StrongTypingException("The value for column \'nrFaktury\' in table \'PROWIZJE\' is DBNull.", e); |
| 33306 | | } |
| 33307 | | } |
| 33308 | | set { |
| 33309 | | this[this.tablePROWIZJE.nrFakturyColumn] = value; |
| 33310 | | } |
| 33311 | | } |
| 33312 | | |
| 33313 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33314 | | public decimal netto { |
| 33315 | | get { |
| 33316 | | try { |
| 33317 | | return ((decimal)(this[this.tablePROWIZJE.nettoColumn])); |
| 33318 | | } |
| 33319 | | catch (global::System.InvalidCastException e) { |
| 33320 | | throw new global::System.Data.StrongTypingException("The value for column \'netto\' in table \'PROWIZJE\' is DBNull.", e); |
| 33321 | | } |
| 33322 | | } |
| 33323 | | set { |
| 33324 | | this[this.tablePROWIZJE.nettoColumn] = value; |
| 33325 | | } |
| 33326 | | } |
| 33327 | | |
| 33328 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33329 | | public string nrFakturyKorygowanej { |
| 33330 | | get { |
| 33331 | | try { |
| 33332 | | return ((string)(this[this.tablePROWIZJE.nrFakturyKorygowanejColumn])); |
| 33333 | | } |
| 33334 | | catch (global::System.InvalidCastException e) { |
| 33335 | | throw new global::System.Data.StrongTypingException("The value for column \'nrFakturyKorygowanej\' in table \'PROWIZJE\' is DBNull.", e); |
| 33336 | | } |
| 33337 | | } |
| 33338 | | set { |
| 33339 | | this[this.tablePROWIZJE.nrFakturyKorygowanejColumn] = value; |
| 33340 | | } |
| 33341 | | } |
| 33342 | | |
| 33343 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33344 | | public double procentProwizji { |
| 33345 | | get { |
| 33346 | | try { |
| 33347 | | return ((double)(this[this.tablePROWIZJE.procentProwizjiColumn])); |
| 33348 | | } |
| 33349 | | catch (global::System.InvalidCastException e) { |
| 33350 | | throw new global::System.Data.StrongTypingException("The value for column \'procentProwizji\' in table \'PROWIZJE\' is DBNull.", e); |
| 33351 | | } |
| 33352 | | } |
| 33353 | | set { |
| 33354 | | this[this.tablePROWIZJE.procentProwizjiColumn] = value; |
| 33355 | | } |
| 33356 | | } |
| 33357 | | |
| 33358 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33359 | | public bool ZP { |
| 33360 | | get { |
| 33361 | | try { |
| 33362 | | return ((bool)(this[this.tablePROWIZJE.ZPColumn])); |
| 33363 | | } |
| 33364 | | catch (global::System.InvalidCastException e) { |
| 33365 | | throw new global::System.Data.StrongTypingException("The value for column \'ZP\' in table \'PROWIZJE\' is DBNull.", e); |
| 33366 | | } |
| 33367 | | } |
| 33368 | | set { |
| 33369 | | this[this.tablePROWIZJE.ZPColumn] = value; |
| 33370 | | } |
| 33371 | | } |
| 33372 | | |
| 33373 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 33374 | | public decimal kwotaProwizji { |
| 33375 | | get { |
| 33376 | | try { |
| 33377 | | return ((decimal)(this[this.tablePROWIZJE.kwotaProwizjiColumn])); |
| 33378 | | } |
| 33379 | | catch (global::System.InvalidCastException e) { |
| 33380 | | throw new global::System.Data.StrongTypingException("The value for column \'kwotaProwizji\' in table \'PROWIZJE\' is DBNull.", e); |
| 33381 | | } |
| 33382 | | } |
| 33383 | | set { |
| 33384 | | this[this.tablePROWIZJE.kwotaProwizjiColumn] = value; |
| 33385 | | } |
| | 33152 | return ((string)(this[this.tableVIEW_KOREKTY.agentColumn])); |
| | 33153 | } |
| | 33154 | catch (global::System.InvalidCastException e) { |
| | 33155 | throw new global::System.Data.StrongTypingException("The value for column \'agent\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 33156 | } |
| | 33157 | } |
| | 33158 | set { |
| | 33159 | this[this.tableVIEW_KOREKTY.agentColumn] = value; |
| | 33160 | } |
| | 33161 | } |
| | 33162 | |
| | 33163 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33164 | public double waluta_roznica_brutto { |
| | 33165 | get { |
| | 33166 | try { |
| | 33167 | return ((double)(this[this.tableVIEW_KOREKTY.waluta_roznica_bruttoColumn])); |
| | 33168 | } |
| | 33169 | catch (global::System.InvalidCastException e) { |
| | 33170 | throw new global::System.Data.StrongTypingException("The value for column \'waluta_roznica_brutto\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 33171 | } |
| | 33172 | } |
| | 33173 | set { |
| | 33174 | this[this.tableVIEW_KOREKTY.waluta_roznica_bruttoColumn] = value; |
| | 33175 | } |
| | 33176 | } |
| | 33177 | |
| | 33178 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33179 | public string waluta_miano { |
| | 33180 | get { |
| | 33181 | try { |
| | 33182 | return ((string)(this[this.tableVIEW_KOREKTY.waluta_mianoColumn])); |
| | 33183 | } |
| | 33184 | catch (global::System.InvalidCastException e) { |
| | 33185 | throw new global::System.Data.StrongTypingException("The value for column \'waluta_miano\' in table \'VIEW_KOREKTY\' is DBNull.", e); |
| | 33186 | } |
| | 33187 | } |
| | 33188 | set { |
| | 33189 | this[this.tableVIEW_KOREKTY.waluta_mianoColumn] = value; |
| | 33190 | } |
| | 33191 | } |
| | 33192 | |
| | 33193 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33194 | public bool IsCustomerIdNull() { |
| | 33195 | return this.IsNull(this.tableVIEW_KOREKTY.CustomerIdColumn); |
| | 33196 | } |
| | 33197 | |
| | 33198 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33199 | public void SetCustomerIdNull() { |
| | 33200 | this[this.tableVIEW_KOREKTY.CustomerIdColumn] = global::System.Convert.DBNull; |
| | 33201 | } |
| | 33202 | |
| | 33203 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33204 | public bool IsId_AgencjiNull() { |
| | 33205 | return this.IsNull(this.tableVIEW_KOREKTY.Id_AgencjiColumn); |
| | 33206 | } |
| | 33207 | |
| | 33208 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33209 | public void SetId_AgencjiNull() { |
| | 33210 | this[this.tableVIEW_KOREKTY.Id_AgencjiColumn] = global::System.Convert.DBNull; |
| | 33211 | } |
| | 33212 | |
| | 33213 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33214 | public bool IskodKlientaNull() { |
| | 33215 | return this.IsNull(this.tableVIEW_KOREKTY.kodKlientaColumn); |
| | 33216 | } |
| | 33217 | |
| | 33218 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33219 | public void SetkodKlientaNull() { |
| | 33220 | this[this.tableVIEW_KOREKTY.kodKlientaColumn] = global::System.Convert.DBNull; |
| | 33221 | } |
| | 33222 | |
| | 33223 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33224 | public bool IsNUMERNull() { |
| | 33225 | return this.IsNull(this.tableVIEW_KOREKTY.NUMERColumn); |
| | 33226 | } |
| | 33227 | |
| | 33228 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33229 | public void SetNUMERNull() { |
| | 33230 | this[this.tableVIEW_KOREKTY.NUMERColumn] = global::System.Convert.DBNull; |
| | 33231 | } |
| | 33232 | |
| | 33233 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33234 | public bool IsNUMER_ROZNull() { |
| | 33235 | return this.IsNull(this.tableVIEW_KOREKTY.NUMER_ROZColumn); |
| | 33236 | } |
| | 33237 | |
| | 33238 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33239 | public void SetNUMER_ROZNull() { |
| | 33240 | this[this.tableVIEW_KOREKTY.NUMER_ROZColumn] = global::System.Convert.DBNull; |
| | 33241 | } |
| | 33242 | |
| | 33243 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33244 | public bool IsNUMER_ROKNull() { |
| | 33245 | return this.IsNull(this.tableVIEW_KOREKTY.NUMER_ROKColumn); |
| | 33246 | } |
| | 33247 | |
| | 33248 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33249 | public void SetNUMER_ROKNull() { |
| | 33250 | this[this.tableVIEW_KOREKTY.NUMER_ROKColumn] = global::System.Convert.DBNull; |
| | 33251 | } |
| | 33252 | |
| | 33253 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33254 | public bool IsnettoNull() { |
| | 33255 | return this.IsNull(this.tableVIEW_KOREKTY.nettoColumn); |
| | 33256 | } |
| | 33257 | |
| | 33258 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33259 | public void SetnettoNull() { |
| | 33260 | this[this.tableVIEW_KOREKTY.nettoColumn] = global::System.Convert.DBNull; |
| | 33261 | } |
| | 33262 | |
| | 33263 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33264 | public bool IsS_VATNull() { |
| | 33265 | return this.IsNull(this.tableVIEW_KOREKTY.S_VATColumn); |
| | 33266 | } |
| | 33267 | |
| | 33268 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33269 | public void SetS_VATNull() { |
| | 33270 | this[this.tableVIEW_KOREKTY.S_VATColumn] = global::System.Convert.DBNull; |
| | 33271 | } |
| | 33272 | |
| | 33273 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33274 | public bool IsvatNull() { |
| | 33275 | return this.IsNull(this.tableVIEW_KOREKTY.vatColumn); |
| | 33276 | } |
| | 33277 | |
| | 33278 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33279 | public void SetvatNull() { |
| | 33280 | this[this.tableVIEW_KOREKTY.vatColumn] = global::System.Convert.DBNull; |
| | 33281 | } |
| | 33282 | |
| | 33283 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33284 | public bool IsbruttoNull() { |
| | 33285 | return this.IsNull(this.tableVIEW_KOREKTY.bruttoColumn); |
| | 33286 | } |
| | 33287 | |
| | 33288 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33289 | public void SetbruttoNull() { |
| | 33290 | this[this.tableVIEW_KOREKTY.bruttoColumn] = global::System.Convert.DBNull; |
| | 33291 | } |
| | 33292 | |
| | 33293 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33294 | public bool Issuma_zaplatNull() { |
| | 33295 | return this.IsNull(this.tableVIEW_KOREKTY.suma_zaplatColumn); |
| | 33296 | } |
| | 33297 | |
| | 33298 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33299 | public void Setsuma_zaplatNull() { |
| | 33300 | this[this.tableVIEW_KOREKTY.suma_zaplatColumn] = global::System.Convert.DBNull; |
| | 33301 | } |
| | 33302 | |
| | 33303 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33304 | public bool IsDATA_WYSTAWIENIANull() { |
| | 33305 | return this.IsNull(this.tableVIEW_KOREKTY.DATA_WYSTAWIENIAColumn); |
| | 33306 | } |
| | 33307 | |
| | 33308 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33309 | public void SetDATA_WYSTAWIENIANull() { |
| | 33310 | this[this.tableVIEW_KOREKTY.DATA_WYSTAWIENIAColumn] = global::System.Convert.DBNull; |
| | 33311 | } |
| | 33312 | |
| | 33313 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33314 | public bool IsDATA_SPRZEDAZYNull() { |
| | 33315 | return this.IsNull(this.tableVIEW_KOREKTY.DATA_SPRZEDAZYColumn); |
| | 33316 | } |
| | 33317 | |
| | 33318 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33319 | public void SetDATA_SPRZEDAZYNull() { |
| | 33320 | this[this.tableVIEW_KOREKTY.DATA_SPRZEDAZYColumn] = global::System.Convert.DBNull; |
| | 33321 | } |
| | 33322 | |
| | 33323 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33324 | public bool IsTERMIN_ZAPLATYNull() { |
| | 33325 | return this.IsNull(this.tableVIEW_KOREKTY.TERMIN_ZAPLATYColumn); |
| | 33326 | } |
| | 33327 | |
| | 33328 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33329 | public void SetTERMIN_ZAPLATYNull() { |
| | 33330 | this[this.tableVIEW_KOREKTY.TERMIN_ZAPLATYColumn] = global::System.Convert.DBNull; |
| | 33331 | } |
| | 33332 | |
| | 33333 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33334 | public bool Iszaplata_dataNull() { |
| | 33335 | return this.IsNull(this.tableVIEW_KOREKTY.zaplata_dataColumn); |
| | 33336 | } |
| | 33337 | |
| | 33338 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33339 | public void Setzaplata_dataNull() { |
| | 33340 | this[this.tableVIEW_KOREKTY.zaplata_dataColumn] = global::System.Convert.DBNull; |
| | 33341 | } |
| | 33342 | |
| | 33343 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33344 | public bool Iszaplata_opisNull() { |
| | 33345 | return this.IsNull(this.tableVIEW_KOREKTY.zaplata_opisColumn); |
| | 33346 | } |
| | 33347 | |
| | 33348 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33349 | public void Setzaplata_opisNull() { |
| | 33350 | this[this.tableVIEW_KOREKTY.zaplata_opisColumn] = global::System.Convert.DBNull; |
| | 33351 | } |
| | 33352 | |
| | 33353 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33354 | public bool IsidZamowieniaNull() { |
| | 33355 | return this.IsNull(this.tableVIEW_KOREKTY.idZamowieniaColumn); |
| | 33356 | } |
| | 33357 | |
| | 33358 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33359 | public void SetidZamowieniaNull() { |
| | 33360 | this[this.tableVIEW_KOREKTY.idZamowieniaColumn] = global::System.Convert.DBNull; |
| | 33361 | } |
| | 33362 | |
| | 33363 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33364 | public bool IsidFakturyKorektaNull() { |
| | 33365 | return this.IsNull(this.tableVIEW_KOREKTY.idFakturyKorektaColumn); |
| | 33366 | } |
| | 33367 | |
| | 33368 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33369 | public void SetidFakturyKorektaNull() { |
| | 33370 | this[this.tableVIEW_KOREKTY.idFakturyKorektaColumn] = global::System.Convert.DBNull; |
| | 33371 | } |
| | 33372 | |
| | 33373 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33374 | public bool IsNR_FAKTURY_KOREKTYNull() { |
| | 33375 | return this.IsNull(this.tableVIEW_KOREKTY.NR_FAKTURY_KOREKTYColumn); |
| | 33376 | } |
| | 33377 | |
| | 33378 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33379 | public void SetNR_FAKTURY_KOREKTYNull() { |
| | 33380 | this[this.tableVIEW_KOREKTY.NR_FAKTURY_KOREKTYColumn] = global::System.Convert.DBNull; |
| | 33381 | } |
| | 33382 | |
| | 33383 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33384 | public bool IsNUMER_FNull() { |
| | 33385 | return this.IsNull(this.tableVIEW_KOREKTY.NUMER_FColumn); |
| | 33386 | } |
| | 33387 | |
| | 33388 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33389 | public void SetNUMER_FNull() { |
| | 33390 | this[this.tableVIEW_KOREKTY.NUMER_FColumn] = global::System.Convert.DBNull; |
| | 33391 | } |
| | 33392 | |
| | 33393 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33394 | public bool IsNUMER_ROZ_FNull() { |
| | 33395 | return this.IsNull(this.tableVIEW_KOREKTY.NUMER_ROZ_FColumn); |
| | 33396 | } |
| | 33397 | |
| | 33398 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33399 | public void SetNUMER_ROZ_FNull() { |
| | 33400 | this[this.tableVIEW_KOREKTY.NUMER_ROZ_FColumn] = global::System.Convert.DBNull; |
| | 33401 | } |
| | 33402 | |
| | 33403 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33404 | public bool IsNUMER_ROK_FNull() { |
| | 33405 | return this.IsNull(this.tableVIEW_KOREKTY.NUMER_ROK_FColumn); |
| | 33406 | } |
| | 33407 | |
| | 33408 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33409 | public void SetNUMER_ROK_FNull() { |
| | 33410 | this[this.tableVIEW_KOREKTY.NUMER_ROK_FColumn] = global::System.Convert.DBNull; |
| | 33411 | } |
| | 33412 | |
| | 33413 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33414 | public bool Isnetto_FNull() { |
| | 33415 | return this.IsNull(this.tableVIEW_KOREKTY.netto_FColumn); |
| | 33416 | } |
| | 33417 | |
| | 33418 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33419 | public void Setnetto_FNull() { |
| | 33420 | this[this.tableVIEW_KOREKTY.netto_FColumn] = global::System.Convert.DBNull; |
| | 33421 | } |
| | 33422 | |
| | 33423 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33424 | public bool Isbrutto_FNull() { |
| | 33425 | return this.IsNull(this.tableVIEW_KOREKTY.brutto_FColumn); |
| | 33426 | } |
| | 33427 | |
| | 33428 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33429 | public void Setbrutto_FNull() { |
| | 33430 | this[this.tableVIEW_KOREKTY.brutto_FColumn] = global::System.Convert.DBNull; |
| | 33431 | } |
| | 33432 | |
| | 33433 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33434 | public bool Isvat_FNull() { |
| | 33435 | return this.IsNull(this.tableVIEW_KOREKTY.vat_FColumn); |
| | 33436 | } |
| | 33437 | |
| | 33438 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33439 | public void Setvat_FNull() { |
| | 33440 | this[this.tableVIEW_KOREKTY.vat_FColumn] = global::System.Convert.DBNull; |
| | 33441 | } |
| | 33442 | |
| | 33443 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33444 | public bool Issuma_zapłat_FNull() { |
| | 33445 | return this.IsNull(this.tableVIEW_KOREKTY.suma_zapłat_FColumn); |
| | 33446 | } |
| | 33447 | |
| | 33448 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33449 | public void Setsuma_zapłat_FNull() { |
| | 33450 | this[this.tableVIEW_KOREKTY.suma_zapłat_FColumn] = global::System.Convert.DBNull; |
| | 33451 | } |
| | 33452 | |
| | 33453 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33454 | public bool Isdata_wystawienia_FNull() { |
| | 33455 | return this.IsNull(this.tableVIEW_KOREKTY.data_wystawienia_FColumn); |
| | 33456 | } |
| | 33457 | |
| | 33458 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33459 | public void Setdata_wystawienia_FNull() { |
| | 33460 | this[this.tableVIEW_KOREKTY.data_wystawienia_FColumn] = global::System.Convert.DBNull; |
| | 33461 | } |
| | 33462 | |
| | 33463 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33464 | public bool IsNR_FAKTURYNull() { |
| | 33465 | return this.IsNull(this.tableVIEW_KOREKTY.NR_FAKTURYColumn); |
| | 33466 | } |
| | 33467 | |
| | 33468 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33469 | public void SetNR_FAKTURYNull() { |
| | 33470 | this[this.tableVIEW_KOREKTY.NR_FAKTURYColumn] = global::System.Convert.DBNull; |
| | 33471 | } |
| | 33472 | |
| | 33473 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33474 | public bool Isroznica_nettoNull() { |
| | 33475 | return this.IsNull(this.tableVIEW_KOREKTY.roznica_nettoColumn); |
| | 33476 | } |
| | 33477 | |
| | 33478 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33479 | public void Setroznica_nettoNull() { |
| | 33480 | this[this.tableVIEW_KOREKTY.roznica_nettoColumn] = global::System.Convert.DBNull; |
| | 33481 | } |
| | 33482 | |
| | 33483 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33484 | public bool Isroznica_vatNull() { |
| | 33485 | return this.IsNull(this.tableVIEW_KOREKTY.roznica_vatColumn); |
| | 33486 | } |
| | 33487 | |
| | 33488 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33489 | public void Setroznica_vatNull() { |
| | 33490 | this[this.tableVIEW_KOREKTY.roznica_vatColumn] = global::System.Convert.DBNull; |
| | 33491 | } |
| | 33492 | |
| | 33493 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33494 | public bool Isroznica_bruttoNull() { |
| | 33495 | return this.IsNull(this.tableVIEW_KOREKTY.roznica_bruttoColumn); |
| | 33496 | } |
| | 33497 | |
| | 33498 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 33499 | public void Setroznica_bruttoNull() { |
| | 33500 | this[this.tableVIEW_KOREKTY.roznica_bruttoColumn] = global::System.Convert.DBNull; |
| 48743 | | public partial class VIEW_KOREKTYTableAdapter : global::System.ComponentModel.Component { |
| 48744 | | |
| 48745 | | private global::System.Data.SqlClient.SqlDataAdapter _adapter; |
| 48746 | | |
| 48747 | | private global::System.Data.SqlClient.SqlConnection _connection; |
| 48748 | | |
| 48749 | | private global::System.Data.SqlClient.SqlCommand[] _commandCollection; |
| 48750 | | |
| 48751 | | private bool _clearBeforeFill; |
| 48752 | | |
| 48753 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 48754 | | public VIEW_KOREKTYTableAdapter() { |
| 48755 | | this.ClearBeforeFill = true; |
| 48756 | | } |
| 48757 | | |
| 48758 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 48759 | | private global::System.Data.SqlClient.SqlDataAdapter Adapter { |
| 48760 | | get { |
| 48761 | | if ((this._adapter == null)) { |
| 48762 | | this.InitAdapter(); |
| 48763 | | } |
| 48764 | | return this._adapter; |
| 48765 | | } |
| 48766 | | } |
| 48767 | | |
| 48768 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 48769 | | internal global::System.Data.SqlClient.SqlConnection Connection { |
| 48770 | | get { |
| 48771 | | if ((this._connection == null)) { |
| 48772 | | this.InitConnection(); |
| 48773 | | } |
| 48774 | | return this._connection; |
| 48775 | | } |
| 48776 | | set { |
| 48777 | | this._connection = value; |
| 48778 | | if ((this.Adapter.InsertCommand != null)) { |
| 48779 | | this.Adapter.InsertCommand.Connection = value; |
| 48780 | | } |
| 48781 | | if ((this.Adapter.DeleteCommand != null)) { |
| 48782 | | this.Adapter.DeleteCommand.Connection = value; |
| 48783 | | } |
| 48784 | | if ((this.Adapter.UpdateCommand != null)) { |
| 48785 | | this.Adapter.UpdateCommand.Connection = value; |
| 48786 | | } |
| 48787 | | for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { |
| 48788 | | if ((this.CommandCollection[i] != null)) { |
| 48789 | | ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value; |
| 48790 | | } |
| 48791 | | } |
| 48792 | | } |
| 48793 | | } |
| 48794 | | |
| 48795 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 48796 | | protected global::System.Data.SqlClient.SqlCommand[] CommandCollection { |
| 48797 | | get { |
| 48798 | | if ((this._commandCollection == null)) { |
| 48799 | | this.InitCommandCollection(); |
| 48800 | | } |
| 48801 | | return this._commandCollection; |
| 48802 | | } |
| 48803 | | } |
| 48804 | | |
| 48805 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 48806 | | public bool ClearBeforeFill { |
| 48807 | | get { |
| 48808 | | return this._clearBeforeFill; |
| 48809 | | } |
| 48810 | | set { |
| 48811 | | this._clearBeforeFill = value; |
| 48812 | | } |
| 48813 | | } |
| 48814 | | |
| 48815 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 48816 | | private void InitAdapter() { |
| 48817 | | this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); |
| 48818 | | global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); |
| 48819 | | tableMapping.SourceTable = "Table"; |
| 48820 | | tableMapping.DataSetTable = "VIEW_KOREKTY"; |
| 48821 | | tableMapping.ColumnMappings.Add("ID_FAKTURY", "ID_FAKTURY"); |
| 48822 | | tableMapping.ColumnMappings.Add("CustomerId", "CustomerId"); |
| 48823 | | tableMapping.ColumnMappings.Add("Id_Agencji", "Id_Agencji"); |
| 48824 | | tableMapping.ColumnMappings.Add("NUMER", "NUMER"); |
| 48825 | | tableMapping.ColumnMappings.Add("NUMER_ROZ", "NUMER_ROZ"); |
| 48826 | | tableMapping.ColumnMappings.Add("NUMER_ROK", "NUMER_ROK"); |
| 48827 | | tableMapping.ColumnMappings.Add("netto", "netto"); |
| 48828 | | tableMapping.ColumnMappings.Add("s_vat", "s_vat"); |
| 48829 | | tableMapping.ColumnMappings.Add("vat", "vat"); |
| 48830 | | tableMapping.ColumnMappings.Add("brutto", "brutto"); |
| 48831 | | tableMapping.ColumnMappings.Add("suma_zaplat", "suma_zaplat"); |
| 48832 | | tableMapping.ColumnMappings.Add("DATA_WYSTAWIENIA", "DATA_WYSTAWIENIA"); |
| 48833 | | tableMapping.ColumnMappings.Add("DATA_SPRZEDAZY", "DATA_SPRZEDAZY"); |
| 48834 | | tableMapping.ColumnMappings.Add("TERMIN_ZAPLATY", "TERMIN_ZAPLATY"); |
| 48835 | | tableMapping.ColumnMappings.Add("zaplata_data", "zaplata_data"); |
| 48836 | | tableMapping.ColumnMappings.Add("zaplata_opis", "zaplata_opis"); |
| 48837 | | tableMapping.ColumnMappings.Add("idZamowienia", "idZamowienia"); |
| 48838 | | tableMapping.ColumnMappings.Add("KOREKTA", "KOREKTA"); |
| 48839 | | tableMapping.ColumnMappings.Add("idFakturyKorekta", "idFakturyKorekta"); |
| 48840 | | tableMapping.ColumnMappings.Add("NR_FAKTURY_KOREKTY", "NR_FAKTURY_KOREKTY"); |
| 48841 | | tableMapping.ColumnMappings.Add("NUMER_F", "NUMER_F"); |
| 48842 | | tableMapping.ColumnMappings.Add("NUMER_ROZ_F", "NUMER_ROZ_F"); |
| 48843 | | tableMapping.ColumnMappings.Add("NUMER_ROK_F", "NUMER_ROK_F"); |
| 48844 | | tableMapping.ColumnMappings.Add("netto_F", "netto_F"); |
| 48845 | | tableMapping.ColumnMappings.Add("brutto_F", "brutto_F"); |
| 48846 | | tableMapping.ColumnMappings.Add("vat_F", "vat_F"); |
| 48847 | | tableMapping.ColumnMappings.Add("suma_zapłat_F", "suma_zapłat_F"); |
| 48848 | | tableMapping.ColumnMappings.Add("data_wystawienia_F", "data_wystawienia_F"); |
| 48849 | | tableMapping.ColumnMappings.Add("NR_FAKTURY", "NR_FAKTURY"); |
| 48850 | | tableMapping.ColumnMappings.Add("roznica_netto", "roznica_netto"); |
| 48851 | | tableMapping.ColumnMappings.Add("roznica_vat", "roznica_vat"); |
| 48852 | | tableMapping.ColumnMappings.Add("roznica_brutto", "roznica_brutto"); |
| 48853 | | tableMapping.ColumnMappings.Add("kodKlienta", "kodKlienta"); |
| 48854 | | tableMapping.ColumnMappings.Add("agencja", "agencja"); |
| 48855 | | tableMapping.ColumnMappings.Add("agent", "agent"); |
| 48856 | | this._adapter.TableMappings.Add(tableMapping); |
| 48857 | | } |
| 48858 | | |
| 48859 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 48860 | | private void InitConnection() { |
| 48861 | | this._connection = new global::System.Data.SqlClient.SqlConnection(); |
| 48862 | | this._connection.ConnectionString = global::Baza_Reklam.Properties.Settings.Default.testowe; |
| 48863 | | } |
| 48864 | | |
| 48865 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 48866 | | private void InitCommandCollection() { |
| 48867 | | this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; |
| 48868 | | this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); |
| 48869 | | this._commandCollection[0].Connection = this.Connection; |
| 48870 | | this._commandCollection[0].CommandText = @"SELECT ID_FAKTURY, CustomerId, Id_Agencji, kodKlienta, NUMER, NUMER_ROZ, NUMER_ROK, netto, s_vat, vat, brutto, suma_zaplat, DATA_WYSTAWIENIA, |
| 48871 | | DATA_SPRZEDAZY, TERMIN_ZAPLATY, zaplata_data, zaplata_opis, idZamowienia, KOREKTA, idFakturyKorekta, NR_FAKTURY_KOREKTY, NUMER_F, |
| 48872 | | NUMER_ROZ_F, NUMER_ROK_F, netto_F, brutto_F, vat_F, suma_zapłat_F, data_wystawienia_F, NR_FAKTURY, roznica_netto, roznica_vat, |
| 48873 | | roznica_brutto, agencja, agent |
| 48874 | | FROM VIEW_KOREKTY"; |
| 48875 | | this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; |
| 48876 | | } |
| 48877 | | |
| 48878 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 48879 | | [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] |
| 48880 | | [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] |
| 48881 | | public virtual int Fill(REKLAMADataSet.VIEW_KOREKTYDataTable dataTable) { |
| 48882 | | this.Adapter.SelectCommand = this.CommandCollection[0]; |
| 48883 | | if ((this.ClearBeforeFill == true)) { |
| 48884 | | dataTable.Clear(); |
| 48885 | | } |
| 48886 | | int returnValue = this.Adapter.Fill(dataTable); |
| 48887 | | return returnValue; |
| 48888 | | } |
| 48889 | | |
| 48890 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| 48891 | | [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] |
| 48892 | | [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] |
| 48893 | | public virtual REKLAMADataSet.VIEW_KOREKTYDataTable GetData() { |
| 48894 | | this.Adapter.SelectCommand = this.CommandCollection[0]; |
| 48895 | | REKLAMADataSet.VIEW_KOREKTYDataTable dataTable = new REKLAMADataSet.VIEW_KOREKTYDataTable(); |
| 48896 | | this.Adapter.Fill(dataTable); |
| 48897 | | return dataTable; |
| 48898 | | } |
| 48899 | | } |
| 48900 | | |
| 48901 | | /// <summary> |
| 48902 | | ///Represents the connection and commands used to retrieve and save data. |
| 48903 | | ///</summary> |
| 48904 | | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] |
| 48905 | | [global::System.ComponentModel.DesignerCategoryAttribute("code")] |
| 48906 | | [global::System.ComponentModel.ToolboxItem(true)] |
| 48907 | | [global::System.ComponentModel.DataObjectAttribute(true)] |
| 48908 | | [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + |
| 48909 | | ", Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] |
| 48910 | | [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] |
| | 49423 | |
| | 49424 | /// <summary> |
| | 49425 | ///Represents the connection and commands used to retrieve and save data. |
| | 49426 | ///</summary> |
| | 49427 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] |
| | 49428 | [global::System.ComponentModel.DesignerCategoryAttribute("code")] |
| | 49429 | [global::System.ComponentModel.ToolboxItem(true)] |
| | 49430 | [global::System.ComponentModel.DataObjectAttribute(true)] |
| | 49431 | [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + |
| | 49432 | ", Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] |
| | 49433 | [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] |
| | 49434 | public partial class VIEW_KOREKTYTableAdapter : global::System.ComponentModel.Component { |
| | 49435 | |
| | 49436 | private global::System.Data.SqlClient.SqlDataAdapter _adapter; |
| | 49437 | |
| | 49438 | private global::System.Data.SqlClient.SqlConnection _connection; |
| | 49439 | |
| | 49440 | private global::System.Data.SqlClient.SqlCommand[] _commandCollection; |
| | 49441 | |
| | 49442 | private bool _clearBeforeFill; |
| | 49443 | |
| | 49444 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 49445 | public VIEW_KOREKTYTableAdapter() { |
| | 49446 | this.ClearBeforeFill = true; |
| | 49447 | } |
| | 49448 | |
| | 49449 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 49450 | private global::System.Data.SqlClient.SqlDataAdapter Adapter { |
| | 49451 | get { |
| | 49452 | if ((this._adapter == null)) { |
| | 49453 | this.InitAdapter(); |
| | 49454 | } |
| | 49455 | return this._adapter; |
| | 49456 | } |
| | 49457 | } |
| | 49458 | |
| | 49459 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 49460 | internal global::System.Data.SqlClient.SqlConnection Connection { |
| | 49461 | get { |
| | 49462 | if ((this._connection == null)) { |
| | 49463 | this.InitConnection(); |
| | 49464 | } |
| | 49465 | return this._connection; |
| | 49466 | } |
| | 49467 | set { |
| | 49468 | this._connection = value; |
| | 49469 | if ((this.Adapter.InsertCommand != null)) { |
| | 49470 | this.Adapter.InsertCommand.Connection = value; |
| | 49471 | } |
| | 49472 | if ((this.Adapter.DeleteCommand != null)) { |
| | 49473 | this.Adapter.DeleteCommand.Connection = value; |
| | 49474 | } |
| | 49475 | if ((this.Adapter.UpdateCommand != null)) { |
| | 49476 | this.Adapter.UpdateCommand.Connection = value; |
| | 49477 | } |
| | 49478 | for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { |
| | 49479 | if ((this.CommandCollection[i] != null)) { |
| | 49480 | ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value; |
| | 49481 | } |
| | 49482 | } |
| | 49483 | } |
| | 49484 | } |
| | 49485 | |
| | 49486 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 49487 | protected global::System.Data.SqlClient.SqlCommand[] CommandCollection { |
| | 49488 | get { |
| | 49489 | if ((this._commandCollection == null)) { |
| | 49490 | this.InitCommandCollection(); |
| | 49491 | } |
| | 49492 | return this._commandCollection; |
| | 49493 | } |
| | 49494 | } |
| | 49495 | |
| | 49496 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 49497 | public bool ClearBeforeFill { |
| | 49498 | get { |
| | 49499 | return this._clearBeforeFill; |
| | 49500 | } |
| | 49501 | set { |
| | 49502 | this._clearBeforeFill = value; |
| | 49503 | } |
| | 49504 | } |
| | 49505 | |
| | 49506 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 49507 | private void InitAdapter() { |
| | 49508 | this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); |
| | 49509 | global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); |
| | 49510 | tableMapping.SourceTable = "Table"; |
| | 49511 | tableMapping.DataSetTable = "VIEW_KOREKTY"; |
| | 49512 | tableMapping.ColumnMappings.Add("ID_FAKTURY", "ID_FAKTURY"); |
| | 49513 | tableMapping.ColumnMappings.Add("CustomerId", "CustomerId"); |
| | 49514 | tableMapping.ColumnMappings.Add("Id_Agencji", "Id_Agencji"); |
| | 49515 | tableMapping.ColumnMappings.Add("kodKlienta", "kodKlienta"); |
| | 49516 | tableMapping.ColumnMappings.Add("NUMER", "NUMER"); |
| | 49517 | tableMapping.ColumnMappings.Add("NUMER_ROZ", "NUMER_ROZ"); |
| | 49518 | tableMapping.ColumnMappings.Add("NUMER_ROK", "NUMER_ROK"); |
| | 49519 | tableMapping.ColumnMappings.Add("netto", "netto"); |
| | 49520 | tableMapping.ColumnMappings.Add("S_VAT", "S_VAT"); |
| | 49521 | tableMapping.ColumnMappings.Add("vat", "vat"); |
| | 49522 | tableMapping.ColumnMappings.Add("brutto", "brutto"); |
| | 49523 | tableMapping.ColumnMappings.Add("suma_zaplat", "suma_zaplat"); |
| | 49524 | tableMapping.ColumnMappings.Add("DATA_WYSTAWIENIA", "DATA_WYSTAWIENIA"); |
| | 49525 | tableMapping.ColumnMappings.Add("DATA_SPRZEDAZY", "DATA_SPRZEDAZY"); |
| | 49526 | tableMapping.ColumnMappings.Add("TERMIN_ZAPLATY", "TERMIN_ZAPLATY"); |
| | 49527 | tableMapping.ColumnMappings.Add("zaplata_data", "zaplata_data"); |
| | 49528 | tableMapping.ColumnMappings.Add("zaplata_opis", "zaplata_opis"); |
| | 49529 | tableMapping.ColumnMappings.Add("idZamowienia", "idZamowienia"); |
| | 49530 | tableMapping.ColumnMappings.Add("idFakturyKorekta", "idFakturyKorekta"); |
| | 49531 | tableMapping.ColumnMappings.Add("NR_FAKTURY_KOREKTY", "NR_FAKTURY_KOREKTY"); |
| | 49532 | tableMapping.ColumnMappings.Add("NUMER_F", "NUMER_F"); |
| | 49533 | tableMapping.ColumnMappings.Add("NUMER_ROZ_F", "NUMER_ROZ_F"); |
| | 49534 | tableMapping.ColumnMappings.Add("NUMER_ROK_F", "NUMER_ROK_F"); |
| | 49535 | tableMapping.ColumnMappings.Add("netto_F", "netto_F"); |
| | 49536 | tableMapping.ColumnMappings.Add("brutto_F", "brutto_F"); |
| | 49537 | tableMapping.ColumnMappings.Add("vat_F", "vat_F"); |
| | 49538 | tableMapping.ColumnMappings.Add("suma_zapłat_F", "suma_zapłat_F"); |
| | 49539 | tableMapping.ColumnMappings.Add("data_wystawienia_F", "data_wystawienia_F"); |
| | 49540 | tableMapping.ColumnMappings.Add("NR_FAKTURY", "NR_FAKTURY"); |
| | 49541 | tableMapping.ColumnMappings.Add("roznica_netto", "roznica_netto"); |
| | 49542 | tableMapping.ColumnMappings.Add("roznica_vat", "roznica_vat"); |
| | 49543 | tableMapping.ColumnMappings.Add("roznica_brutto", "roznica_brutto"); |
| | 49544 | tableMapping.ColumnMappings.Add("agencja", "agencja"); |
| | 49545 | tableMapping.ColumnMappings.Add("agent", "agent"); |
| | 49546 | tableMapping.ColumnMappings.Add("waluta_roznica_brutto", "waluta_roznica_brutto"); |
| | 49547 | tableMapping.ColumnMappings.Add("waluta_miano", "waluta_miano"); |
| | 49548 | this._adapter.TableMappings.Add(tableMapping); |
| | 49549 | } |
| | 49550 | |
| | 49551 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 49552 | private void InitConnection() { |
| | 49553 | this._connection = new global::System.Data.SqlClient.SqlConnection(); |
| | 49554 | this._connection.ConnectionString = global::Baza_Reklam.Properties.Settings.Default.testowe; |
| | 49555 | } |
| | 49556 | |
| | 49557 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 49558 | private void InitCommandCollection() { |
| | 49559 | this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; |
| | 49560 | this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); |
| | 49561 | this._commandCollection[0].Connection = this.Connection; |
| | 49562 | this._commandCollection[0].CommandText = @"SELECT ID_FAKTURY, CustomerId, Id_Agencji, kodKlienta, NUMER, NUMER_ROZ, NUMER_ROK, netto, S_VAT, vat, brutto, suma_zaplat, DATA_WYSTAWIENIA, |
| | 49563 | DATA_SPRZEDAZY, TERMIN_ZAPLATY, zaplata_data, zaplata_opis, idZamowienia, idFakturyKorekta, NR_FAKTURY_KOREKTY, NUMER_F, |
| | 49564 | NUMER_ROZ_F, NUMER_ROK_F, netto_F, brutto_F, vat_F, suma_zapłat_F, data_wystawienia_F, NR_FAKTURY, roznica_netto, roznica_vat, |
| | 49565 | roznica_brutto, agencja, agent, waluta_roznica_brutto, waluta_miano |
| | 49566 | FROM VIEW_KOREKTY"; |
| | 49567 | this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; |
| | 49568 | } |
| | 49569 | |
| | 49570 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 49571 | [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] |
| | 49572 | [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] |
| | 49573 | public virtual int Fill(REKLAMADataSet.VIEW_KOREKTYDataTable dataTable) { |
| | 49574 | this.Adapter.SelectCommand = this.CommandCollection[0]; |
| | 49575 | if ((this.ClearBeforeFill == true)) { |
| | 49576 | dataTable.Clear(); |
| | 49577 | } |
| | 49578 | int returnValue = this.Adapter.Fill(dataTable); |
| | 49579 | return returnValue; |
| | 49580 | } |
| | 49581 | |
| | 49582 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 49583 | [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] |
| | 49584 | [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] |
| | 49585 | public virtual REKLAMADataSet.VIEW_KOREKTYDataTable GetData() { |
| | 49586 | this.Adapter.SelectCommand = this.CommandCollection[0]; |
| | 49587 | REKLAMADataSet.VIEW_KOREKTYDataTable dataTable = new REKLAMADataSet.VIEW_KOREKTYDataTable(); |
| | 49588 | this.Adapter.Fill(dataTable); |
| | 49589 | return dataTable; |
| | 49590 | } |
| | 49591 | } |