AdvantageCMS.Data.Interfaces Namespace
Interfaces
Interface | Description | |
---|---|---|
IDAO |
An interface that will define the interaction of the application with the database.
|
|
IDataAccessable |
An interface uses by all business entities So that the data access objects are able to interact
with the business entities.
|
|
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.
|