Click or drag to resize

PicklistItem Constructor (Object, String)

ctor, creates an instance of a PicklistItem.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PicklistItem(
	Object value,
	string displayText
)

Parameters

value
Type: SystemObject
The key value (typically the first column in the SELECT statement)
displayText
Type: SystemString
The display text (typically the second column in the SELECT statement)
See Also