Click or drag to resize
DerivedTableDefinition Constructor (IEnumerable, String)
Initializes a new instance of the DerivedTableDefinition class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DerivedTableDefinition(
	IEnumerable fields,
	string alias
)

Parameters

fields
Type: System.CollectionsIEnumerable
The fields which form the select list for the derived table.
alias
Type: SystemString
The alias for the derived table to use.
See Also