OdbcDsnInfo IsMySql Method CleanCode C# Libraries v1.2.03 API
Determines whether the specified DSN driver is MySql.

Namespace: CleanCode.Data
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static bool IsMySql(
	string driver
)

Return Value

true if the specified driver is for a MySql database; otherwise, false. A null argument also returns false.
See Also