DerivedTableDefinition Constructor (IEnumerable, String) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic DerivedTableDefinition(
	IEnumerable fields,
	string alias
)
Public Sub New ( 
	fields As IEnumerable,
	alias As String
)
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