|
| class | ConnectionManager |
| | Provides an automated way to reuse open database connections within the context of a single data portal operation. More...
|
| |
| class | ContextManager |
| | Provides an automated way to reuse LINQ data context objects within the context of a single data portal operation. More...
|
| |
| class | DataMap |
| | Defines a mapping between two sets of properties/fields for use by DataMapper. More...
|
| |
| class | DataMapper |
| | Map data from a source into a target object by copying public property values.
|
| |
| class | DataServiceContextManager |
| | Provides an automated way to reuse an ADO.NET Data Services context object within the context of a single data portal operation. More...
|
| |
| class | ObjectAdapter |
| | An ObjectAdapter is used to convert data in an object or collection into a DataTable. More...
|
| |
| class | ObjectContextManager |
| | Provides an automated way to reuse Entity Framework object context objects within the context of a single data portal operation. More...
|
| |
| class | SafeDataReader |
| | This is an IDataReader that 'fixes' any null values before they are returned to our business code. More...
|
| |
| class | ServiceClientManager |
| | Provides an automated way to reuse a service client proxy objects within the context of a single data portal operation. More...
|
| |
| class | TransactionManager |
| | Provides an automated way to reuse open database connections and associated ADO.NET transactions within the context of a single data portal operation. More...
|
| |