﻿//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.312
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

#pragma warning disable 1591

namespace Baza_Reklam {
    using System;
    
    
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    [Serializable()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.ComponentModel.ToolboxItem(true)]
    [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
    [System.Xml.Serialization.XmlRootAttribute("WIDOKIDataSet")]
    [System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
    public partial class WIDOKIDataSet : System.Data.DataSet {
        
        private VIEW_LISTA_REKLAM_OD_DODataTable tableVIEW_LISTA_REKLAM_OD_DO;
        
        private System.Data.SchemaSerializationMode _schemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public WIDOKIDataSet() {
            this.BeginInit();
            this.InitClass();
            System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
            base.Tables.CollectionChanged += schemaChangedHandler;
            base.Relations.CollectionChanged += schemaChangedHandler;
            this.EndInit();
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected WIDOKIDataSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                base(info, context, false) {
            if ((this.IsBinarySerialized(info, context) == true)) {
                this.InitVars(false);
                System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
                this.Tables.CollectionChanged += schemaChangedHandler1;
                this.Relations.CollectionChanged += schemaChangedHandler1;
                return;
            }
            string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
            if ((this.DetermineSchemaSerializationMode(info, context) == System.Data.SchemaSerializationMode.IncludeSchema)) {
                System.Data.DataSet ds = new System.Data.DataSet();
                ds.ReadXmlSchema(new System.Xml.XmlTextReader(new System.IO.StringReader(strSchema)));
                if ((ds.Tables["VIEW_LISTA_REKLAM_OD_DO"] != null)) {
                    base.Tables.Add(new VIEW_LISTA_REKLAM_OD_DODataTable(ds.Tables["VIEW_LISTA_REKLAM_OD_DO"]));
                }
                this.DataSetName = ds.DataSetName;
                this.Prefix = ds.Prefix;
                this.Namespace = ds.Namespace;
                this.Locale = ds.Locale;
                this.CaseSensitive = ds.CaseSensitive;
                this.EnforceConstraints = ds.EnforceConstraints;
                this.Merge(ds, false, System.Data.MissingSchemaAction.Add);
                this.InitVars();
            }
            else {
                this.ReadXmlSchema(new System.Xml.XmlTextReader(new System.IO.StringReader(strSchema)));
            }
            this.GetSerializationData(info, context);
            System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
            base.Tables.CollectionChanged += schemaChangedHandler;
            this.Relations.CollectionChanged += schemaChangedHandler;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public VIEW_LISTA_REKLAM_OD_DODataTable VIEW_LISTA_REKLAM_OD_DO {
            get {
                return this.tableVIEW_LISTA_REKLAM_OD_DO;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.BrowsableAttribute(true)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
        public override System.Data.SchemaSerializationMode SchemaSerializationMode {
            get {
                return this._schemaSerializationMode;
            }
            set {
                this._schemaSerializationMode = value;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
        public new System.Data.DataTableCollection Tables {
            get {
                return base.Tables;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
        public new System.Data.DataRelationCollection Relations {
            get {
                return base.Relations;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override void InitializeDerivedDataSet() {
            this.BeginInit();
            this.InitClass();
            this.EndInit();
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public override System.Data.DataSet Clone() {
            WIDOKIDataSet cln = ((WIDOKIDataSet)(base.Clone()));
            cln.InitVars();
            cln.SchemaSerializationMode = this.SchemaSerializationMode;
            return cln;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override bool ShouldSerializeTables() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override bool ShouldSerializeRelations() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override void ReadXmlSerializable(System.Xml.XmlReader reader) {
            if ((this.DetermineSchemaSerializationMode(reader) == System.Data.SchemaSerializationMode.IncludeSchema)) {
                this.Reset();
                System.Data.DataSet ds = new System.Data.DataSet();
                ds.ReadXml(reader);
                if ((ds.Tables["VIEW_LISTA_REKLAM_OD_DO"] != null)) {
                    base.Tables.Add(new VIEW_LISTA_REKLAM_OD_DODataTable(ds.Tables["VIEW_LISTA_REKLAM_OD_DO"]));
                }
                this.DataSetName = ds.DataSetName;
                this.Prefix = ds.Prefix;
                this.Namespace = ds.Namespace;
                this.Locale = ds.Locale;
                this.CaseSensitive = ds.CaseSensitive;
                this.EnforceConstraints = ds.EnforceConstraints;
                this.Merge(ds, false, System.Data.MissingSchemaAction.Add);
                this.InitVars();
            }
            else {
                this.ReadXml(reader);
                this.InitVars();
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override System.Xml.Schema.XmlSchema GetSchemaSerializable() {
            System.IO.MemoryStream stream = new System.IO.MemoryStream();
            this.WriteXmlSchema(new System.Xml.XmlTextWriter(stream, null));
            stream.Position = 0;
            return System.Xml.Schema.XmlSchema.Read(new System.Xml.XmlTextReader(stream), null);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        internal void InitVars() {
            this.InitVars(true);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        internal void InitVars(bool initTable) {
            this.tableVIEW_LISTA_REKLAM_OD_DO = ((VIEW_LISTA_REKLAM_OD_DODataTable)(base.Tables["VIEW_LISTA_REKLAM_OD_DO"]));
            if ((initTable == true)) {
                if ((this.tableVIEW_LISTA_REKLAM_OD_DO != null)) {
                    this.tableVIEW_LISTA_REKLAM_OD_DO.InitVars();
                }
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void InitClass() {
            this.DataSetName = "WIDOKIDataSet";
            this.Prefix = "";
            this.Namespace = "http://tempuri.org/WIDOKIDataSet.xsd";
            this.EnforceConstraints = true;
            this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            this.tableVIEW_LISTA_REKLAM_OD_DO = new VIEW_LISTA_REKLAM_OD_DODataTable();
            base.Tables.Add(this.tableVIEW_LISTA_REKLAM_OD_DO);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializeVIEW_LISTA_REKLAM_OD_DO() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void SchemaChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) {
            if ((e.Action == System.ComponentModel.CollectionChangeAction.Remove)) {
                this.InitVars();
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public static System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(System.Xml.Schema.XmlSchemaSet xs) {
            WIDOKIDataSet ds = new WIDOKIDataSet();
            System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
            System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
            xs.Add(ds.GetSchemaSerializable());
            System.Xml.Schema.XmlSchemaAny any = new System.Xml.Schema.XmlSchemaAny();
            any.Namespace = ds.Namespace;
            sequence.Items.Add(any);
            type.Particle = sequence;
            return type;
        }
        
        public delegate void VIEW_LISTA_REKLAM_OD_DORowChangeEventHandler(object sender, VIEW_LISTA_REKLAM_OD_DORowChangeEvent e);
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [System.Serializable()]
        [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class VIEW_LISTA_REKLAM_OD_DODataTable : System.Data.DataTable, System.Collections.IEnumerable {
            
            private System.Data.DataColumn columnReklamaID;
            
            private System.Data.DataColumn columnCustomerID;
            
            private System.Data.DataColumn columnSYMBOL_AKWIZYTORA;
            
            private System.Data.DataColumn columnTYTUŁ;
            
            private System.Data.DataColumn columnTYP;
            
            private System.Data.DataColumn columnID_REKLAMY;
            
            private System.Data.DataColumn columnNICK_NAME;
            
            private System.Data.DataColumn columnOD;
            
            private System.Data.DataColumn columnDO;
            
            private System.Data.DataColumn columnSZER;
            
            private System.Data.DataColumn columnWYS;
            
            private System.Data.DataColumn columnCJ;
            
            private System.Data.DataColumn columnWM;
            
            private System.Data.DataColumn columnZP;
            
            private System.Data.DataColumn columnZD;
            
            private System.Data.DataColumn columnFW;
            
            private System.Data.DataColumn columnDATA_ZAMÓWIENIA;
            
            private System.Data.DataColumn columnDATA_OSTATNIEJ_MODYFIKACJI;
            
            private System.Data.DataColumn columnagencja;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public VIEW_LISTA_REKLAM_OD_DODataTable() {
                this.TableName = "VIEW_LISTA_REKLAM_OD_DO";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal VIEW_LISTA_REKLAM_OD_DODataTable(System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected VIEW_LISTA_REKLAM_OD_DODataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn ReklamaIDColumn {
                get {
                    return this.columnReklamaID;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn CustomerIDColumn {
                get {
                    return this.columnCustomerID;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn SYMBOL_AKWIZYTORAColumn {
                get {
                    return this.columnSYMBOL_AKWIZYTORA;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn TYTUŁColumn {
                get {
                    return this.columnTYTUŁ;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn TYPColumn {
                get {
                    return this.columnTYP;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn ID_REKLAMYColumn {
                get {
                    return this.columnID_REKLAMY;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn NICK_NAMEColumn {
                get {
                    return this.columnNICK_NAME;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn ODColumn {
                get {
                    return this.columnOD;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn DOColumn {
                get {
                    return this.columnDO;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn SZERColumn {
                get {
                    return this.columnSZER;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn WYSColumn {
                get {
                    return this.columnWYS;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn CJColumn {
                get {
                    return this.columnCJ;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn WMColumn {
                get {
                    return this.columnWM;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn ZPColumn {
                get {
                    return this.columnZP;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn ZDColumn {
                get {
                    return this.columnZD;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn FWColumn {
                get {
                    return this.columnFW;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn DATA_ZAMÓWIENIAColumn {
                get {
                    return this.columnDATA_ZAMÓWIENIA;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn DATA_OSTATNIEJ_MODYFIKACJIColumn {
                get {
                    return this.columnDATA_OSTATNIEJ_MODYFIKACJI;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn agencjaColumn {
                get {
                    return this.columnagencja;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public VIEW_LISTA_REKLAM_OD_DORow this[int index] {
                get {
                    return ((VIEW_LISTA_REKLAM_OD_DORow)(this.Rows[index]));
                }
            }
            
            public event VIEW_LISTA_REKLAM_OD_DORowChangeEventHandler VIEW_LISTA_REKLAM_OD_DORowChanging;
            
            public event VIEW_LISTA_REKLAM_OD_DORowChangeEventHandler VIEW_LISTA_REKLAM_OD_DORowChanged;
            
            public event VIEW_LISTA_REKLAM_OD_DORowChangeEventHandler VIEW_LISTA_REKLAM_OD_DORowDeleting;
            
            public event VIEW_LISTA_REKLAM_OD_DORowChangeEventHandler VIEW_LISTA_REKLAM_OD_DORowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void AddVIEW_LISTA_REKLAM_OD_DORow(VIEW_LISTA_REKLAM_OD_DORow row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public VIEW_LISTA_REKLAM_OD_DORow AddVIEW_LISTA_REKLAM_OD_DORow(
                        int ReklamaID, 
                        int CustomerID, 
                        string SYMBOL_AKWIZYTORA, 
                        string TYTUŁ, 
                        string TYP, 
                        string ID_REKLAMY, 
                        string NICK_NAME, 
                        short OD, 
                        short DO, 
                        double SZER, 
                        double WYS, 
                        double CJ, 
                        int WM, 
                        int ZP, 
                        int ZD, 
                        int FW, 
                        System.DateTime DATA_ZAMÓWIENIA, 
                        System.DateTime DATA_OSTATNIEJ_MODYFIKACJI, 
                        string agencja) {
                VIEW_LISTA_REKLAM_OD_DORow rowVIEW_LISTA_REKLAM_OD_DORow = ((VIEW_LISTA_REKLAM_OD_DORow)(this.NewRow()));
                rowVIEW_LISTA_REKLAM_OD_DORow.ItemArray = new object[] {
                        ReklamaID,
                        CustomerID,
                        SYMBOL_AKWIZYTORA,
                        TYTUŁ,
                        TYP,
                        ID_REKLAMY,
                        NICK_NAME,
                        OD,
                        DO,
                        SZER,
                        WYS,
                        CJ,
                        WM,
                        ZP,
                        ZD,
                        FW,
                        DATA_ZAMÓWIENIA,
                        DATA_OSTATNIEJ_MODYFIKACJI,
                        agencja};
                this.Rows.Add(rowVIEW_LISTA_REKLAM_OD_DORow);
                return rowVIEW_LISTA_REKLAM_OD_DORow;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                VIEW_LISTA_REKLAM_OD_DODataTable cln = ((VIEW_LISTA_REKLAM_OD_DODataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new VIEW_LISTA_REKLAM_OD_DODataTable();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnReklamaID = base.Columns["ReklamaID"];
                this.columnCustomerID = base.Columns["CustomerID"];
                this.columnSYMBOL_AKWIZYTORA = base.Columns["SYMBOL AKWIZYTORA"];
                this.columnTYTUŁ = base.Columns["TYTUŁ"];
                this.columnTYP = base.Columns["TYP"];
                this.columnID_REKLAMY = base.Columns["ID REKLAMY"];
                this.columnNICK_NAME = base.Columns["NICK NAME"];
                this.columnOD = base.Columns["OD"];
                this.columnDO = base.Columns["DO"];
                this.columnSZER = base.Columns["SZER"];
                this.columnWYS = base.Columns["WYS"];
                this.columnCJ = base.Columns["CJ"];
                this.columnWM = base.Columns["WM"];
                this.columnZP = base.Columns["ZP"];
                this.columnZD = base.Columns["ZD"];
                this.columnFW = base.Columns["FW"];
                this.columnDATA_ZAMÓWIENIA = base.Columns["DATA ZAMÓWIENIA"];
                this.columnDATA_OSTATNIEJ_MODYFIKACJI = base.Columns["DATA OSTATNIEJ MODYFIKACJI"];
                this.columnagencja = base.Columns["agencja"];
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columnReklamaID = new System.Data.DataColumn("ReklamaID", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnReklamaID);
                this.columnCustomerID = new System.Data.DataColumn("CustomerID", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnCustomerID);
                this.columnSYMBOL_AKWIZYTORA = new System.Data.DataColumn("SYMBOL AKWIZYTORA", typeof(string), null, System.Data.MappingType.Element);
                this.columnSYMBOL_AKWIZYTORA.ExtendedProperties.Add("Generator_ColumnPropNameInRow", "SYMBOL_AKWIZYTORA");
                this.columnSYMBOL_AKWIZYTORA.ExtendedProperties.Add("Generator_ColumnPropNameInTable", "SYMBOL_AKWIZYTORAColumn");
                this.columnSYMBOL_AKWIZYTORA.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnSYMBOL_AKWIZYTORA");
                this.columnSYMBOL_AKWIZYTORA.ExtendedProperties.Add("Generator_UserColumnName", "SYMBOL AKWIZYTORA");
                base.Columns.Add(this.columnSYMBOL_AKWIZYTORA);
                this.columnTYTUŁ = new System.Data.DataColumn("TYTUŁ", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnTYTUŁ);
                this.columnTYP = new System.Data.DataColumn("TYP", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnTYP);
                this.columnID_REKLAMY = new System.Data.DataColumn("ID REKLAMY", typeof(string), null, System.Data.MappingType.Element);
                this.columnID_REKLAMY.ExtendedProperties.Add("Generator_ColumnPropNameInRow", "ID_REKLAMY");
                this.columnID_REKLAMY.ExtendedProperties.Add("Generator_ColumnPropNameInTable", "ID_REKLAMYColumn");
                this.columnID_REKLAMY.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnID_REKLAMY");
                this.columnID_REKLAMY.ExtendedProperties.Add("Generator_UserColumnName", "ID REKLAMY");
                base.Columns.Add(this.columnID_REKLAMY);
                this.columnNICK_NAME = new System.Data.DataColumn("NICK NAME", typeof(string), null, System.Data.MappingType.Element);
                this.columnNICK_NAME.ExtendedProperties.Add("Generator_ColumnPropNameInRow", "NICK_NAME");
                this.columnNICK_NAME.ExtendedProperties.Add("Generator_ColumnPropNameInTable", "NICK_NAMEColumn");
                this.columnNICK_NAME.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnNICK_NAME");
                this.columnNICK_NAME.ExtendedProperties.Add("Generator_UserColumnName", "NICK NAME");
                base.Columns.Add(this.columnNICK_NAME);
                this.columnOD = new System.Data.DataColumn("OD", typeof(short), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnOD);
                this.columnDO = new System.Data.DataColumn("DO", typeof(short), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnDO);
                this.columnSZER = new System.Data.DataColumn("SZER", typeof(double), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnSZER);
                this.columnWYS = new System.Data.DataColumn("WYS", typeof(double), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnWYS);
                this.columnCJ = new System.Data.DataColumn("CJ", typeof(double), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnCJ);
                this.columnWM = new System.Data.DataColumn("WM", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnWM);
                this.columnZP = new System.Data.DataColumn("ZP", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnZP);
                this.columnZD = new System.Data.DataColumn("ZD", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnZD);
                this.columnFW = new System.Data.DataColumn("FW", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnFW);
                this.columnDATA_ZAMÓWIENIA = new System.Data.DataColumn("DATA ZAMÓWIENIA", typeof(System.DateTime), null, System.Data.MappingType.Element);
                this.columnDATA_ZAMÓWIENIA.ExtendedProperties.Add("Generator_ColumnPropNameInRow", "DATA_ZAMÓWIENIA");
                this.columnDATA_ZAMÓWIENIA.ExtendedProperties.Add("Generator_ColumnPropNameInTable", "DATA_ZAMÓWIENIAColumn");
                this.columnDATA_ZAMÓWIENIA.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnDATA_ZAMÓWIENIA");
                this.columnDATA_ZAMÓWIENIA.ExtendedProperties.Add("Generator_UserColumnName", "DATA ZAMÓWIENIA");
                base.Columns.Add(this.columnDATA_ZAMÓWIENIA);
                this.columnDATA_OSTATNIEJ_MODYFIKACJI = new System.Data.DataColumn("DATA OSTATNIEJ MODYFIKACJI", typeof(System.DateTime), null, System.Data.MappingType.Element);
                this.columnDATA_OSTATNIEJ_MODYFIKACJI.ExtendedProperties.Add("Generator_ColumnPropNameInRow", "DATA_OSTATNIEJ_MODYFIKACJI");
                this.columnDATA_OSTATNIEJ_MODYFIKACJI.ExtendedProperties.Add("Generator_ColumnPropNameInTable", "DATA_OSTATNIEJ_MODYFIKACJIColumn");
                this.columnDATA_OSTATNIEJ_MODYFIKACJI.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnDATA_OSTATNIEJ_MODYFIKACJI");
                this.columnDATA_OSTATNIEJ_MODYFIKACJI.ExtendedProperties.Add("Generator_UserColumnName", "DATA OSTATNIEJ MODYFIKACJI");
                base.Columns.Add(this.columnDATA_OSTATNIEJ_MODYFIKACJI);
                this.columnagencja = new System.Data.DataColumn("agencja", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnagencja);
                this.columnReklamaID.AllowDBNull = false;
                this.columnSYMBOL_AKWIZYTORA.MaxLength = 25;
                this.columnTYTUŁ.MaxLength = 5;
                this.columnTYP.MaxLength = 10;
                this.columnID_REKLAMY.MaxLength = 10;
                this.columnNICK_NAME.MaxLength = 50;
                this.columnagencja.AllowDBNull = false;
                this.columnagencja.MaxLength = 50;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public VIEW_LISTA_REKLAM_OD_DORow NewVIEW_LISTA_REKLAM_OD_DORow() {
                return ((VIEW_LISTA_REKLAM_OD_DORow)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new VIEW_LISTA_REKLAM_OD_DORow(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(VIEW_LISTA_REKLAM_OD_DORow);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.VIEW_LISTA_REKLAM_OD_DORowChanged != null)) {
                    this.VIEW_LISTA_REKLAM_OD_DORowChanged(this, new VIEW_LISTA_REKLAM_OD_DORowChangeEvent(((VIEW_LISTA_REKLAM_OD_DORow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.VIEW_LISTA_REKLAM_OD_DORowChanging != null)) {
                    this.VIEW_LISTA_REKLAM_OD_DORowChanging(this, new VIEW_LISTA_REKLAM_OD_DORowChangeEvent(((VIEW_LISTA_REKLAM_OD_DORow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.VIEW_LISTA_REKLAM_OD_DORowDeleted != null)) {
                    this.VIEW_LISTA_REKLAM_OD_DORowDeleted(this, new VIEW_LISTA_REKLAM_OD_DORowChangeEvent(((VIEW_LISTA_REKLAM_OD_DORow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.VIEW_LISTA_REKLAM_OD_DORowDeleting != null)) {
                    this.VIEW_LISTA_REKLAM_OD_DORowDeleting(this, new VIEW_LISTA_REKLAM_OD_DORowChangeEvent(((VIEW_LISTA_REKLAM_OD_DORow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void RemoveVIEW_LISTA_REKLAM_OD_DORow(VIEW_LISTA_REKLAM_OD_DORow row) {
                this.Rows.Remove(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
                System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
                System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
                WIDOKIDataSet ds = new WIDOKIDataSet();
                xs.Add(ds.GetSchemaSerializable());
                System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "VIEW_LISTA_REKLAM_OD_DODataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class VIEW_LISTA_REKLAM_OD_DORow : System.Data.DataRow {
            
            private VIEW_LISTA_REKLAM_OD_DODataTable tableVIEW_LISTA_REKLAM_OD_DO;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal VIEW_LISTA_REKLAM_OD_DORow(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableVIEW_LISTA_REKLAM_OD_DO = ((VIEW_LISTA_REKLAM_OD_DODataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int ReklamaID {
                get {
                    return ((int)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.ReklamaIDColumn]));
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.ReklamaIDColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int CustomerID {
                get {
                    try {
                        return ((int)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.CustomerIDColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'CustomerID\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.CustomerIDColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string SYMBOL_AKWIZYTORA {
                get {
                    try {
                        return ((string)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.SYMBOL_AKWIZYTORAColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'SYMBOL AKWIZYTORA\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DB" +
                                "Null.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.SYMBOL_AKWIZYTORAColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string TYTUŁ {
                get {
                    try {
                        return ((string)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.TYTUŁColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'TYTUŁ\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.TYTUŁColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string TYP {
                get {
                    try {
                        return ((string)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.TYPColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'TYP\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.TYPColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string ID_REKLAMY {
                get {
                    try {
                        return ((string)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.ID_REKLAMYColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'ID REKLAMY\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.ID_REKLAMYColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string NICK_NAME {
                get {
                    try {
                        return ((string)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.NICK_NAMEColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'NICK NAME\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.NICK_NAMEColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public short OD {
                get {
                    try {
                        return ((short)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.ODColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'OD\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.ODColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public short DO {
                get {
                    try {
                        return ((short)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.DOColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'DO\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.DOColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public double SZER {
                get {
                    try {
                        return ((double)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.SZERColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'SZER\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.SZERColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public double WYS {
                get {
                    try {
                        return ((double)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.WYSColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'WYS\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.WYSColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public double CJ {
                get {
                    try {
                        return ((double)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.CJColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'CJ\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.CJColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int WM {
                get {
                    try {
                        return ((int)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.WMColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'WM\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.WMColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int ZP {
                get {
                    try {
                        return ((int)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.ZPColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'ZP\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.ZPColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int ZD {
                get {
                    try {
                        return ((int)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.ZDColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'ZD\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.ZDColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int FW {
                get {
                    try {
                        return ((int)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.FWColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'FW\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.FWColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.DateTime DATA_ZAMÓWIENIA {
                get {
                    try {
                        return ((System.DateTime)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_ZAMÓWIENIAColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'DATA ZAMÓWIENIA\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNu" +
                                "ll.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_ZAMÓWIENIAColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.DateTime DATA_OSTATNIEJ_MODYFIKACJI {
                get {
                    try {
                        return ((System.DateTime)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_OSTATNIEJ_MODYFIKACJIColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("The value for column \'DATA OSTATNIEJ MODYFIKACJI\' in table \'VIEW_LISTA_REKLAM_OD_" +
                                "DO\' is DBNull.", e);
                    }
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_OSTATNIEJ_MODYFIKACJIColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string agencja {
                get {
                    return ((string)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.agencjaColumn]));
                }
                set {
                    this[this.tableVIEW_LISTA_REKLAM_OD_DO.agencjaColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsCustomerIDNull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.CustomerIDColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetCustomerIDNull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.CustomerIDColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsSYMBOL_AKWIZYTORANull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.SYMBOL_AKWIZYTORAColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetSYMBOL_AKWIZYTORANull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.SYMBOL_AKWIZYTORAColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsTYTUŁNull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.TYTUŁColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetTYTUŁNull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.TYTUŁColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsTYPNull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.TYPColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetTYPNull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.TYPColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsID_REKLAMYNull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.ID_REKLAMYColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetID_REKLAMYNull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.ID_REKLAMYColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsNICK_NAMENull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.NICK_NAMEColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetNICK_NAMENull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.NICK_NAMEColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsODNull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.ODColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetODNull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.ODColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsDONull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.DOColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetDONull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.DOColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsSZERNull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.SZERColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetSZERNull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.SZERColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsWYSNull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.WYSColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetWYSNull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.WYSColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsCJNull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.CJColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetCJNull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.CJColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsWMNull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.WMColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetWMNull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.WMColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsZPNull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.ZPColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetZPNull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.ZPColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsZDNull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.ZDColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetZDNull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.ZDColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsFWNull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.FWColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetFWNull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.FWColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsDATA_ZAMÓWIENIANull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_ZAMÓWIENIAColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetDATA_ZAMÓWIENIANull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_ZAMÓWIENIAColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsDATA_OSTATNIEJ_MODYFIKACJINull() {
                return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_OSTATNIEJ_MODYFIKACJIColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetDATA_OSTATNIEJ_MODYFIKACJINull() {
                this[this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_OSTATNIEJ_MODYFIKACJIColumn] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class VIEW_LISTA_REKLAM_OD_DORowChangeEvent : System.EventArgs {
            
            private VIEW_LISTA_REKLAM_OD_DORow eventRow;
            
            private System.Data.DataRowAction eventAction;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public VIEW_LISTA_REKLAM_OD_DORowChangeEvent(VIEW_LISTA_REKLAM_OD_DORow row, System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public VIEW_LISTA_REKLAM_OD_DORow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
    }
}
namespace Baza_Reklam.WIDOKIDataSetTableAdapters {
    
    
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.ComponentModel.ToolboxItem(true)]
    [System.ComponentModel.DataObjectAttribute(true)]
    [System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
        ", Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
    public partial class VIEW_LISTA_REKLAM_OD_DOTableAdapter : System.ComponentModel.Component {
        
        private System.Data.SqlClient.SqlDataAdapter _adapter;
        
        private System.Data.SqlClient.SqlConnection _connection;
        
        private System.Data.SqlClient.SqlCommand[] _commandCollection;
        
        private bool _clearBeforeFill;
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public VIEW_LISTA_REKLAM_OD_DOTableAdapter() {
            this.ClearBeforeFill = true;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private System.Data.SqlClient.SqlDataAdapter Adapter {
            get {
                if ((this._adapter == null)) {
                    this.InitAdapter();
                }
                return this._adapter;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        internal System.Data.SqlClient.SqlConnection Connection {
            get {
                if ((this._connection == null)) {
                    this.InitConnection();
                }
                return this._connection;
            }
            set {
                this._connection = value;
                if ((this.Adapter.InsertCommand != null)) {
                    this.Adapter.InsertCommand.Connection = value;
                }
                if ((this.Adapter.DeleteCommand != null)) {
                    this.Adapter.DeleteCommand.Connection = value;
                }
                if ((this.Adapter.UpdateCommand != null)) {
                    this.Adapter.UpdateCommand.Connection = value;
                }
                for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
                    if ((this.CommandCollection[i] != null)) {
                        ((System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
                    }
                }
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected System.Data.SqlClient.SqlCommand[] CommandCollection {
            get {
                if ((this._commandCollection == null)) {
                    this.InitCommandCollection();
                }
                return this._commandCollection;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public bool ClearBeforeFill {
            get {
                return this._clearBeforeFill;
            }
            set {
                this._clearBeforeFill = value;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void InitAdapter() {
            this._adapter = new System.Data.SqlClient.SqlDataAdapter();
            System.Data.Common.DataTableMapping tableMapping = new System.Data.Common.DataTableMapping();
            tableMapping.SourceTable = "Table";
            tableMapping.DataSetTable = "VIEW_LISTA_REKLAM_OD_DO";
            tableMapping.ColumnMappings.Add("ReklamaID", "ReklamaID");
            tableMapping.ColumnMappings.Add("CustomerID", "CustomerID");
            tableMapping.ColumnMappings.Add("SYMBOL AKWIZYTORA", "SYMBOL AKWIZYTORA");
            tableMapping.ColumnMappings.Add("TYTUŁ", "TYTUŁ");
            tableMapping.ColumnMappings.Add("TYP", "TYP");
            tableMapping.ColumnMappings.Add("ID REKLAMY", "ID REKLAMY");
            tableMapping.ColumnMappings.Add("NICK NAME", "NICK NAME");
            tableMapping.ColumnMappings.Add("OD", "OD");
            tableMapping.ColumnMappings.Add("DO", "DO");
            tableMapping.ColumnMappings.Add("SZER", "SZER");
            tableMapping.ColumnMappings.Add("WYS", "WYS");
            tableMapping.ColumnMappings.Add("CJ", "CJ");
            tableMapping.ColumnMappings.Add("WM", "WM");
            tableMapping.ColumnMappings.Add("ZP", "ZP");
            tableMapping.ColumnMappings.Add("ZD", "ZD");
            tableMapping.ColumnMappings.Add("FW", "FW");
            tableMapping.ColumnMappings.Add("DATA ZAMÓWIENIA", "DATA ZAMÓWIENIA");
            tableMapping.ColumnMappings.Add("DATA OSTATNIEJ MODYFIKACJI", "DATA OSTATNIEJ MODYFIKACJI");
            tableMapping.ColumnMappings.Add("agencja", "agencja");
            this._adapter.TableMappings.Add(tableMapping);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void InitConnection() {
            this._connection = new System.Data.SqlClient.SqlConnection();
            this._connection.ConnectionString = global::Baza_Reklam.Properties.Settings.Default.testowe;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void InitCommandCollection() {
            this._commandCollection = new System.Data.SqlClient.SqlCommand[1];
            this._commandCollection[0] = new System.Data.SqlClient.SqlCommand();
            this._commandCollection[0].Connection = this.Connection;
            this._commandCollection[0].CommandText = "SELECT ReklamaID, CustomerID, [SYMBOL AKWIZYTORA], TYTUŁ, TYP, [ID REKLAMY], [NIC" +
                "K NAME], OD, DO, SZER, WYS, CJ, WM, ZP, ZD, FW, [DATA ZAMÓWIENIA], [DATA OSTATNI" +
                "EJ MODYFIKACJI], agencja FROM dbo.VIEW_LISTA_REKLAM_OD_DO";
            this._commandCollection[0].CommandType = System.Data.CommandType.Text;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
        [System.ComponentModel.DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType.Fill, true)]
        public virtual int Fill(WIDOKIDataSet.VIEW_LISTA_REKLAM_OD_DODataTable dataTable) {
            this.Adapter.SelectCommand = this.CommandCollection[0];
            if ((this.ClearBeforeFill == true)) {
                dataTable.Clear();
            }
            int returnValue = this.Adapter.Fill(dataTable);
            return returnValue;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
        [System.ComponentModel.DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType.Select, true)]
        public virtual WIDOKIDataSet.VIEW_LISTA_REKLAM_OD_DODataTable GetData() {
            this.Adapter.SelectCommand = this.CommandCollection[0];
            WIDOKIDataSet.VIEW_LISTA_REKLAM_OD_DODataTable dataTable = new WIDOKIDataSet.VIEW_LISTA_REKLAM_OD_DODataTable();
            this.Adapter.Fill(dataTable);
            return dataTable;
        }
    }
}

#pragma warning restore 1591