Click or drag to resize
DataAccessAdapterCoreCreateSelectDQ Method
Creates a new Select DQ for the fields passed in using the parameters specified.

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 CreateSelectDQ(
	QueryParameters parameters
)

Parameters

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

Return Value

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