Click or drag to resize
RelationCollection.GetAllDerivedTables 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.3.0.0 (5.3.0)
Syntax
public List<DerivedTableDefinition> GetAllDerivedTables()

Return Value

Type: List<DerivedTableDefinition>
List of all the derived tables in this relation collection or an empty list if none found.

Implements

IRelationCollection.GetAllDerivedTables()
See Also