Uses of Class
Opf.Datasource.IDataCommandBuilder

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

Uses of IDataCommandBuilder in Opf.Datasource
 

Methods in Opf.Datasource that return IDataCommandBuilder
IDataCommandBuilderIDataSource.GetDataCommandBuilder()
          
Returns the datacommand builder for this class
 

Uses of IDataCommandBuilder in Opf.Datasource.Db
 

Classes in Opf.Datasource.Db that implement IDataCommandBuilder
class DbCommandBuilder
          
DbCommandBuilder is the generic DataCommandBuilder for databases.
 

Methods in Opf.Datasource.Db that return IDataCommandBuilder
abstract IDataCommandBuilderDbDataSource.GetDataCommandBuilder()
          
 

Uses of IDataCommandBuilder in Opf.Datasource.Db.MsSql
 

Methods in Opf.Datasource.Db.MsSql that return IDataCommandBuilder
IDataCommandBuilderMsSqlDataSource.GetDataCommandBuilder()