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.6.0.0 (5.6.19.0117)
Syntax public Dictionary<IEntityFieldCore, DerivedTableFieldPresence> FieldsFound { get; }
Public ReadOnly Property FieldsFound As Dictionary(Of IEntityFieldCore, DerivedTableFieldPresence)
Get
Property Value
Type:
DictionaryIEntityFieldCore,
DerivedTableFieldPresenceSee Also