Click or drag to resize

QueryCreationManagerCreateSelectDQ Method

Creates a new Select DQ for the fields passed in using the parameters specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses.Adapter
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.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