DbCommandBuilder Constructor NReco.Data Class Library Documentation
Initializes a new instance of the DbCommandBuilder.

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

public DbCommandBuilder(
	IDbFactory dbFactory
)

Parameters

dbFactory
Type: NReco.Data IDbFactory
DB provider-specific factory implementation
See Also