
DbObject – A base data class for common DB operations
‘ A base data class that makes it much easier for derived classes to run a ‘ stored procedure to retrieve data or execute a SQL command. (See usage ‘ examples at the bottom)Imports SystemImports System.DataImports System.Data.SqlClient’ DbObject is the class from which all classes in the Data Services Tier’