Click or drag to resize
XConnectionReadFastQuery Method
Same as ReadQuery just it is used to load fast queries with small timeout.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XBaseDataReader ReadFastQuery(
	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 .

Return Value

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