The ICustomQuery type exposes the following members.

Properties

  NameDescription
Public propertyCollectedParametersSpecifications
Public propertyCustomQueryReturns
A collection of IReturn descriptors describing the ADO result set to be expected and how to map this result set.
Public propertyQuerySpaces
Any query spaces to apply to the query execution. Query spaces are used in Hibernate's auto-flushing mechanism to determine which entities need to be checked for pending changes.
Public propertySQL
The SQL query string to be performed.

See Also