| 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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic Dictionary<IEntityFieldCore, DerivedTableFieldPresence> FieldsFound { get; }Public ReadOnly Property FieldsFound As Dictionary(Of IEntityFieldCore, DerivedTableFieldPresence)
	Get
Property Value
Type: 
DictionaryIEntityFieldCore, 
DerivedTableFieldPresence
See Also