Click or drag to resize
MySql Constructor
初始化操作类型

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

Parameters

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