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
)
Public Function ReadQuery (
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 run of the query.
Return Value
Type:
XBaseDataReaderA
XBaseDataReader a database reader that contains the result.
See Also