Click or drag to resize

IRetrievalQueryConvertToActionQuery 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
IActionQuery ConvertToActionQuery()

Return Value

Type: IActionQuery
This query's command in the form of an action query
Remarks
Calling this method will result in an empty command in this query and this query won't be usable anymore.
See Also