コード例 #1
0
ファイル: ProductData.cs プロジェクト: amolsm/Nanjil2
        public DataSet GetBrandInfo()
        {
            dbproduct = new DBProduct();
            DS        = new DataSet();
            int Result = 0;

            try
            {
                DS = dbproduct.GetBrandInfo();
                return(DS);
            }
            catch (Exception)
            {
                throw;
            }
        }