Click or drag to resize
DbFactory Constructor
initialize

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public DbFactory(
	DbProviderFactory factory,
	IDbConnection connection
)

Parameters

factory
Type: System.Data.CommonDbProviderFactory
工厂
connection
Type: System.DataIDbConnection
对象连接
See Also