ProjectGetAllMappedTargets Method  | 
 
            Gets all targets which are mapped in the databasemappingstore for the driverid specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntaxpublic IEnumerable<IProjectElementMapTargetElement> GetAllMappedTargets(
	string driverID,
	bool includeStoredProcedureForResultsetMapping = true
)
Public Function GetAllMappedTargets ( 
	driverID As String,
	Optional includeStoredProcedureForResultsetMapping As Boolean = true
) As IEnumerable(Of IProjectElementMapTargetElement)
Parameters
- driverID
 - Type: SystemString
The driver identifier. - includeStoredProcedureForResultsetMapping (Optional)
 - Type: SystemBoolean
if set to true (default), it will include the owning Stored Procedure in the list if its 
            resultset is mapped as a target. 
Return Value
Type: 
IEnumerableIProjectElementMapTargetElement
            all targets which are mapped in this databasemappingstore.
            
See Also