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
)
Protected Function PicklistList (
sDelim As String
) As String
Parameters
- sDelim
- Type: SystemString
The delimiter to use to separated the items.
Return Value
Type:
StringThe delimited list.
See Also