Click or drag to resize

QuerySpecAppendUnionedQueriesToDerivedTable Method

Converts all unioned queries to derived tables and appends them as unioned queries to the derived table specified.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected void AppendUnionedQueriesToDerivedTable(
	DerivedTableDefinition toAppendTo
)

Parameters

toAppendTo
Type: SD.LLBLGen.Pro.ORMSupportClassesDerivedTableDefinition
See Also