NavigatorLoad Method (IAppContext, IDatabase, String, NavLoadTypes) |
Loads the collection from the database
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Load(
IAppContext cxt,
IDatabase db,
string navigator,
NavLoadTypes loadType
)
Public Sub Load (
cxt As IAppContext,
db As IDatabase,
navigator As String,
loadType As NavLoadTypes
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - db
- Type: NetQuarryIDatabase
The repository database. - navigator
- Type: SystemString
Either the nav_id or nav_nm based on the loadType parameter - loadType
- Type: NetQuarryNavLoadTypes
Specifies the type of the string navigator (ID or Name).
See Also