Get the List Resolved into a DataView object.

<para> This is only applicable to List and CheckList type Parameters. </para> <para> The following prefixes to the List property will be resolved: <list> <item><code>LIST.</code><description>Will resolve to an Information List, e.g. LIST.LogSubjects</description></item> <item><code>RANGE.</code><description>Will resolve to a Standard Range, e.g. RANGE.Branches</description></item> <item><code>SQL.</code><description>Will query the database and return the first field in a Select query, e.g. SQL.SELECT BranchId FROM Branch</description></item> </list> </para>

Syntax

ISParameter.GetListResolvedAsDataView(listResolved)

Parameters

NameTypeOptionalByRefDescription
listResolved DataView ByRef The Resolved List.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISParameter
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0