| 1 | //------------------------------------------------------------------------------
|
|---|
| 2 | // <auto-generated>
|
|---|
| 3 | // This code was generated by a tool.
|
|---|
| 4 | // Runtime Version:2.0.50727.312
|
|---|
| 5 | //
|
|---|
| 6 | // Changes to this file may cause incorrect behavior and will be lost if
|
|---|
| 7 | // the code is regenerated.
|
|---|
| 8 | // </auto-generated>
|
|---|
| 9 | //------------------------------------------------------------------------------
|
|---|
| 10 |
|
|---|
| 11 | #pragma warning disable 1591
|
|---|
| 12 |
|
|---|
| 13 | namespace Baza_Reklam {
|
|---|
| 14 | using System;
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
|
|---|
| 18 | [Serializable()]
|
|---|
| 19 | [System.ComponentModel.DesignerCategoryAttribute("code")]
|
|---|
| 20 | [System.ComponentModel.ToolboxItem(true)]
|
|---|
| 21 | [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
|---|
| 22 | [System.Xml.Serialization.XmlRootAttribute("WIDOKIDataSet")]
|
|---|
| 23 | [System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
|---|
| 24 | public partial class WIDOKIDataSet : System.Data.DataSet {
|
|---|
| 25 |
|
|---|
| 26 | private VIEW_LISTA_REKLAM_OD_DODataTable tableVIEW_LISTA_REKLAM_OD_DO;
|
|---|
| 27 |
|
|---|
| 28 | private System.Data.SchemaSerializationMode _schemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 29 |
|
|---|
| 30 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 31 | public WIDOKIDataSet() {
|
|---|
| 32 | this.BeginInit();
|
|---|
| 33 | this.InitClass();
|
|---|
| 34 | System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|---|
| 35 | base.Tables.CollectionChanged += schemaChangedHandler;
|
|---|
| 36 | base.Relations.CollectionChanged += schemaChangedHandler;
|
|---|
| 37 | this.EndInit();
|
|---|
| 38 | }
|
|---|
| 39 |
|
|---|
| 40 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 41 | protected WIDOKIDataSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|---|
| 42 | base(info, context, false) {
|
|---|
| 43 | if ((this.IsBinarySerialized(info, context) == true)) {
|
|---|
| 44 | this.InitVars(false);
|
|---|
| 45 | System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|---|
| 46 | this.Tables.CollectionChanged += schemaChangedHandler1;
|
|---|
| 47 | this.Relations.CollectionChanged += schemaChangedHandler1;
|
|---|
| 48 | return;
|
|---|
| 49 | }
|
|---|
| 50 | string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
|
|---|
| 51 | if ((this.DetermineSchemaSerializationMode(info, context) == System.Data.SchemaSerializationMode.IncludeSchema)) {
|
|---|
| 52 | System.Data.DataSet ds = new System.Data.DataSet();
|
|---|
| 53 | ds.ReadXmlSchema(new System.Xml.XmlTextReader(new System.IO.StringReader(strSchema)));
|
|---|
| 54 | if ((ds.Tables["VIEW_LISTA_REKLAM_OD_DO"] != null)) {
|
|---|
| 55 | base.Tables.Add(new VIEW_LISTA_REKLAM_OD_DODataTable(ds.Tables["VIEW_LISTA_REKLAM_OD_DO"]));
|
|---|
| 56 | }
|
|---|
| 57 | this.DataSetName = ds.DataSetName;
|
|---|
| 58 | this.Prefix = ds.Prefix;
|
|---|
| 59 | this.Namespace = ds.Namespace;
|
|---|
| 60 | this.Locale = ds.Locale;
|
|---|
| 61 | this.CaseSensitive = ds.CaseSensitive;
|
|---|
| 62 | this.EnforceConstraints = ds.EnforceConstraints;
|
|---|
| 63 | this.Merge(ds, false, System.Data.MissingSchemaAction.Add);
|
|---|
| 64 | this.InitVars();
|
|---|
| 65 | }
|
|---|
| 66 | else {
|
|---|
| 67 | this.ReadXmlSchema(new System.Xml.XmlTextReader(new System.IO.StringReader(strSchema)));
|
|---|
| 68 | }
|
|---|
| 69 | this.GetSerializationData(info, context);
|
|---|
| 70 | System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|---|
| 71 | base.Tables.CollectionChanged += schemaChangedHandler;
|
|---|
| 72 | this.Relations.CollectionChanged += schemaChangedHandler;
|
|---|
| 73 | }
|
|---|
| 74 |
|
|---|
| 75 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 76 | [System.ComponentModel.Browsable(false)]
|
|---|
| 77 | [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|---|
| 78 | public VIEW_LISTA_REKLAM_OD_DODataTable VIEW_LISTA_REKLAM_OD_DO {
|
|---|
| 79 | get {
|
|---|
| 80 | return this.tableVIEW_LISTA_REKLAM_OD_DO;
|
|---|
| 81 | }
|
|---|
| 82 | }
|
|---|
| 83 |
|
|---|
| 84 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 85 | [System.ComponentModel.BrowsableAttribute(true)]
|
|---|
| 86 | [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
|
|---|
| 87 | public override System.Data.SchemaSerializationMode SchemaSerializationMode {
|
|---|
| 88 | get {
|
|---|
| 89 | return this._schemaSerializationMode;
|
|---|
| 90 | }
|
|---|
| 91 | set {
|
|---|
| 92 | this._schemaSerializationMode = value;
|
|---|
| 93 | }
|
|---|
| 94 | }
|
|---|
| 95 |
|
|---|
| 96 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 97 | [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
|---|
| 98 | public new System.Data.DataTableCollection Tables {
|
|---|
| 99 | get {
|
|---|
| 100 | return base.Tables;
|
|---|
| 101 | }
|
|---|
| 102 | }
|
|---|
| 103 |
|
|---|
| 104 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 105 | [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
|---|
| 106 | public new System.Data.DataRelationCollection Relations {
|
|---|
| 107 | get {
|
|---|
| 108 | return base.Relations;
|
|---|
| 109 | }
|
|---|
| 110 | }
|
|---|
| 111 |
|
|---|
| 112 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 113 | protected override void InitializeDerivedDataSet() {
|
|---|
| 114 | this.BeginInit();
|
|---|
| 115 | this.InitClass();
|
|---|
| 116 | this.EndInit();
|
|---|
| 117 | }
|
|---|
| 118 |
|
|---|
| 119 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 120 | public override System.Data.DataSet Clone() {
|
|---|
| 121 | WIDOKIDataSet cln = ((WIDOKIDataSet)(base.Clone()));
|
|---|
| 122 | cln.InitVars();
|
|---|
| 123 | cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
|---|
| 124 | return cln;
|
|---|
| 125 | }
|
|---|
| 126 |
|
|---|
| 127 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 128 | protected override bool ShouldSerializeTables() {
|
|---|
| 129 | return false;
|
|---|
| 130 | }
|
|---|
| 131 |
|
|---|
| 132 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 133 | protected override bool ShouldSerializeRelations() {
|
|---|
| 134 | return false;
|
|---|
| 135 | }
|
|---|
| 136 |
|
|---|
| 137 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 138 | protected override void ReadXmlSerializable(System.Xml.XmlReader reader) {
|
|---|
| 139 | if ((this.DetermineSchemaSerializationMode(reader) == System.Data.SchemaSerializationMode.IncludeSchema)) {
|
|---|
| 140 | this.Reset();
|
|---|
| 141 | System.Data.DataSet ds = new System.Data.DataSet();
|
|---|
| 142 | ds.ReadXml(reader);
|
|---|
| 143 | if ((ds.Tables["VIEW_LISTA_REKLAM_OD_DO"] != null)) {
|
|---|
| 144 | base.Tables.Add(new VIEW_LISTA_REKLAM_OD_DODataTable(ds.Tables["VIEW_LISTA_REKLAM_OD_DO"]));
|
|---|
| 145 | }
|
|---|
| 146 | this.DataSetName = ds.DataSetName;
|
|---|
| 147 | this.Prefix = ds.Prefix;
|
|---|
| 148 | this.Namespace = ds.Namespace;
|
|---|
| 149 | this.Locale = ds.Locale;
|
|---|
| 150 | this.CaseSensitive = ds.CaseSensitive;
|
|---|
| 151 | this.EnforceConstraints = ds.EnforceConstraints;
|
|---|
| 152 | this.Merge(ds, false, System.Data.MissingSchemaAction.Add);
|
|---|
| 153 | this.InitVars();
|
|---|
| 154 | }
|
|---|
| 155 | else {
|
|---|
| 156 | this.ReadXml(reader);
|
|---|
| 157 | this.InitVars();
|
|---|
| 158 | }
|
|---|
| 159 | }
|
|---|
| 160 |
|
|---|
| 161 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 162 | protected override System.Xml.Schema.XmlSchema GetSchemaSerializable() {
|
|---|
| 163 | System.IO.MemoryStream stream = new System.IO.MemoryStream();
|
|---|
| 164 | this.WriteXmlSchema(new System.Xml.XmlTextWriter(stream, null));
|
|---|
| 165 | stream.Position = 0;
|
|---|
| 166 | return System.Xml.Schema.XmlSchema.Read(new System.Xml.XmlTextReader(stream), null);
|
|---|
| 167 | }
|
|---|
| 168 |
|
|---|
| 169 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 170 | internal void InitVars() {
|
|---|
| 171 | this.InitVars(true);
|
|---|
| 172 | }
|
|---|
| 173 |
|
|---|
| 174 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 175 | internal void InitVars(bool initTable) {
|
|---|
| 176 | this.tableVIEW_LISTA_REKLAM_OD_DO = ((VIEW_LISTA_REKLAM_OD_DODataTable)(base.Tables["VIEW_LISTA_REKLAM_OD_DO"]));
|
|---|
| 177 | if ((initTable == true)) {
|
|---|
| 178 | if ((this.tableVIEW_LISTA_REKLAM_OD_DO != null)) {
|
|---|
| 179 | this.tableVIEW_LISTA_REKLAM_OD_DO.InitVars();
|
|---|
| 180 | }
|
|---|
| 181 | }
|
|---|
| 182 | }
|
|---|
| 183 |
|
|---|
| 184 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 185 | private void InitClass() {
|
|---|
| 186 | this.DataSetName = "WIDOKIDataSet";
|
|---|
| 187 | this.Prefix = "";
|
|---|
| 188 | this.Namespace = "http://tempuri.org/WIDOKIDataSet.xsd";
|
|---|
| 189 | this.EnforceConstraints = true;
|
|---|
| 190 | this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 191 | this.tableVIEW_LISTA_REKLAM_OD_DO = new VIEW_LISTA_REKLAM_OD_DODataTable();
|
|---|
| 192 | base.Tables.Add(this.tableVIEW_LISTA_REKLAM_OD_DO);
|
|---|
| 193 | }
|
|---|
| 194 |
|
|---|
| 195 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 196 | private bool ShouldSerializeVIEW_LISTA_REKLAM_OD_DO() {
|
|---|
| 197 | return false;
|
|---|
| 198 | }
|
|---|
| 199 |
|
|---|
| 200 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 201 | private void SchemaChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) {
|
|---|
| 202 | if ((e.Action == System.ComponentModel.CollectionChangeAction.Remove)) {
|
|---|
| 203 | this.InitVars();
|
|---|
| 204 | }
|
|---|
| 205 | }
|
|---|
| 206 |
|
|---|
| 207 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 208 | public static System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(System.Xml.Schema.XmlSchemaSet xs) {
|
|---|
| 209 | WIDOKIDataSet ds = new WIDOKIDataSet();
|
|---|
| 210 | System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
|
|---|
| 211 | System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
|
|---|
| 212 | xs.Add(ds.GetSchemaSerializable());
|
|---|
| 213 | System.Xml.Schema.XmlSchemaAny any = new System.Xml.Schema.XmlSchemaAny();
|
|---|
| 214 | any.Namespace = ds.Namespace;
|
|---|
| 215 | sequence.Items.Add(any);
|
|---|
| 216 | type.Particle = sequence;
|
|---|
| 217 | return type;
|
|---|
| 218 | }
|
|---|
| 219 |
|
|---|
| 220 | public delegate void VIEW_LISTA_REKLAM_OD_DORowChangeEventHandler(object sender, VIEW_LISTA_REKLAM_OD_DORowChangeEvent e);
|
|---|
| 221 |
|
|---|
| 222 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
|
|---|
| 223 | [System.Serializable()]
|
|---|
| 224 | [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|---|
| 225 | public partial class VIEW_LISTA_REKLAM_OD_DODataTable : System.Data.DataTable, System.Collections.IEnumerable {
|
|---|
| 226 |
|
|---|
| 227 | private System.Data.DataColumn columnReklamaID;
|
|---|
| 228 |
|
|---|
| 229 | private System.Data.DataColumn columnCustomerID;
|
|---|
| 230 |
|
|---|
| 231 | private System.Data.DataColumn columnSYMBOL_AKWIZYTORA;
|
|---|
| 232 |
|
|---|
| 233 | private System.Data.DataColumn columnTYTUŁ;
|
|---|
| 234 |
|
|---|
| 235 | private System.Data.DataColumn columnTYP;
|
|---|
| 236 |
|
|---|
| 237 | private System.Data.DataColumn columnID_REKLAMY;
|
|---|
| 238 |
|
|---|
| 239 | private System.Data.DataColumn columnNICK_NAME;
|
|---|
| 240 |
|
|---|
| 241 | private System.Data.DataColumn columnOD;
|
|---|
| 242 |
|
|---|
| 243 | private System.Data.DataColumn columnDO;
|
|---|
| 244 |
|
|---|
| 245 | private System.Data.DataColumn columnSZER;
|
|---|
| 246 |
|
|---|
| 247 | private System.Data.DataColumn columnWYS;
|
|---|
| 248 |
|
|---|
| 249 | private System.Data.DataColumn columnCJ;
|
|---|
| 250 |
|
|---|
| 251 | private System.Data.DataColumn columnWM;
|
|---|
| 252 |
|
|---|
| 253 | private System.Data.DataColumn columnZP;
|
|---|
| 254 |
|
|---|
| 255 | private System.Data.DataColumn columnZD;
|
|---|
| 256 |
|
|---|
| 257 | private System.Data.DataColumn columnFW;
|
|---|
| 258 |
|
|---|
| 259 | private System.Data.DataColumn columnDATA_ZAMÓWIENIA;
|
|---|
| 260 |
|
|---|
| 261 | private System.Data.DataColumn columnDATA_OSTATNIEJ_MODYFIKACJI;
|
|---|
| 262 |
|
|---|
| 263 | private System.Data.DataColumn columnagencja;
|
|---|
| 264 |
|
|---|
| 265 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 266 | public VIEW_LISTA_REKLAM_OD_DODataTable() {
|
|---|
| 267 | this.TableName = "VIEW_LISTA_REKLAM_OD_DO";
|
|---|
| 268 | this.BeginInit();
|
|---|
| 269 | this.InitClass();
|
|---|
| 270 | this.EndInit();
|
|---|
| 271 | }
|
|---|
| 272 |
|
|---|
| 273 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 274 | internal VIEW_LISTA_REKLAM_OD_DODataTable(System.Data.DataTable table) {
|
|---|
| 275 | this.TableName = table.TableName;
|
|---|
| 276 | if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
|
|---|
| 277 | this.CaseSensitive = table.CaseSensitive;
|
|---|
| 278 | }
|
|---|
| 279 | if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
|
|---|
| 280 | this.Locale = table.Locale;
|
|---|
| 281 | }
|
|---|
| 282 | if ((table.Namespace != table.DataSet.Namespace)) {
|
|---|
| 283 | this.Namespace = table.Namespace;
|
|---|
| 284 | }
|
|---|
| 285 | this.Prefix = table.Prefix;
|
|---|
| 286 | this.MinimumCapacity = table.MinimumCapacity;
|
|---|
| 287 | }
|
|---|
| 288 |
|
|---|
| 289 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 290 | protected VIEW_LISTA_REKLAM_OD_DODataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|---|
| 291 | base(info, context) {
|
|---|
| 292 | this.InitVars();
|
|---|
| 293 | }
|
|---|
| 294 |
|
|---|
| 295 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 296 | public System.Data.DataColumn ReklamaIDColumn {
|
|---|
| 297 | get {
|
|---|
| 298 | return this.columnReklamaID;
|
|---|
| 299 | }
|
|---|
| 300 | }
|
|---|
| 301 |
|
|---|
| 302 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 303 | public System.Data.DataColumn CustomerIDColumn {
|
|---|
| 304 | get {
|
|---|
| 305 | return this.columnCustomerID;
|
|---|
| 306 | }
|
|---|
| 307 | }
|
|---|
| 308 |
|
|---|
| 309 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 310 | public System.Data.DataColumn SYMBOL_AKWIZYTORAColumn {
|
|---|
| 311 | get {
|
|---|
| 312 | return this.columnSYMBOL_AKWIZYTORA;
|
|---|
| 313 | }
|
|---|
| 314 | }
|
|---|
| 315 |
|
|---|
| 316 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 317 | public System.Data.DataColumn TYTUŁColumn {
|
|---|
| 318 | get {
|
|---|
| 319 | return this.columnTYTUŁ;
|
|---|
| 320 | }
|
|---|
| 321 | }
|
|---|
| 322 |
|
|---|
| 323 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 324 | public System.Data.DataColumn TYPColumn {
|
|---|
| 325 | get {
|
|---|
| 326 | return this.columnTYP;
|
|---|
| 327 | }
|
|---|
| 328 | }
|
|---|
| 329 |
|
|---|
| 330 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 331 | public System.Data.DataColumn ID_REKLAMYColumn {
|
|---|
| 332 | get {
|
|---|
| 333 | return this.columnID_REKLAMY;
|
|---|
| 334 | }
|
|---|
| 335 | }
|
|---|
| 336 |
|
|---|
| 337 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 338 | public System.Data.DataColumn NICK_NAMEColumn {
|
|---|
| 339 | get {
|
|---|
| 340 | return this.columnNICK_NAME;
|
|---|
| 341 | }
|
|---|
| 342 | }
|
|---|
| 343 |
|
|---|
| 344 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 345 | public System.Data.DataColumn ODColumn {
|
|---|
| 346 | get {
|
|---|
| 347 | return this.columnOD;
|
|---|
| 348 | }
|
|---|
| 349 | }
|
|---|
| 350 |
|
|---|
| 351 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 352 | public System.Data.DataColumn DOColumn {
|
|---|
| 353 | get {
|
|---|
| 354 | return this.columnDO;
|
|---|
| 355 | }
|
|---|
| 356 | }
|
|---|
| 357 |
|
|---|
| 358 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 359 | public System.Data.DataColumn SZERColumn {
|
|---|
| 360 | get {
|
|---|
| 361 | return this.columnSZER;
|
|---|
| 362 | }
|
|---|
| 363 | }
|
|---|
| 364 |
|
|---|
| 365 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 366 | public System.Data.DataColumn WYSColumn {
|
|---|
| 367 | get {
|
|---|
| 368 | return this.columnWYS;
|
|---|
| 369 | }
|
|---|
| 370 | }
|
|---|
| 371 |
|
|---|
| 372 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 373 | public System.Data.DataColumn CJColumn {
|
|---|
| 374 | get {
|
|---|
| 375 | return this.columnCJ;
|
|---|
| 376 | }
|
|---|
| 377 | }
|
|---|
| 378 |
|
|---|
| 379 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 380 | public System.Data.DataColumn WMColumn {
|
|---|
| 381 | get {
|
|---|
| 382 | return this.columnWM;
|
|---|
| 383 | }
|
|---|
| 384 | }
|
|---|
| 385 |
|
|---|
| 386 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 387 | public System.Data.DataColumn ZPColumn {
|
|---|
| 388 | get {
|
|---|
| 389 | return this.columnZP;
|
|---|
| 390 | }
|
|---|
| 391 | }
|
|---|
| 392 |
|
|---|
| 393 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 394 | public System.Data.DataColumn ZDColumn {
|
|---|
| 395 | get {
|
|---|
| 396 | return this.columnZD;
|
|---|
| 397 | }
|
|---|
| 398 | }
|
|---|
| 399 |
|
|---|
| 400 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 401 | public System.Data.DataColumn FWColumn {
|
|---|
| 402 | get {
|
|---|
| 403 | return this.columnFW;
|
|---|
| 404 | }
|
|---|
| 405 | }
|
|---|
| 406 |
|
|---|
| 407 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 408 | public System.Data.DataColumn DATA_ZAMÓWIENIAColumn {
|
|---|
| 409 | get {
|
|---|
| 410 | return this.columnDATA_ZAMÓWIENIA;
|
|---|
| 411 | }
|
|---|
| 412 | }
|
|---|
| 413 |
|
|---|
| 414 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 415 | public System.Data.DataColumn DATA_OSTATNIEJ_MODYFIKACJIColumn {
|
|---|
| 416 | get {
|
|---|
| 417 | return this.columnDATA_OSTATNIEJ_MODYFIKACJI;
|
|---|
| 418 | }
|
|---|
| 419 | }
|
|---|
| 420 |
|
|---|
| 421 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 422 | public System.Data.DataColumn agencjaColumn {
|
|---|
| 423 | get {
|
|---|
| 424 | return this.columnagencja;
|
|---|
| 425 | }
|
|---|
| 426 | }
|
|---|
| 427 |
|
|---|
| 428 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 429 | [System.ComponentModel.Browsable(false)]
|
|---|
| 430 | public int Count {
|
|---|
| 431 | get {
|
|---|
| 432 | return this.Rows.Count;
|
|---|
| 433 | }
|
|---|
| 434 | }
|
|---|
| 435 |
|
|---|
| 436 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 437 | public VIEW_LISTA_REKLAM_OD_DORow this[int index] {
|
|---|
| 438 | get {
|
|---|
| 439 | return ((VIEW_LISTA_REKLAM_OD_DORow)(this.Rows[index]));
|
|---|
| 440 | }
|
|---|
| 441 | }
|
|---|
| 442 |
|
|---|
| 443 | public event VIEW_LISTA_REKLAM_OD_DORowChangeEventHandler VIEW_LISTA_REKLAM_OD_DORowChanging;
|
|---|
| 444 |
|
|---|
| 445 | public event VIEW_LISTA_REKLAM_OD_DORowChangeEventHandler VIEW_LISTA_REKLAM_OD_DORowChanged;
|
|---|
| 446 |
|
|---|
| 447 | public event VIEW_LISTA_REKLAM_OD_DORowChangeEventHandler VIEW_LISTA_REKLAM_OD_DORowDeleting;
|
|---|
| 448 |
|
|---|
| 449 | public event VIEW_LISTA_REKLAM_OD_DORowChangeEventHandler VIEW_LISTA_REKLAM_OD_DORowDeleted;
|
|---|
| 450 |
|
|---|
| 451 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 452 | public void AddVIEW_LISTA_REKLAM_OD_DORow(VIEW_LISTA_REKLAM_OD_DORow row) {
|
|---|
| 453 | this.Rows.Add(row);
|
|---|
| 454 | }
|
|---|
| 455 |
|
|---|
| 456 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 457 | public VIEW_LISTA_REKLAM_OD_DORow AddVIEW_LISTA_REKLAM_OD_DORow(
|
|---|
| 458 | int ReklamaID,
|
|---|
| 459 | int CustomerID,
|
|---|
| 460 | string SYMBOL_AKWIZYTORA,
|
|---|
| 461 | string TYTUŁ,
|
|---|
| 462 | string TYP,
|
|---|
| 463 | string ID_REKLAMY,
|
|---|
| 464 | string NICK_NAME,
|
|---|
| 465 | short OD,
|
|---|
| 466 | short DO,
|
|---|
| 467 | double SZER,
|
|---|
| 468 | double WYS,
|
|---|
| 469 | double CJ,
|
|---|
| 470 | int WM,
|
|---|
| 471 | int ZP,
|
|---|
| 472 | int ZD,
|
|---|
| 473 | int FW,
|
|---|
| 474 | System.DateTime DATA_ZAMÓWIENIA,
|
|---|
| 475 | System.DateTime DATA_OSTATNIEJ_MODYFIKACJI,
|
|---|
| 476 | string agencja) {
|
|---|
| 477 | VIEW_LISTA_REKLAM_OD_DORow rowVIEW_LISTA_REKLAM_OD_DORow = ((VIEW_LISTA_REKLAM_OD_DORow)(this.NewRow()));
|
|---|
| 478 | rowVIEW_LISTA_REKLAM_OD_DORow.ItemArray = new object[] {
|
|---|
| 479 | ReklamaID,
|
|---|
| 480 | CustomerID,
|
|---|
| 481 | SYMBOL_AKWIZYTORA,
|
|---|
| 482 | TYTUŁ,
|
|---|
| 483 | TYP,
|
|---|
| 484 | ID_REKLAMY,
|
|---|
| 485 | NICK_NAME,
|
|---|
| 486 | OD,
|
|---|
| 487 | DO,
|
|---|
| 488 | SZER,
|
|---|
| 489 | WYS,
|
|---|
| 490 | CJ,
|
|---|
| 491 | WM,
|
|---|
| 492 | ZP,
|
|---|
| 493 | ZD,
|
|---|
| 494 | FW,
|
|---|
| 495 | DATA_ZAMÓWIENIA,
|
|---|
| 496 | DATA_OSTATNIEJ_MODYFIKACJI,
|
|---|
| 497 | agencja};
|
|---|
| 498 | this.Rows.Add(rowVIEW_LISTA_REKLAM_OD_DORow);
|
|---|
| 499 | return rowVIEW_LISTA_REKLAM_OD_DORow;
|
|---|
| 500 | }
|
|---|
| 501 |
|
|---|
| 502 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 503 | public virtual System.Collections.IEnumerator GetEnumerator() {
|
|---|
| 504 | return this.Rows.GetEnumerator();
|
|---|
| 505 | }
|
|---|
| 506 |
|
|---|
| 507 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 508 | public override System.Data.DataTable Clone() {
|
|---|
| 509 | VIEW_LISTA_REKLAM_OD_DODataTable cln = ((VIEW_LISTA_REKLAM_OD_DODataTable)(base.Clone()));
|
|---|
| 510 | cln.InitVars();
|
|---|
| 511 | return cln;
|
|---|
| 512 | }
|
|---|
| 513 |
|
|---|
| 514 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 515 | protected override System.Data.DataTable CreateInstance() {
|
|---|
| 516 | return new VIEW_LISTA_REKLAM_OD_DODataTable();
|
|---|
| 517 | }
|
|---|
| 518 |
|
|---|
| 519 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 520 | internal void InitVars() {
|
|---|
| 521 | this.columnReklamaID = base.Columns["ReklamaID"];
|
|---|
| 522 | this.columnCustomerID = base.Columns["CustomerID"];
|
|---|
| 523 | this.columnSYMBOL_AKWIZYTORA = base.Columns["SYMBOL AKWIZYTORA"];
|
|---|
| 524 | this.columnTYTUŁ = base.Columns["TYTUŁ"];
|
|---|
| 525 | this.columnTYP = base.Columns["TYP"];
|
|---|
| 526 | this.columnID_REKLAMY = base.Columns["ID REKLAMY"];
|
|---|
| 527 | this.columnNICK_NAME = base.Columns["NICK NAME"];
|
|---|
| 528 | this.columnOD = base.Columns["OD"];
|
|---|
| 529 | this.columnDO = base.Columns["DO"];
|
|---|
| 530 | this.columnSZER = base.Columns["SZER"];
|
|---|
| 531 | this.columnWYS = base.Columns["WYS"];
|
|---|
| 532 | this.columnCJ = base.Columns["CJ"];
|
|---|
| 533 | this.columnWM = base.Columns["WM"];
|
|---|
| 534 | this.columnZP = base.Columns["ZP"];
|
|---|
| 535 | this.columnZD = base.Columns["ZD"];
|
|---|
| 536 | this.columnFW = base.Columns["FW"];
|
|---|
| 537 | this.columnDATA_ZAMÓWIENIA = base.Columns["DATA ZAMÓWIENIA"];
|
|---|
| 538 | this.columnDATA_OSTATNIEJ_MODYFIKACJI = base.Columns["DATA OSTATNIEJ MODYFIKACJI"];
|
|---|
| 539 | this.columnagencja = base.Columns["agencja"];
|
|---|
| 540 | }
|
|---|
| 541 |
|
|---|
| 542 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 543 | private void InitClass() {
|
|---|
| 544 | this.columnReklamaID = new System.Data.DataColumn("ReklamaID", typeof(int), null, System.Data.MappingType.Element);
|
|---|
| 545 | base.Columns.Add(this.columnReklamaID);
|
|---|
| 546 | this.columnCustomerID = new System.Data.DataColumn("CustomerID", typeof(int), null, System.Data.MappingType.Element);
|
|---|
| 547 | base.Columns.Add(this.columnCustomerID);
|
|---|
| 548 | this.columnSYMBOL_AKWIZYTORA = new System.Data.DataColumn("SYMBOL AKWIZYTORA", typeof(string), null, System.Data.MappingType.Element);
|
|---|
| 549 | this.columnSYMBOL_AKWIZYTORA.ExtendedProperties.Add("Generator_ColumnPropNameInRow", "SYMBOL_AKWIZYTORA");
|
|---|
| 550 | this.columnSYMBOL_AKWIZYTORA.ExtendedProperties.Add("Generator_ColumnPropNameInTable", "SYMBOL_AKWIZYTORAColumn");
|
|---|
| 551 | this.columnSYMBOL_AKWIZYTORA.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnSYMBOL_AKWIZYTORA");
|
|---|
| 552 | this.columnSYMBOL_AKWIZYTORA.ExtendedProperties.Add("Generator_UserColumnName", "SYMBOL AKWIZYTORA");
|
|---|
| 553 | base.Columns.Add(this.columnSYMBOL_AKWIZYTORA);
|
|---|
| 554 | this.columnTYTUŁ = new System.Data.DataColumn("TYTUŁ", typeof(string), null, System.Data.MappingType.Element);
|
|---|
| 555 | base.Columns.Add(this.columnTYTUŁ);
|
|---|
| 556 | this.columnTYP = new System.Data.DataColumn("TYP", typeof(string), null, System.Data.MappingType.Element);
|
|---|
| 557 | base.Columns.Add(this.columnTYP);
|
|---|
| 558 | this.columnID_REKLAMY = new System.Data.DataColumn("ID REKLAMY", typeof(string), null, System.Data.MappingType.Element);
|
|---|
| 559 | this.columnID_REKLAMY.ExtendedProperties.Add("Generator_ColumnPropNameInRow", "ID_REKLAMY");
|
|---|
| 560 | this.columnID_REKLAMY.ExtendedProperties.Add("Generator_ColumnPropNameInTable", "ID_REKLAMYColumn");
|
|---|
| 561 | this.columnID_REKLAMY.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnID_REKLAMY");
|
|---|
| 562 | this.columnID_REKLAMY.ExtendedProperties.Add("Generator_UserColumnName", "ID REKLAMY");
|
|---|
| 563 | base.Columns.Add(this.columnID_REKLAMY);
|
|---|
| 564 | this.columnNICK_NAME = new System.Data.DataColumn("NICK NAME", typeof(string), null, System.Data.MappingType.Element);
|
|---|
| 565 | this.columnNICK_NAME.ExtendedProperties.Add("Generator_ColumnPropNameInRow", "NICK_NAME");
|
|---|
| 566 | this.columnNICK_NAME.ExtendedProperties.Add("Generator_ColumnPropNameInTable", "NICK_NAMEColumn");
|
|---|
| 567 | this.columnNICK_NAME.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnNICK_NAME");
|
|---|
| 568 | this.columnNICK_NAME.ExtendedProperties.Add("Generator_UserColumnName", "NICK NAME");
|
|---|
| 569 | base.Columns.Add(this.columnNICK_NAME);
|
|---|
| 570 | this.columnOD = new System.Data.DataColumn("OD", typeof(short), null, System.Data.MappingType.Element);
|
|---|
| 571 | base.Columns.Add(this.columnOD);
|
|---|
| 572 | this.columnDO = new System.Data.DataColumn("DO", typeof(short), null, System.Data.MappingType.Element);
|
|---|
| 573 | base.Columns.Add(this.columnDO);
|
|---|
| 574 | this.columnSZER = new System.Data.DataColumn("SZER", typeof(double), null, System.Data.MappingType.Element);
|
|---|
| 575 | base.Columns.Add(this.columnSZER);
|
|---|
| 576 | this.columnWYS = new System.Data.DataColumn("WYS", typeof(double), null, System.Data.MappingType.Element);
|
|---|
| 577 | base.Columns.Add(this.columnWYS);
|
|---|
| 578 | this.columnCJ = new System.Data.DataColumn("CJ", typeof(double), null, System.Data.MappingType.Element);
|
|---|
| 579 | base.Columns.Add(this.columnCJ);
|
|---|
| 580 | this.columnWM = new System.Data.DataColumn("WM", typeof(int), null, System.Data.MappingType.Element);
|
|---|
| 581 | base.Columns.Add(this.columnWM);
|
|---|
| 582 | this.columnZP = new System.Data.DataColumn("ZP", typeof(int), null, System.Data.MappingType.Element);
|
|---|
| 583 | base.Columns.Add(this.columnZP);
|
|---|
| 584 | this.columnZD = new System.Data.DataColumn("ZD", typeof(int), null, System.Data.MappingType.Element);
|
|---|
| 585 | base.Columns.Add(this.columnZD);
|
|---|
| 586 | this.columnFW = new System.Data.DataColumn("FW", typeof(int), null, System.Data.MappingType.Element);
|
|---|
| 587 | base.Columns.Add(this.columnFW);
|
|---|
| 588 | this.columnDATA_ZAMÓWIENIA = new System.Data.DataColumn("DATA ZAMÓWIENIA", typeof(System.DateTime), null, System.Data.MappingType.Element);
|
|---|
| 589 | this.columnDATA_ZAMÓWIENIA.ExtendedProperties.Add("Generator_ColumnPropNameInRow", "DATA_ZAMÓWIENIA");
|
|---|
| 590 | this.columnDATA_ZAMÓWIENIA.ExtendedProperties.Add("Generator_ColumnPropNameInTable", "DATA_ZAMÓWIENIAColumn");
|
|---|
| 591 | this.columnDATA_ZAMÓWIENIA.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnDATA_ZAMÓWIENIA");
|
|---|
| 592 | this.columnDATA_ZAMÓWIENIA.ExtendedProperties.Add("Generator_UserColumnName", "DATA ZAMÓWIENIA");
|
|---|
| 593 | base.Columns.Add(this.columnDATA_ZAMÓWIENIA);
|
|---|
| 594 | this.columnDATA_OSTATNIEJ_MODYFIKACJI = new System.Data.DataColumn("DATA OSTATNIEJ MODYFIKACJI", typeof(System.DateTime), null, System.Data.MappingType.Element);
|
|---|
| 595 | this.columnDATA_OSTATNIEJ_MODYFIKACJI.ExtendedProperties.Add("Generator_ColumnPropNameInRow", "DATA_OSTATNIEJ_MODYFIKACJI");
|
|---|
| 596 | this.columnDATA_OSTATNIEJ_MODYFIKACJI.ExtendedProperties.Add("Generator_ColumnPropNameInTable", "DATA_OSTATNIEJ_MODYFIKACJIColumn");
|
|---|
| 597 | this.columnDATA_OSTATNIEJ_MODYFIKACJI.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnDATA_OSTATNIEJ_MODYFIKACJI");
|
|---|
| 598 | this.columnDATA_OSTATNIEJ_MODYFIKACJI.ExtendedProperties.Add("Generator_UserColumnName", "DATA OSTATNIEJ MODYFIKACJI");
|
|---|
| 599 | base.Columns.Add(this.columnDATA_OSTATNIEJ_MODYFIKACJI);
|
|---|
| 600 | this.columnagencja = new System.Data.DataColumn("agencja", typeof(string), null, System.Data.MappingType.Element);
|
|---|
| 601 | base.Columns.Add(this.columnagencja);
|
|---|
| 602 | this.columnReklamaID.AllowDBNull = false;
|
|---|
| 603 | this.columnSYMBOL_AKWIZYTORA.MaxLength = 25;
|
|---|
| 604 | this.columnTYTUŁ.MaxLength = 5;
|
|---|
| 605 | this.columnTYP.MaxLength = 10;
|
|---|
| 606 | this.columnID_REKLAMY.MaxLength = 10;
|
|---|
| 607 | this.columnNICK_NAME.MaxLength = 50;
|
|---|
| 608 | this.columnagencja.AllowDBNull = false;
|
|---|
| 609 | this.columnagencja.MaxLength = 50;
|
|---|
| 610 | }
|
|---|
| 611 |
|
|---|
| 612 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 613 | public VIEW_LISTA_REKLAM_OD_DORow NewVIEW_LISTA_REKLAM_OD_DORow() {
|
|---|
| 614 | return ((VIEW_LISTA_REKLAM_OD_DORow)(this.NewRow()));
|
|---|
| 615 | }
|
|---|
| 616 |
|
|---|
| 617 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 618 | protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
|
|---|
| 619 | return new VIEW_LISTA_REKLAM_OD_DORow(builder);
|
|---|
| 620 | }
|
|---|
| 621 |
|
|---|
| 622 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 623 | protected override System.Type GetRowType() {
|
|---|
| 624 | return typeof(VIEW_LISTA_REKLAM_OD_DORow);
|
|---|
| 625 | }
|
|---|
| 626 |
|
|---|
| 627 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 628 | protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
|
|---|
| 629 | base.OnRowChanged(e);
|
|---|
| 630 | if ((this.VIEW_LISTA_REKLAM_OD_DORowChanged != null)) {
|
|---|
| 631 | this.VIEW_LISTA_REKLAM_OD_DORowChanged(this, new VIEW_LISTA_REKLAM_OD_DORowChangeEvent(((VIEW_LISTA_REKLAM_OD_DORow)(e.Row)), e.Action));
|
|---|
| 632 | }
|
|---|
| 633 | }
|
|---|
| 634 |
|
|---|
| 635 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 636 | protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
|
|---|
| 637 | base.OnRowChanging(e);
|
|---|
| 638 | if ((this.VIEW_LISTA_REKLAM_OD_DORowChanging != null)) {
|
|---|
| 639 | this.VIEW_LISTA_REKLAM_OD_DORowChanging(this, new VIEW_LISTA_REKLAM_OD_DORowChangeEvent(((VIEW_LISTA_REKLAM_OD_DORow)(e.Row)), e.Action));
|
|---|
| 640 | }
|
|---|
| 641 | }
|
|---|
| 642 |
|
|---|
| 643 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 644 | protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
|
|---|
| 645 | base.OnRowDeleted(e);
|
|---|
| 646 | if ((this.VIEW_LISTA_REKLAM_OD_DORowDeleted != null)) {
|
|---|
| 647 | this.VIEW_LISTA_REKLAM_OD_DORowDeleted(this, new VIEW_LISTA_REKLAM_OD_DORowChangeEvent(((VIEW_LISTA_REKLAM_OD_DORow)(e.Row)), e.Action));
|
|---|
| 648 | }
|
|---|
| 649 | }
|
|---|
| 650 |
|
|---|
| 651 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 652 | protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
|
|---|
| 653 | base.OnRowDeleting(e);
|
|---|
| 654 | if ((this.VIEW_LISTA_REKLAM_OD_DORowDeleting != null)) {
|
|---|
| 655 | this.VIEW_LISTA_REKLAM_OD_DORowDeleting(this, new VIEW_LISTA_REKLAM_OD_DORowChangeEvent(((VIEW_LISTA_REKLAM_OD_DORow)(e.Row)), e.Action));
|
|---|
| 656 | }
|
|---|
| 657 | }
|
|---|
| 658 |
|
|---|
| 659 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 660 | public void RemoveVIEW_LISTA_REKLAM_OD_DORow(VIEW_LISTA_REKLAM_OD_DORow row) {
|
|---|
| 661 | this.Rows.Remove(row);
|
|---|
| 662 | }
|
|---|
| 663 |
|
|---|
| 664 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 665 | public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
|
|---|
| 666 | System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
|
|---|
| 667 | System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
|
|---|
| 668 | WIDOKIDataSet ds = new WIDOKIDataSet();
|
|---|
| 669 | xs.Add(ds.GetSchemaSerializable());
|
|---|
| 670 | System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
|
|---|
| 671 | any1.Namespace = "http://www.w3.org/2001/XMLSchema";
|
|---|
| 672 | any1.MinOccurs = new decimal(0);
|
|---|
| 673 | any1.MaxOccurs = decimal.MaxValue;
|
|---|
| 674 | any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|---|
| 675 | sequence.Items.Add(any1);
|
|---|
| 676 | System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
|
|---|
| 677 | any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
|
|---|
| 678 | any2.MinOccurs = new decimal(1);
|
|---|
| 679 | any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
|
|---|
| 680 | sequence.Items.Add(any2);
|
|---|
| 681 | System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
|
|---|
| 682 | attribute1.Name = "namespace";
|
|---|
| 683 | attribute1.FixedValue = ds.Namespace;
|
|---|
| 684 | type.Attributes.Add(attribute1);
|
|---|
| 685 | System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
|
|---|
| 686 | attribute2.Name = "tableTypeName";
|
|---|
| 687 | attribute2.FixedValue = "VIEW_LISTA_REKLAM_OD_DODataTable";
|
|---|
| 688 | type.Attributes.Add(attribute2);
|
|---|
| 689 | type.Particle = sequence;
|
|---|
| 690 | return type;
|
|---|
| 691 | }
|
|---|
| 692 | }
|
|---|
| 693 |
|
|---|
| 694 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
|
|---|
| 695 | public partial class VIEW_LISTA_REKLAM_OD_DORow : System.Data.DataRow {
|
|---|
| 696 |
|
|---|
| 697 | private VIEW_LISTA_REKLAM_OD_DODataTable tableVIEW_LISTA_REKLAM_OD_DO;
|
|---|
| 698 |
|
|---|
| 699 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 700 | internal VIEW_LISTA_REKLAM_OD_DORow(System.Data.DataRowBuilder rb) :
|
|---|
| 701 | base(rb) {
|
|---|
| 702 | this.tableVIEW_LISTA_REKLAM_OD_DO = ((VIEW_LISTA_REKLAM_OD_DODataTable)(this.Table));
|
|---|
| 703 | }
|
|---|
| 704 |
|
|---|
| 705 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 706 | public int ReklamaID {
|
|---|
| 707 | get {
|
|---|
| 708 | return ((int)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.ReklamaIDColumn]));
|
|---|
| 709 | }
|
|---|
| 710 | set {
|
|---|
| 711 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.ReklamaIDColumn] = value;
|
|---|
| 712 | }
|
|---|
| 713 | }
|
|---|
| 714 |
|
|---|
| 715 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 716 | public int CustomerID {
|
|---|
| 717 | get {
|
|---|
| 718 | try {
|
|---|
| 719 | return ((int)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.CustomerIDColumn]));
|
|---|
| 720 | }
|
|---|
| 721 | catch (System.InvalidCastException e) {
|
|---|
| 722 | throw new System.Data.StrongTypingException("The value for column \'CustomerID\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 723 | }
|
|---|
| 724 | }
|
|---|
| 725 | set {
|
|---|
| 726 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.CustomerIDColumn] = value;
|
|---|
| 727 | }
|
|---|
| 728 | }
|
|---|
| 729 |
|
|---|
| 730 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 731 | public string SYMBOL_AKWIZYTORA {
|
|---|
| 732 | get {
|
|---|
| 733 | try {
|
|---|
| 734 | return ((string)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.SYMBOL_AKWIZYTORAColumn]));
|
|---|
| 735 | }
|
|---|
| 736 | catch (System.InvalidCastException e) {
|
|---|
| 737 | throw new System.Data.StrongTypingException("The value for column \'SYMBOL AKWIZYTORA\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DB" +
|
|---|
| 738 | "Null.", e);
|
|---|
| 739 | }
|
|---|
| 740 | }
|
|---|
| 741 | set {
|
|---|
| 742 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.SYMBOL_AKWIZYTORAColumn] = value;
|
|---|
| 743 | }
|
|---|
| 744 | }
|
|---|
| 745 |
|
|---|
| 746 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 747 | public string TYTUŁ {
|
|---|
| 748 | get {
|
|---|
| 749 | try {
|
|---|
| 750 | return ((string)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.TYTUŁColumn]));
|
|---|
| 751 | }
|
|---|
| 752 | catch (System.InvalidCastException e) {
|
|---|
| 753 | throw new System.Data.StrongTypingException("The value for column \'TYTUŁ\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 754 | }
|
|---|
| 755 | }
|
|---|
| 756 | set {
|
|---|
| 757 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.TYTUŁColumn] = value;
|
|---|
| 758 | }
|
|---|
| 759 | }
|
|---|
| 760 |
|
|---|
| 761 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 762 | public string TYP {
|
|---|
| 763 | get {
|
|---|
| 764 | try {
|
|---|
| 765 | return ((string)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.TYPColumn]));
|
|---|
| 766 | }
|
|---|
| 767 | catch (System.InvalidCastException e) {
|
|---|
| 768 | throw new System.Data.StrongTypingException("The value for column \'TYP\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 769 | }
|
|---|
| 770 | }
|
|---|
| 771 | set {
|
|---|
| 772 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.TYPColumn] = value;
|
|---|
| 773 | }
|
|---|
| 774 | }
|
|---|
| 775 |
|
|---|
| 776 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 777 | public string ID_REKLAMY {
|
|---|
| 778 | get {
|
|---|
| 779 | try {
|
|---|
| 780 | return ((string)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.ID_REKLAMYColumn]));
|
|---|
| 781 | }
|
|---|
| 782 | catch (System.InvalidCastException e) {
|
|---|
| 783 | throw new System.Data.StrongTypingException("The value for column \'ID REKLAMY\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 784 | }
|
|---|
| 785 | }
|
|---|
| 786 | set {
|
|---|
| 787 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.ID_REKLAMYColumn] = value;
|
|---|
| 788 | }
|
|---|
| 789 | }
|
|---|
| 790 |
|
|---|
| 791 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 792 | public string NICK_NAME {
|
|---|
| 793 | get {
|
|---|
| 794 | try {
|
|---|
| 795 | return ((string)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.NICK_NAMEColumn]));
|
|---|
| 796 | }
|
|---|
| 797 | catch (System.InvalidCastException e) {
|
|---|
| 798 | throw new System.Data.StrongTypingException("The value for column \'NICK NAME\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 799 | }
|
|---|
| 800 | }
|
|---|
| 801 | set {
|
|---|
| 802 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.NICK_NAMEColumn] = value;
|
|---|
| 803 | }
|
|---|
| 804 | }
|
|---|
| 805 |
|
|---|
| 806 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 807 | public short OD {
|
|---|
| 808 | get {
|
|---|
| 809 | try {
|
|---|
| 810 | return ((short)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.ODColumn]));
|
|---|
| 811 | }
|
|---|
| 812 | catch (System.InvalidCastException e) {
|
|---|
| 813 | throw new System.Data.StrongTypingException("The value for column \'OD\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 814 | }
|
|---|
| 815 | }
|
|---|
| 816 | set {
|
|---|
| 817 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.ODColumn] = value;
|
|---|
| 818 | }
|
|---|
| 819 | }
|
|---|
| 820 |
|
|---|
| 821 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 822 | public short DO {
|
|---|
| 823 | get {
|
|---|
| 824 | try {
|
|---|
| 825 | return ((short)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.DOColumn]));
|
|---|
| 826 | }
|
|---|
| 827 | catch (System.InvalidCastException e) {
|
|---|
| 828 | throw new System.Data.StrongTypingException("The value for column \'DO\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 829 | }
|
|---|
| 830 | }
|
|---|
| 831 | set {
|
|---|
| 832 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.DOColumn] = value;
|
|---|
| 833 | }
|
|---|
| 834 | }
|
|---|
| 835 |
|
|---|
| 836 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 837 | public double SZER {
|
|---|
| 838 | get {
|
|---|
| 839 | try {
|
|---|
| 840 | return ((double)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.SZERColumn]));
|
|---|
| 841 | }
|
|---|
| 842 | catch (System.InvalidCastException e) {
|
|---|
| 843 | throw new System.Data.StrongTypingException("The value for column \'SZER\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 844 | }
|
|---|
| 845 | }
|
|---|
| 846 | set {
|
|---|
| 847 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.SZERColumn] = value;
|
|---|
| 848 | }
|
|---|
| 849 | }
|
|---|
| 850 |
|
|---|
| 851 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 852 | public double WYS {
|
|---|
| 853 | get {
|
|---|
| 854 | try {
|
|---|
| 855 | return ((double)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.WYSColumn]));
|
|---|
| 856 | }
|
|---|
| 857 | catch (System.InvalidCastException e) {
|
|---|
| 858 | throw new System.Data.StrongTypingException("The value for column \'WYS\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 859 | }
|
|---|
| 860 | }
|
|---|
| 861 | set {
|
|---|
| 862 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.WYSColumn] = value;
|
|---|
| 863 | }
|
|---|
| 864 | }
|
|---|
| 865 |
|
|---|
| 866 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 867 | public double CJ {
|
|---|
| 868 | get {
|
|---|
| 869 | try {
|
|---|
| 870 | return ((double)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.CJColumn]));
|
|---|
| 871 | }
|
|---|
| 872 | catch (System.InvalidCastException e) {
|
|---|
| 873 | throw new System.Data.StrongTypingException("The value for column \'CJ\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 874 | }
|
|---|
| 875 | }
|
|---|
| 876 | set {
|
|---|
| 877 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.CJColumn] = value;
|
|---|
| 878 | }
|
|---|
| 879 | }
|
|---|
| 880 |
|
|---|
| 881 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 882 | public int WM {
|
|---|
| 883 | get {
|
|---|
| 884 | try {
|
|---|
| 885 | return ((int)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.WMColumn]));
|
|---|
| 886 | }
|
|---|
| 887 | catch (System.InvalidCastException e) {
|
|---|
| 888 | throw new System.Data.StrongTypingException("The value for column \'WM\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 889 | }
|
|---|
| 890 | }
|
|---|
| 891 | set {
|
|---|
| 892 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.WMColumn] = value;
|
|---|
| 893 | }
|
|---|
| 894 | }
|
|---|
| 895 |
|
|---|
| 896 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 897 | public int ZP {
|
|---|
| 898 | get {
|
|---|
| 899 | try {
|
|---|
| 900 | return ((int)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.ZPColumn]));
|
|---|
| 901 | }
|
|---|
| 902 | catch (System.InvalidCastException e) {
|
|---|
| 903 | throw new System.Data.StrongTypingException("The value for column \'ZP\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 904 | }
|
|---|
| 905 | }
|
|---|
| 906 | set {
|
|---|
| 907 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.ZPColumn] = value;
|
|---|
| 908 | }
|
|---|
| 909 | }
|
|---|
| 910 |
|
|---|
| 911 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 912 | public int ZD {
|
|---|
| 913 | get {
|
|---|
| 914 | try {
|
|---|
| 915 | return ((int)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.ZDColumn]));
|
|---|
| 916 | }
|
|---|
| 917 | catch (System.InvalidCastException e) {
|
|---|
| 918 | throw new System.Data.StrongTypingException("The value for column \'ZD\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 919 | }
|
|---|
| 920 | }
|
|---|
| 921 | set {
|
|---|
| 922 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.ZDColumn] = value;
|
|---|
| 923 | }
|
|---|
| 924 | }
|
|---|
| 925 |
|
|---|
| 926 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 927 | public int FW {
|
|---|
| 928 | get {
|
|---|
| 929 | try {
|
|---|
| 930 | return ((int)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.FWColumn]));
|
|---|
| 931 | }
|
|---|
| 932 | catch (System.InvalidCastException e) {
|
|---|
| 933 | throw new System.Data.StrongTypingException("The value for column \'FW\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNull.", e);
|
|---|
| 934 | }
|
|---|
| 935 | }
|
|---|
| 936 | set {
|
|---|
| 937 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.FWColumn] = value;
|
|---|
| 938 | }
|
|---|
| 939 | }
|
|---|
| 940 |
|
|---|
| 941 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 942 | public System.DateTime DATA_ZAMÓWIENIA {
|
|---|
| 943 | get {
|
|---|
| 944 | try {
|
|---|
| 945 | return ((System.DateTime)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_ZAMÓWIENIAColumn]));
|
|---|
| 946 | }
|
|---|
| 947 | catch (System.InvalidCastException e) {
|
|---|
| 948 | throw new System.Data.StrongTypingException("The value for column \'DATA ZAMÓWIENIA\' in table \'VIEW_LISTA_REKLAM_OD_DO\' is DBNu" +
|
|---|
| 949 | "ll.", e);
|
|---|
| 950 | }
|
|---|
| 951 | }
|
|---|
| 952 | set {
|
|---|
| 953 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_ZAMÓWIENIAColumn] = value;
|
|---|
| 954 | }
|
|---|
| 955 | }
|
|---|
| 956 |
|
|---|
| 957 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 958 | public System.DateTime DATA_OSTATNIEJ_MODYFIKACJI {
|
|---|
| 959 | get {
|
|---|
| 960 | try {
|
|---|
| 961 | return ((System.DateTime)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_OSTATNIEJ_MODYFIKACJIColumn]));
|
|---|
| 962 | }
|
|---|
| 963 | catch (System.InvalidCastException e) {
|
|---|
| 964 | throw new System.Data.StrongTypingException("The value for column \'DATA OSTATNIEJ MODYFIKACJI\' in table \'VIEW_LISTA_REKLAM_OD_" +
|
|---|
| 965 | "DO\' is DBNull.", e);
|
|---|
| 966 | }
|
|---|
| 967 | }
|
|---|
| 968 | set {
|
|---|
| 969 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_OSTATNIEJ_MODYFIKACJIColumn] = value;
|
|---|
| 970 | }
|
|---|
| 971 | }
|
|---|
| 972 |
|
|---|
| 973 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 974 | public string agencja {
|
|---|
| 975 | get {
|
|---|
| 976 | return ((string)(this[this.tableVIEW_LISTA_REKLAM_OD_DO.agencjaColumn]));
|
|---|
| 977 | }
|
|---|
| 978 | set {
|
|---|
| 979 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.agencjaColumn] = value;
|
|---|
| 980 | }
|
|---|
| 981 | }
|
|---|
| 982 |
|
|---|
| 983 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 984 | public bool IsCustomerIDNull() {
|
|---|
| 985 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.CustomerIDColumn);
|
|---|
| 986 | }
|
|---|
| 987 |
|
|---|
| 988 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 989 | public void SetCustomerIDNull() {
|
|---|
| 990 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.CustomerIDColumn] = System.Convert.DBNull;
|
|---|
| 991 | }
|
|---|
| 992 |
|
|---|
| 993 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 994 | public bool IsSYMBOL_AKWIZYTORANull() {
|
|---|
| 995 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.SYMBOL_AKWIZYTORAColumn);
|
|---|
| 996 | }
|
|---|
| 997 |
|
|---|
| 998 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 999 | public void SetSYMBOL_AKWIZYTORANull() {
|
|---|
| 1000 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.SYMBOL_AKWIZYTORAColumn] = System.Convert.DBNull;
|
|---|
| 1001 | }
|
|---|
| 1002 |
|
|---|
| 1003 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1004 | public bool IsTYTUŁNull() {
|
|---|
| 1005 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.TYTUŁColumn);
|
|---|
| 1006 | }
|
|---|
| 1007 |
|
|---|
| 1008 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1009 | public void SetTYTUŁNull() {
|
|---|
| 1010 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.TYTUŁColumn] = System.Convert.DBNull;
|
|---|
| 1011 | }
|
|---|
| 1012 |
|
|---|
| 1013 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1014 | public bool IsTYPNull() {
|
|---|
| 1015 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.TYPColumn);
|
|---|
| 1016 | }
|
|---|
| 1017 |
|
|---|
| 1018 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1019 | public void SetTYPNull() {
|
|---|
| 1020 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.TYPColumn] = System.Convert.DBNull;
|
|---|
| 1021 | }
|
|---|
| 1022 |
|
|---|
| 1023 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1024 | public bool IsID_REKLAMYNull() {
|
|---|
| 1025 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.ID_REKLAMYColumn);
|
|---|
| 1026 | }
|
|---|
| 1027 |
|
|---|
| 1028 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1029 | public void SetID_REKLAMYNull() {
|
|---|
| 1030 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.ID_REKLAMYColumn] = System.Convert.DBNull;
|
|---|
| 1031 | }
|
|---|
| 1032 |
|
|---|
| 1033 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1034 | public bool IsNICK_NAMENull() {
|
|---|
| 1035 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.NICK_NAMEColumn);
|
|---|
| 1036 | }
|
|---|
| 1037 |
|
|---|
| 1038 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1039 | public void SetNICK_NAMENull() {
|
|---|
| 1040 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.NICK_NAMEColumn] = System.Convert.DBNull;
|
|---|
| 1041 | }
|
|---|
| 1042 |
|
|---|
| 1043 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1044 | public bool IsODNull() {
|
|---|
| 1045 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.ODColumn);
|
|---|
| 1046 | }
|
|---|
| 1047 |
|
|---|
| 1048 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1049 | public void SetODNull() {
|
|---|
| 1050 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.ODColumn] = System.Convert.DBNull;
|
|---|
| 1051 | }
|
|---|
| 1052 |
|
|---|
| 1053 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1054 | public bool IsDONull() {
|
|---|
| 1055 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.DOColumn);
|
|---|
| 1056 | }
|
|---|
| 1057 |
|
|---|
| 1058 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1059 | public void SetDONull() {
|
|---|
| 1060 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.DOColumn] = System.Convert.DBNull;
|
|---|
| 1061 | }
|
|---|
| 1062 |
|
|---|
| 1063 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1064 | public bool IsSZERNull() {
|
|---|
| 1065 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.SZERColumn);
|
|---|
| 1066 | }
|
|---|
| 1067 |
|
|---|
| 1068 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1069 | public void SetSZERNull() {
|
|---|
| 1070 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.SZERColumn] = System.Convert.DBNull;
|
|---|
| 1071 | }
|
|---|
| 1072 |
|
|---|
| 1073 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1074 | public bool IsWYSNull() {
|
|---|
| 1075 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.WYSColumn);
|
|---|
| 1076 | }
|
|---|
| 1077 |
|
|---|
| 1078 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1079 | public void SetWYSNull() {
|
|---|
| 1080 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.WYSColumn] = System.Convert.DBNull;
|
|---|
| 1081 | }
|
|---|
| 1082 |
|
|---|
| 1083 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1084 | public bool IsCJNull() {
|
|---|
| 1085 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.CJColumn);
|
|---|
| 1086 | }
|
|---|
| 1087 |
|
|---|
| 1088 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1089 | public void SetCJNull() {
|
|---|
| 1090 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.CJColumn] = System.Convert.DBNull;
|
|---|
| 1091 | }
|
|---|
| 1092 |
|
|---|
| 1093 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1094 | public bool IsWMNull() {
|
|---|
| 1095 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.WMColumn);
|
|---|
| 1096 | }
|
|---|
| 1097 |
|
|---|
| 1098 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1099 | public void SetWMNull() {
|
|---|
| 1100 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.WMColumn] = System.Convert.DBNull;
|
|---|
| 1101 | }
|
|---|
| 1102 |
|
|---|
| 1103 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1104 | public bool IsZPNull() {
|
|---|
| 1105 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.ZPColumn);
|
|---|
| 1106 | }
|
|---|
| 1107 |
|
|---|
| 1108 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1109 | public void SetZPNull() {
|
|---|
| 1110 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.ZPColumn] = System.Convert.DBNull;
|
|---|
| 1111 | }
|
|---|
| 1112 |
|
|---|
| 1113 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1114 | public bool IsZDNull() {
|
|---|
| 1115 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.ZDColumn);
|
|---|
| 1116 | }
|
|---|
| 1117 |
|
|---|
| 1118 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1119 | public void SetZDNull() {
|
|---|
| 1120 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.ZDColumn] = System.Convert.DBNull;
|
|---|
| 1121 | }
|
|---|
| 1122 |
|
|---|
| 1123 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1124 | public bool IsFWNull() {
|
|---|
| 1125 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.FWColumn);
|
|---|
| 1126 | }
|
|---|
| 1127 |
|
|---|
| 1128 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1129 | public void SetFWNull() {
|
|---|
| 1130 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.FWColumn] = System.Convert.DBNull;
|
|---|
| 1131 | }
|
|---|
| 1132 |
|
|---|
| 1133 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1134 | public bool IsDATA_ZAMÓWIENIANull() {
|
|---|
| 1135 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_ZAMÓWIENIAColumn);
|
|---|
| 1136 | }
|
|---|
| 1137 |
|
|---|
| 1138 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1139 | public void SetDATA_ZAMÓWIENIANull() {
|
|---|
| 1140 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_ZAMÓWIENIAColumn] = System.Convert.DBNull;
|
|---|
| 1141 | }
|
|---|
| 1142 |
|
|---|
| 1143 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1144 | public bool IsDATA_OSTATNIEJ_MODYFIKACJINull() {
|
|---|
| 1145 | return this.IsNull(this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_OSTATNIEJ_MODYFIKACJIColumn);
|
|---|
| 1146 | }
|
|---|
| 1147 |
|
|---|
| 1148 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1149 | public void SetDATA_OSTATNIEJ_MODYFIKACJINull() {
|
|---|
| 1150 | this[this.tableVIEW_LISTA_REKLAM_OD_DO.DATA_OSTATNIEJ_MODYFIKACJIColumn] = System.Convert.DBNull;
|
|---|
| 1151 | }
|
|---|
| 1152 | }
|
|---|
| 1153 |
|
|---|
| 1154 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
|
|---|
| 1155 | public class VIEW_LISTA_REKLAM_OD_DORowChangeEvent : System.EventArgs {
|
|---|
| 1156 |
|
|---|
| 1157 | private VIEW_LISTA_REKLAM_OD_DORow eventRow;
|
|---|
| 1158 |
|
|---|
| 1159 | private System.Data.DataRowAction eventAction;
|
|---|
| 1160 |
|
|---|
| 1161 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1162 | public VIEW_LISTA_REKLAM_OD_DORowChangeEvent(VIEW_LISTA_REKLAM_OD_DORow row, System.Data.DataRowAction action) {
|
|---|
| 1163 | this.eventRow = row;
|
|---|
| 1164 | this.eventAction = action;
|
|---|
| 1165 | }
|
|---|
| 1166 |
|
|---|
| 1167 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1168 | public VIEW_LISTA_REKLAM_OD_DORow Row {
|
|---|
| 1169 | get {
|
|---|
| 1170 | return this.eventRow;
|
|---|
| 1171 | }
|
|---|
| 1172 | }
|
|---|
| 1173 |
|
|---|
| 1174 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1175 | public System.Data.DataRowAction Action {
|
|---|
| 1176 | get {
|
|---|
| 1177 | return this.eventAction;
|
|---|
| 1178 | }
|
|---|
| 1179 | }
|
|---|
| 1180 | }
|
|---|
| 1181 | }
|
|---|
| 1182 | }
|
|---|
| 1183 | namespace Baza_Reklam.WIDOKIDataSetTableAdapters {
|
|---|
| 1184 |
|
|---|
| 1185 |
|
|---|
| 1186 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
|
|---|
| 1187 | [System.ComponentModel.DesignerCategoryAttribute("code")]
|
|---|
| 1188 | [System.ComponentModel.ToolboxItem(true)]
|
|---|
| 1189 | [System.ComponentModel.DataObjectAttribute(true)]
|
|---|
| 1190 | [System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|---|
| 1191 | ", Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|---|
| 1192 | [System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|---|
| 1193 | public partial class VIEW_LISTA_REKLAM_OD_DOTableAdapter : System.ComponentModel.Component {
|
|---|
| 1194 |
|
|---|
| 1195 | private System.Data.SqlClient.SqlDataAdapter _adapter;
|
|---|
| 1196 |
|
|---|
| 1197 | private System.Data.SqlClient.SqlConnection _connection;
|
|---|
| 1198 |
|
|---|
| 1199 | private System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|---|
| 1200 |
|
|---|
| 1201 | private bool _clearBeforeFill;
|
|---|
| 1202 |
|
|---|
| 1203 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1204 | public VIEW_LISTA_REKLAM_OD_DOTableAdapter() {
|
|---|
| 1205 | this.ClearBeforeFill = true;
|
|---|
| 1206 | }
|
|---|
| 1207 |
|
|---|
| 1208 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1209 | private System.Data.SqlClient.SqlDataAdapter Adapter {
|
|---|
| 1210 | get {
|
|---|
| 1211 | if ((this._adapter == null)) {
|
|---|
| 1212 | this.InitAdapter();
|
|---|
| 1213 | }
|
|---|
| 1214 | return this._adapter;
|
|---|
| 1215 | }
|
|---|
| 1216 | }
|
|---|
| 1217 |
|
|---|
| 1218 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1219 | internal System.Data.SqlClient.SqlConnection Connection {
|
|---|
| 1220 | get {
|
|---|
| 1221 | if ((this._connection == null)) {
|
|---|
| 1222 | this.InitConnection();
|
|---|
| 1223 | }
|
|---|
| 1224 | return this._connection;
|
|---|
| 1225 | }
|
|---|
| 1226 | set {
|
|---|
| 1227 | this._connection = value;
|
|---|
| 1228 | if ((this.Adapter.InsertCommand != null)) {
|
|---|
| 1229 | this.Adapter.InsertCommand.Connection = value;
|
|---|
| 1230 | }
|
|---|
| 1231 | if ((this.Adapter.DeleteCommand != null)) {
|
|---|
| 1232 | this.Adapter.DeleteCommand.Connection = value;
|
|---|
| 1233 | }
|
|---|
| 1234 | if ((this.Adapter.UpdateCommand != null)) {
|
|---|
| 1235 | this.Adapter.UpdateCommand.Connection = value;
|
|---|
| 1236 | }
|
|---|
| 1237 | for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|---|
| 1238 | if ((this.CommandCollection[i] != null)) {
|
|---|
| 1239 | ((System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|---|
| 1240 | }
|
|---|
| 1241 | }
|
|---|
| 1242 | }
|
|---|
| 1243 | }
|
|---|
| 1244 |
|
|---|
| 1245 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1246 | protected System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|---|
| 1247 | get {
|
|---|
| 1248 | if ((this._commandCollection == null)) {
|
|---|
| 1249 | this.InitCommandCollection();
|
|---|
| 1250 | }
|
|---|
| 1251 | return this._commandCollection;
|
|---|
| 1252 | }
|
|---|
| 1253 | }
|
|---|
| 1254 |
|
|---|
| 1255 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1256 | public bool ClearBeforeFill {
|
|---|
| 1257 | get {
|
|---|
| 1258 | return this._clearBeforeFill;
|
|---|
| 1259 | }
|
|---|
| 1260 | set {
|
|---|
| 1261 | this._clearBeforeFill = value;
|
|---|
| 1262 | }
|
|---|
| 1263 | }
|
|---|
| 1264 |
|
|---|
| 1265 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1266 | private void InitAdapter() {
|
|---|
| 1267 | this._adapter = new System.Data.SqlClient.SqlDataAdapter();
|
|---|
| 1268 | System.Data.Common.DataTableMapping tableMapping = new System.Data.Common.DataTableMapping();
|
|---|
| 1269 | tableMapping.SourceTable = "Table";
|
|---|
| 1270 | tableMapping.DataSetTable = "VIEW_LISTA_REKLAM_OD_DO";
|
|---|
| 1271 | tableMapping.ColumnMappings.Add("ReklamaID", "ReklamaID");
|
|---|
| 1272 | tableMapping.ColumnMappings.Add("CustomerID", "CustomerID");
|
|---|
| 1273 | tableMapping.ColumnMappings.Add("SYMBOL AKWIZYTORA", "SYMBOL AKWIZYTORA");
|
|---|
| 1274 | tableMapping.ColumnMappings.Add("TYTUŁ", "TYTUŁ");
|
|---|
| 1275 | tableMapping.ColumnMappings.Add("TYP", "TYP");
|
|---|
| 1276 | tableMapping.ColumnMappings.Add("ID REKLAMY", "ID REKLAMY");
|
|---|
| 1277 | tableMapping.ColumnMappings.Add("NICK NAME", "NICK NAME");
|
|---|
| 1278 | tableMapping.ColumnMappings.Add("OD", "OD");
|
|---|
| 1279 | tableMapping.ColumnMappings.Add("DO", "DO");
|
|---|
| 1280 | tableMapping.ColumnMappings.Add("SZER", "SZER");
|
|---|
| 1281 | tableMapping.ColumnMappings.Add("WYS", "WYS");
|
|---|
| 1282 | tableMapping.ColumnMappings.Add("CJ", "CJ");
|
|---|
| 1283 | tableMapping.ColumnMappings.Add("WM", "WM");
|
|---|
| 1284 | tableMapping.ColumnMappings.Add("ZP", "ZP");
|
|---|
| 1285 | tableMapping.ColumnMappings.Add("ZD", "ZD");
|
|---|
| 1286 | tableMapping.ColumnMappings.Add("FW", "FW");
|
|---|
| 1287 | tableMapping.ColumnMappings.Add("DATA ZAMÓWIENIA", "DATA ZAMÓWIENIA");
|
|---|
| 1288 | tableMapping.ColumnMappings.Add("DATA OSTATNIEJ MODYFIKACJI", "DATA OSTATNIEJ MODYFIKACJI");
|
|---|
| 1289 | tableMapping.ColumnMappings.Add("agencja", "agencja");
|
|---|
| 1290 | this._adapter.TableMappings.Add(tableMapping);
|
|---|
| 1291 | }
|
|---|
| 1292 |
|
|---|
| 1293 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1294 | private void InitConnection() {
|
|---|
| 1295 | this._connection = new System.Data.SqlClient.SqlConnection();
|
|---|
| 1296 | this._connection.ConnectionString = global::Baza_Reklam.Properties.Settings.Default.testowe;
|
|---|
| 1297 | }
|
|---|
| 1298 |
|
|---|
| 1299 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1300 | private void InitCommandCollection() {
|
|---|
| 1301 | this._commandCollection = new System.Data.SqlClient.SqlCommand[1];
|
|---|
| 1302 | this._commandCollection[0] = new System.Data.SqlClient.SqlCommand();
|
|---|
| 1303 | this._commandCollection[0].Connection = this.Connection;
|
|---|
| 1304 | this._commandCollection[0].CommandText = "SELECT ReklamaID, CustomerID, [SYMBOL AKWIZYTORA], TYTUŁ, TYP, [ID REKLAMY], [NIC" +
|
|---|
| 1305 | "K NAME], OD, DO, SZER, WYS, CJ, WM, ZP, ZD, FW, [DATA ZAMÓWIENIA], [DATA OSTATNI" +
|
|---|
| 1306 | "EJ MODYFIKACJI], agencja FROM dbo.VIEW_LISTA_REKLAM_OD_DO";
|
|---|
| 1307 | this._commandCollection[0].CommandType = System.Data.CommandType.Text;
|
|---|
| 1308 | }
|
|---|
| 1309 |
|
|---|
| 1310 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1311 | [System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|---|
| 1312 | [System.ComponentModel.DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType.Fill, true)]
|
|---|
| 1313 | public virtual int Fill(WIDOKIDataSet.VIEW_LISTA_REKLAM_OD_DODataTable dataTable) {
|
|---|
| 1314 | this.Adapter.SelectCommand = this.CommandCollection[0];
|
|---|
| 1315 | if ((this.ClearBeforeFill == true)) {
|
|---|
| 1316 | dataTable.Clear();
|
|---|
| 1317 | }
|
|---|
| 1318 | int returnValue = this.Adapter.Fill(dataTable);
|
|---|
| 1319 | return returnValue;
|
|---|
| 1320 | }
|
|---|
| 1321 |
|
|---|
| 1322 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 1323 | [System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|---|
| 1324 | [System.ComponentModel.DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType.Select, true)]
|
|---|
| 1325 | public virtual WIDOKIDataSet.VIEW_LISTA_REKLAM_OD_DODataTable GetData() {
|
|---|
| 1326 | this.Adapter.SelectCommand = this.CommandCollection[0];
|
|---|
| 1327 | WIDOKIDataSet.VIEW_LISTA_REKLAM_OD_DODataTable dataTable = new WIDOKIDataSet.VIEW_LISTA_REKLAM_OD_DODataTable();
|
|---|
| 1328 | this.Adapter.Fill(dataTable);
|
|---|
| 1329 | return dataTable;
|
|---|
| 1330 | }
|
|---|
| 1331 | }
|
|---|
| 1332 | }
|
|---|
| 1333 |
|
|---|
| 1334 | #pragma warning restore 1591 |
|---|