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.7.0.0 (5.7.0)
Syntaxpublic List<Type> GetAllTypes()
Public Function GetAllTypes As List(Of Type)
Return Value
Type: 
ListTypeList with the requested data
See Also