FillDataTable method of business object accept System.Data.Common.DbCommand. I use this method to run commands.
Do I handle provider specific properties "SqlCommand and SqlParameter", "OracleCommand and OracleParameter" with my coding or any other alternative exists in the framework.