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
)
Public Sub Reload (
cxt As IAppContext,
picklistKey As String
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - picklistKey
- Type: SystemString
The picklist to load.
See Also