Get the List Resolved into a comma separated List of values.

<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>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> <para> For Lists that contain alternate values, are sourced from an Information List which has Alt Values or from an SQL Query that returned more than one field, this will contain only the first value. </para>

Syntax

ISParameter.GetListResolved(listResolved, [assumeSecure])

Parameters

NameTypeOptionalByRefDescription
listResolved String ByRef The Resolved List.
assumeSecure Boolean Optional Indicates whether to Assume that a Secure process is attempting to resolve this list, e.g., that we can vouch for the fact we are NOT allowing any old SQL to be used (such as a clause entered by a User, client-side). If omitted, a value of False is assumed.

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