Design Pattern Framework 3.5
DataObjects.AdoNet.SqlServer Namespace
Patterns-In-Action! Application ► DataObjects.AdoNet.SqlServer
Declaration Syntax
C# | Visual Basic |
namespace DataObjects.AdoNet.SqlServer
Namespace DataObjects.AdoNet.SqlServer
Types
All Types | Classes |
Icon | Type | Description |
---|---|---|
SqlServerCustomerDao |
Sql Server specific data access object that handles data access
of customers.
|
|
SqlServerDaoFactory |
Sql Server specific factory that creates Sql Server specific data access objects.
|
|
SqlServerOrderDao |
Sql Server specific data access object that handles data access
of customer related orders and order details.
|
|
SqlServerProductDao |
Sql Server specific data access object that handles data access
of categories and products.
|