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