CleanCode C# Libraries v0.9.23 API

TableVet.Connect Method 

Connects to the specified database.

public bool Connect(
   String user,
   String pwd,
   String dataSource,
   String catalog
);

Parameters

user
The user.
pwd
The password.
dataSource
The data source.
catalog
The catalog.

Return Value

Flag indicating whether the connection was successful.

See Also

TableVet Class | CleanCode.Data Namespace