Execute Select Query and return a DataSet.

Syntax

ISSelectQueryBuilder.ExecuteDataSet(dataSet, [timeoutSeconds], [excludeOrderBy])

Parameters

NameTypeOptionalByRefDescription
dataSet DataSet ByRef The DataSet to return.
timeoutSeconds Integer Optional The number of seconds after which a database connection timeout will occur or -1 to use the default timeout. If omitted, a value of -1 is assumed.
excludeOrderBy Boolean Optional Indicates whether to Exclude the Order By clause from the SQL. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

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