
|
CreateCommandBuilderIntf
|
Creates an instance of the ADO.Net DbCommandBuilder object.
|

|
CreateCommandIntf
|
Creates an instance of the ADO.Net DbCommand object.
|

|
CreateConnectionIntf
|
Creates an instance of the ADO.Net DbConnection object.
|

|
CreateConnectionStringBuilderIntf
|
Creates an instance of the ADO.Net DbConnectionStringBuilder object.
|

|
CreateDataAdapterIntf
|
Creates an instance of the ADO.Net DbDataAdapter object.
|

|
CreateDataSourceEnumeratorIntf
|
Creates an instance of the ADO.Net DbDataSourceEnumerator object.
|

|
CreateDbCommand
|
Returns a new instance of the provider's class that implements the TDbCommand class.
|

|
CreateDbCommandBuilder
|
Returns a new instance of the provider's class that implements the TDbCommandBuilder class.
|

|
CreateDbConnection
|
Returns a new instance of the provider's class that implements the TDbConnection class.
|

|
CreateDbConnectionStringBuilder
|
Returns a new instance of the provider's class that implements the TDbConnectionStringBuilder class.
|

|
CreateDbDataAdapter
|
Returns a new instance of the provider's class that implements the TDbDataAdapter class.
|

|
CreateDbParameter(TDbCommand)
|
Returns a new instance of the provider's class that implements the TDbParameter class.
|

|
CreateParameterIntf
|
Creates an instance of the ADO.Net DbParameter object.
|

|
CreatePermissionIntf(TPermissionState)
|
Returns a new instance of the provider's class that implements the provider's version of the CodeAccessPermission class.
|

|
DoGetProviderFactoryIntf
|
Represents method DoGetProviderFactoryIntf.
|

|
DoLoadADONetDataAccessAssembly(Boolean)
|
Represents method DoLoadADONetDataAccessAssembly(Boolean).
|

|
DoLoadADONetDataAccessDLLFromResource(string)
|
Represents method DoLoadADONetDataAccessDLLFromResource(string).
|

|
DoProviderCreated
|
Represents method DoProviderCreated.
|

|
DoProviderDestroying
|
Represents method DoProviderDestroying.
|

|
GetActualProviderName
|
Represents method GetActualProviderName.
|

|
GetADONetDataAccessLibraryName
|
Represents method GetADONetDataAccessLibraryName.
|

|
GetADONetDataAccessResourceID
|
Represents method GetADONetDataAccessResourceID.
|

|
GetBaseProviderName
|
Represents method GetBaseProviderName.
|
 
|
GetFactory(string)
|
Returns an instance of the registered provider class with the specified provider name.
|

|
InitialiseProviderFactory
|
Represents method InitialiseProviderFactory.
|
 
|
IsFactoryRegistered(string)
|
Check if the provider factory class has been registered.
|
 
|
RegisterFactory(string,TDbProviderFactory)
|
Register the provider factory class.
|
 
|
RegisterFactory(TDbProviderFactory)
|
Register the provider factory class using the provider factory instance.
|
 
|
UnRegisterFactory(string)
|
UnRegister the provider factory class.
|
 
|
UnRegisterFactory(TDbProviderFactory)
|
UnRegister the provider factory class.
|