root/tags/BazaReklam_1.2.9/SLOWNIKDataSet.cs

Wersja 512, 0.7 KB (wprowadzona przez marek, 17 years temu)

re #147

Line 
1using System;
2using System.Data;
3
4namespace Baza_Reklam {
5
6
7    partial class SLOWNIKDataSet
8    {
9        partial class AGENCIDataTable
10        {
11        }
12   
13        partial class NRDataTable
14        {
15            public DateTime dataWydania(string tytul, short nr)
16            {
17                DataRow[] rows = this.Select("tyt='" + tytul + "' and nrw=" + nr);
18                if (rows.Length > 0)
19                {
20                    return (DateTime)rows[0]["DATA_W"];
21                }
22                return DateTime.Today;
23            }
24        }
25
26        partial class Kursy_WalutDataTable
27        {
28           
29        }
30    }
31}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.