TableVet Connect Method CleanCode C# Libraries v1.2.03 API
Connects to the specified database.

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

public bool Connect(
	string user,
	string pwd,
	string dataSource,
	string catalog
)

Return Value

Flag indicating whether the connection was successful.
See Also