CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Data Namespace Reference

Namespaces

namespace  EF6
 
namespace  EntityFrameworkCore
 
namespace  SqlClient
 

Classes

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...