Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
public virtual IRetrievalQuery CreateRowCountDQ(
	QueryParameters parameters,
	DbConnection connectionToUse
)

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: IRetrievalQuery
IRetrievalQuery instance which is ready to be used.
See Also