Click or drag to resize
DataAccessAdapterCoreCreateRowCountDQ Method
Creates a new RowCount DQ for the query build with the elements passed in

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual IRetrievalQuery CreateRowCountDQ(
	QueryParameters parameters
)

Parameters

parameters
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters.

Return Value

Type: IRetrievalQuery
ready to use query to use.
See Also