Click or drag to resize

FieldKernelPicklistList Method

Get a delimited list of item DisplayText from the field's picklist, if any.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string PicklistList(
	string sDelim
)

Parameters

sDelim
Type: SystemString
The delimiter to use to separated the items.

Return Value

Type: String
The delimited list.
See Also