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

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