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
)
Public Sub Add (
db As IDatabase
)
Parameters
- db
- Type: NetQuarryIDatabase
The database object to add.
See Also