Example #1
0
        public AccountingAssetDepreciationHistoryDataSet GetAccountingAssetDepreciationHistoryInfo()
        {
            try
            {
                aAccountingAssetDepreciationHistoryDataSet      = new AccountingAssetDepreciationHistoryDataSet();
                aAccountingAssetDepreciationHistoryTableAdapter = new AccountingAssetDepreciationHistoryDataSetTableAdapters.accountingassetdepreciationhistoryTableAdapter();
                aAccountingAssetDepreciationHistoryTableAdapter.Fill(aAccountingAssetDepreciationHistoryDataSet.accountingassetdepreciationhistory);
            }
            catch (Exception Ex)
            {
                TheEventLogClass.InsertEventLogEntry(DateTime.Now, "Asset Class // Get Accounting Asset Depreciation History Info " + Ex.Message);
            }

            return(aAccountingAssetDepreciationHistoryDataSet);
        }