Click or drag to resize

IDatabaseFillStringCollection Method

Fill a StringCollection with the contents of the first column in the provided query. Note that each value will be converted to a string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
StringCollection FillStringCollection(
	string source,
	DataFuncOptions options,
	string logSource
)

Parameters

source
Type: SystemString
The query to execute.
options
Type: NetQuarryDataFuncOptions
Option flags affecting the operation.
logSource
Type: SystemString
The source of the operation, to be logged to the devlog.

Return Value

Type: StringCollection
The collection, possibly empty, populated from the query.
See Also