Click or drag to resize

DatabasesAdd Method (IDatabase)

Adds a database to the collection

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Add(
	IDatabase db
)

Parameters

db
Type: NetQuarryIDatabase
The database object to add.
See Also