Execute Select Query and return a DataTable OR, if an existing DataTable is supplied, append the records to it.

Syntax

ISSelectQueryBuilder.ExecuteAppendDataTable(dataTable, [timeoutSeconds])

Parameters

NameTypeOptionalByRefDescription
dataTable DataTable ByRef
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.

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