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)
SyntaxIActionQuery ConvertToActionQuery()
Function ConvertToActionQuery As IActionQuery
Return Value
Type:
IActionQueryThis query's command in the form of an action query
RemarksCalling this method will result in an empty command in this query and this query won't be usable anymore.
See Also