Click or drag to resize

PicklistsReload Method

Reload the specified picklist meta-data definition from the database.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Reload(
	IAppContext cxt,
	string picklistKey
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
picklistKey
Type: SystemString
The picklist to load.
See Also