| Line | |
|---|
| 1 | using System;
|
|---|
| 2 | using System.Data;
|
|---|
| 3 |
|
|---|
| 4 | namespace 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.