Populates the List from a CSV String.

Syntax

ISList.FromDataView(dataView, [columnName], [ignoreDuplicates], [ignoreCase])

Parameters

NameTypeOptionalByRefDescription
dataView DataView The DataView.
columnName String Optional The Column Name to use to populate this list or a blank String to use the first column in the DataView.
ignoreDuplicates Boolean Optional Indicates whether to ignore duplicate values. If omitted, a value of False is assumed.
ignoreCase Boolean Optional Indicates whether case should be ignored when checking whether a duplicate value already exists in the List. If omitted, a value of False is assumed.
Member of:
ISList
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0