![]() |
Members | Description | ||
getConnectionString |
Returns the database connection string read from the application setting DBConnection.
|
|||
getTable |
Returns the table where the customer records are stored read from teh application setting CustomerTable.
|
|||
execute |
Executes a database command and returns the result. Must be overridden by inherited classes.
|
|||
Login |
Authenticates a customer.
|
|||
NewUser |
Adds a new customer to the database.
|
|||
GetRecord |
Retrieves a customer's personal profile.
|
|||
UpdateRecord |
Updates a customer's personal profile.
|