Click or drag to resize
DerivedTableTargetingFieldFinder Constructor
Initializes a new instance of the DerivedTableTargetingFieldFinder 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 DerivedTableTargetingFieldFinder(
	IEnumerable<DerivedTableDefinition> knownDerivedTables,
	bool testOnFieldAliasAsWell
)

Parameters

knownDerivedTables
Type: System.Collections.GenericIEnumerableDerivedTableDefinition
The known derived tables.
testOnFieldAliasAsWell
Type: SystemBoolean
If set to true, the routine which check if the alias of the field is present in the derived table if the fieldname itself isn't.
See Also