IDbFactory InterfaceNReco.Data Class Library Documentation
Represents factory for creating db-specific ADO.NET component implementations.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public interface IDbFactory

The IDbFactory type exposes the following members.

Methods

  NameDescription
Public methodAddCommandParameter
Add new constant parameter
Public methodCreateCommand
Create command
Public methodCreateConnection
Create connection
Public methodCreateSqlBuilder
Creare SQL builder
Public methodGetInsertId
Gets ID of last inserted record
Public methodGetInsertIdAsync
Asynchronously gets ID of last inserted record
Top
See Also