Click or drag to resize

aceMySqlToolsgetConnection Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Create and open a MySqlConnection

Namespace:  imbACE.Core.data.mysql
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static MySqlConnection getConnection(
	dataBaseTarget target,
	bool open = true
)
Request Example View Source

Parameters

target
Type: imbACE.Core.data.mysqldataBaseTarget
The target.
open (Optional)
Type: SystemBoolean
if set to true [open].

Return Value

Type: MySqlConnection
See Also