| GroupableModelElementPopulateAndMap Method  | 
 
            Populates the element with new fields based on the fields to map specified and creates mappings for them in the passed in mapping.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic void PopulateAndMap(
	IEnumerable<IProjectElementFieldMapTargetElement> fieldsToMap,
	GroupableModelElementMapping mapping,
	HashSet<string> givenNames,
	MultiValueDictionary<Type, TypeShortcut> typeShortcutsPerType,
	bool mapFKFields
)
Public Sub PopulateAndMap ( 
	fieldsToMap As IEnumerable(Of IProjectElementFieldMapTargetElement),
	mapping As GroupableModelElementMapping,
	givenNames As HashSet(Of String),
	typeShortcutsPerType As MultiValueDictionary(Of Type, TypeShortcut),
	mapFKFields As Boolean
)
Parameters
- fieldsToMap
 - Type: System.Collections.GenericIEnumerableIProjectElementFieldMapTargetElement
The fields to map. - mapping
 - Type: SD.LLBLGen.Pro.ApplicationCore.MappingGroupableModelElementMapping
The mapping. - givenNames
 - Type: System.Collections.GenericHashSetString
The given names. - typeShortcutsPerType
 - Type: SD.Tools.Algorithmia.GeneralDataStructuresMultiValueDictionaryType, TypeShortcut
Type of the type shortcuts per. - mapFKFields
 - Type: SystemBoolean
if set to  [map FK fields]. 
See Also