| PicklistItem Constructor (Object, String, String, PicklistItemAttrs, Type) | 
 
            overloaded 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
Syntaxpublic PicklistItem(
	Object value,
	string displayText,
	string discrim,
	PicklistItemAttrs attributes,
	Type valueType
)
Public Sub New ( 
	value As Object,
	displayText As String,
	discrim As String,
	attributes As PicklistItemAttrs,
	valueType As Type
)
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)
- discrim
- Type: SystemString
 The discrim value (typically the third column in the SELECT statement)
- attributes
- Type: NetQuarryPicklistItemAttrs
 PicklistItemAttrs flags
- valueType
- Type: SystemType
 The type of the value
 See Also
See Also