Represents factory for creating db-specific ADO.NET component implementations.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
The IDbFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddCommandParameter |
Add new constant parameter
|
![]() | CreateCommand |
Create command
|
![]() | CreateConnection |
Create connection
|
![]() | CreateSqlBuilder |
Creare SQL builder
|
![]() | GetInsertId |
Gets ID of last inserted record
|
![]() | GetInsertIdAsync |
Asynchronously gets ID of last inserted record
|
See Also