Run a query to retrieve records from the contact list.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public Collection<Dictionary<string, Object>> RunSmallQuery(
	SelectCommand command
)
Visual Basic
Public Function RunSmallQuery ( _
	command As SelectCommand _
) As Collection(Of Dictionary(Of String, Object))

Parameters

command
Type: ININ.IceLib.Configuration.Dialer..::..SelectCommand
The query to run.

Return Value

A list of contact records.

Remarks

This method should only be used when the result set is known to be small (e.g. counts, sums, etc).

See Also