Click or drag to resize
XConnectionReadQuery Method
Executes a TQuery to load some records Used to load records or execute some specific queries.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XBaseDataReader ReadQuery(
	ParentDatabase p_Database,
	TQuery p_Query,
	bool p_Silent
)

Parameters

p_Database
Type: ParentDatabase
The database definition to connect to.
p_Query
Type: TQuery
The query to be executed.
p_Silent
Type: SystemBoolean
if set to true silent run of the query.

Return Value

Type: XBaseDataReader
A XBaseDataReader a database reader that contains the result.
See Also