Click or drag to resize

RetrievalQueryConvertToActionQuery Method

Creates an action query from this query.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public IActionQuery ConvertToActionQuery()

Return Value

Type: IActionQuery
This query's command in the form of an action query

Implements

IRetrievalQueryConvertToActionQuery
Remarks
Calling this method will result in an empty command in this query and this query won't be usable anymore.
See Also