| DerivedTableFinderDerivedTablesFound Property  | 
 
            Gets the list of derived tables found.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic List<DerivedTableDefinition> DerivedTablesFound { get; }Public ReadOnly Property DerivedTablesFound As List(Of DerivedTableDefinition)
	Get
Property Value
Type: 
ListDerivedTableDefinition
See Also