AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageCMS.Data.Interfaces Namespace

Interfaces


  Interface Description
Public interface IDAO
An interface that will define the interaction of the application with the database.
Public interface IDataAccessable
An interface uses by all business entities So that the data access objects are able to interact with the business entities.
Public interface IDataTranslateCommand
GetCommandToExecute - Allow for developer to change the command that will be executed on the stored procedure. if no changed required, return the commandName that was passed in.