Pokaż
Ignoruj:
Data:
2008-12-14 23:40:38 (17 years ago)
Autor:
dorota
Opis:
 
Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • Baza Reklam 2 - Faktury/REKLAMADataSet.cs

    r2 r7  
    104104        partial class UKAZE_SIE_W_NRDataTable 
    105105        { 
     106 
     107            public int Count2 
     108            { 
     109                get 
     110                { 
     111                    return (int)this.Compute("count(id)", "status <> 2"); 
     112                } 
     113            } 
     114 
     115            public int PoliczAktywne(int reklamaId) 
     116            { 
     117                return (int)this.Compute("count(id)", " reklamaID=" + reklamaId + " and status <> 2"); 
     118            } 
     119 
    106120            /* 
    107121            public double sumaNetto(string tytul,  )