Click or drag to resize

QuerySpec.AppendUnionedQueriesToDerivedTable 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.7.0.0 (5.7.0)
Syntax
protected void AppendUnionedQueriesToDerivedTable(
	DerivedTableDefinition toAppendTo
)

Parameters

toAppendTo
Type: SD.LLBLGen.Pro.ORMSupportClasses.DerivedTableDefinition
See Also