Click or drag to resize
Db Constructor (SqlDialect, DbConnection)
Initializes a new instance of the Db class.

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public Db(
	SqlDialect sqlDialect,
	DbConnection dbConnection
)

Parameters

sqlDialect
Type: LiteRepositorySqlDialect
The SqlDialect instance.
dbConnection
Type: System.Data.CommonDbConnection
The DbConnection instance.
See Also