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
)
Public Function ReadFastQuery (
p_Database As ParentDatabase,
p_Query As TQuery,
p_Silent As Boolean
) As XBaseDataReader
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:
XBaseDataReaderA
XBaseDataReader a database reader that contains the result.
See Also