ValueTypeDefinitionListGetAllValueTypesByGroupName Method  | 
 
            Gets all value type definitions, grouped by the group they're in.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic IEnumerable<IGrouping<string, ValueTypeDefinition>> GetAllValueTypesByGroupName()
Public Function GetAllValueTypesByGroupName As IEnumerable(Of IGrouping(Of String, ValueTypeDefinition))
Return Value
Type: 
IEnumerableIGroupingString, 
ValueTypeDefinitionenumerable over grouped sets of all the valuetypes in the project, grouped by the group they're in
See Also