Click or drag to resize

IActionQueryMergeInto Method

Merges all data of query into this query's QueryToExecute. It moves parameters and other elements. Query is after this not usable anymore.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
void MergeInto(
	IActionQuery query
)

Parameters

query
Type: SD.LLBLGen.Pro.ORMSupportClassesIActionQuery
See Also