Loads the collection from the specified repository database.
Namespace:
NetQuarry.Security
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Load(
IDatabase db
)
Public Sub Load (
db As IDatabase
)
Parameters
- db
- Type: NetQuarryIDatabase
The repository database object
See Also