Uses of Package
Opf.Datasource

Packages that use Opf.Datasource
Opf 
Opf.Datasource 
Opf.Datasource.Db 
Opf.Datasource.Db.MsSql 

Classes in Opf.Datasource used by %2% Opf
ObjectMapper
          
The ObjectBroker should cache the IDataCommands and IObjectPersisters
 

Classes in Opf.Datasource used by %2% Opf.Datasource
DataSourceFactory
          
The factory will return the current datasource for the current context.
IDataCommand
          
Command to execute against a datasource
For instance a sql SELECT statements
IDataCommandBuilder
          
This will build IDataCommands for a specific IDataSource

It will generate commands for a classmap requests
IDataResultHandler
          
Summary description for IDataResultHandler.
IDataSource
          
Interface for datasource.
IInheritedObjectPersister
          
Summary description for IInheritedObjectPersister.
IMappingStrategy
          
IMappingStrategy will be used by the IDataCommandBuilders, according to the passed in ClassMap
IMappingStrategy
          
IMappingStrategy will be used by the IDataCommandBuilders, according to the passed in ClassMap
IObjectPersister
          
Summary description for IObjectPersister.
 

Classes in Opf.Datasource used by %2% Opf.Datasource.Db
DbCommandBuilder
          
DbCommandBuilder is the generic DataCommandBuilder for databases.
DbDataCommand
          
Basic parameterized data command
DbDataResult
          
DbDataSource
          
DbDataSource is the root for all databases utilizing SQL
DbInsertHandler
          
Summary description for DbInsertHandler.
DbSelectHandler
          
DbStatementHandler
          
DbUpdateHandler
          
SingleTableStrategy
          
Summary description for SingleTableObjectMappingStrategy.
 

Classes in Opf.Datasource used by %2% Opf.Datasource.Db.MsSql
MsSqlDataSource
          
SqlServerDataSource represents MS SQL SERVER