Click or drag to resize

NavigatorLoad Method (IAppContext, IDatabase, String, NavLoadTypes, NavLoadOptions)

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,
	NavLoadOptions options
)

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).
options
Type: NetQuarryNavLoadOptions
Load options.
See Also