| DerivedTableDefinition Constructor (IEnumerable, String, IPredicateExpression) | 
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic DerivedTableDefinition(
	IEnumerable fields,
	string alias,
	IPredicateExpression filter
)
Public Sub New ( 
	fields As IEnumerable,
	alias As String,
	filter As IPredicateExpression
)
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. - filter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicateExpression
The filter to use in the derived table. Can be null. 
See Also