DynamicQueryEngineBaseCreateRowCountDQ Method |
Creates a select query which will be executed as a scalar, and which will return a single value, the number of rows in the query
formed by the elements passed in.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public virtual IRetrievalQuery CreateRowCountDQ(
QueryParameters parameters,
DbConnection connectionToUse
)
Public Overridable Function CreateRowCountDQ (
parameters As QueryParameters,
connectionToUse As DbConnection
) As IRetrievalQuery
Parameters
- parameters
- Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters to build this query with - connectionToUse
- Type: System.Data.CommonDbConnection
The connection to use for the query
Return Value
Type:
IRetrievalQueryIRetrievalQuery instance which is ready to be used.
See Also