Click or drag to resize
ContextGetAllTypes Method
Gets all the Type objects for which objects are located in this Context

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<Type> GetAllTypes()

Return Value

Type: ListType
List with the requested data
See Also