| IRelationCollectionGetAllDerivedTables Method  | 
 
            Gets all derived tables in the relations inside this relation collection.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
SyntaxList<DerivedTableDefinition> GetAllDerivedTables()
Function GetAllDerivedTables As List(Of DerivedTableDefinition)
Return Value
Type: 
ListDerivedTableDefinitionList of all the derived tables in this relation collection or an empty list if none found.
See Also