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.5.0.0 (5.5.18.1019)
Syntax
public List<Type> GetAllTypes()

Return Value

Type: ListType
List with the requested data
See Also