Click or drag to resize

DynamicQueryEngineCreateRowCountDQ 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.DQE.Firebird
Assembly:  SD.LLBLGen.Pro.DQE.Firebird (in SD.LLBLGen.Pro.DQE.Firebird.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public override IRetrievalQuery CreateRowCountDQ(
	QueryParameters parameters,
	DbConnection connection
)

Parameters

parameters
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters to build this query with
connection
Type: System.Data.CommonDbConnection

Return Value

Type: IRetrievalQuery
IRetrievalQuery instance which is ready to be used.
See Also