DataSourceConnection ExecuteQuery Method TIBCO Spotfire 6.0 API Reference
Executes the query with the current data source settings and returns the resulting DataReader.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[ObsoleteAttribute("Use ExecuteQuery2() instead")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public DataReader ExecuteQuery()

Return Value

Type: DataReader
A new DataReader instance.
Remarks

The caller is responsible to dispose the returned data reader.
See Also