| ProjectCreateRawElementDefinitionsFromTargets Method  | 
 
            Creates the raw element definitions from the targets specified. Will precheck any element which doesn't have a model element mapped on it.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic List<RawElementDefinition> CreateRawElementDefinitionsFromTargets(
	List<IProjectElementMapTargetElement> targetsToMap,
	ProjectElementType elementType
)
Public Function CreateRawElementDefinitionsFromTargets ( 
	targetsToMap As List(Of IProjectElementMapTargetElement),
	elementType As ProjectElementType
) As List(Of RawElementDefinition)
Parameters
- targetsToMap
 - Type: System.Collections.GenericListIProjectElementMapTargetElement
The targets to map. - elementType
 - Type: SD.LLBLGen.Pro.ApplicationCoreProjectElementType
Type of the element which will be created from the raw elements. 
Return Value
Type: 
ListRawElementDefinition
            list of 0 or more RawElementDefinition instances
            
Remarks
            Only targets of 1 database type can be passed in.
            
See Also