[This is preliminary documentation and is subject to change.]

Creates the Option List for the search combo box and sort combo box

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public DataTable GetFieldOptions(
	SqlDataReader sdr
)
Visual Basic (Declaration)
Public Function GetFieldOptions ( _
	sdr As SqlDataReader _
) As DataTable
Visual C++
public:
DataTable^ GetFieldOptions(
	SqlDataReader^ sdr
)

Parameters

sdr
Type: System.Data.SqlClient..::.SqlDataReader
The SqlDataReader

Return Value

A Dataset with id, name and isSort, if isSort is true, then these values will be included in the sort combo box, the isListSorted field is N, D or A depending on if the udf listbox is sorted, this field does not have much use for anything else.

See Also