Exemplo n.º 1
0
 public string getPassword()
 {
     return((string)idbopn.GetScalar("Select Password from [dbo].[Users]"));
 }
Exemplo n.º 2
0
 public decimal getVRate()
 {
     return((decimal)idbopn.GetScalar("Select (SellingPrice+((SellingPrice*VATPercen)/100)) as VRate from [Inv].[ItemMaster]"));
 }