Click or drag to resize
DerivedTableTargetingFieldFinderFieldsFound Property
Gets the fields found which target a derived table. Key is field, value is value if the field is present under its alias in the derived table under its name or not at all.

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 Dictionary<IEntityFieldCore, DerivedTableFieldPresence> FieldsFound { get; }

Property Value

Type: DictionaryIEntityFieldCore, DerivedTableFieldPresence
See Also