Project.GetAllMappedTargets Method |
Gets all targets which are mapped in the databasemappingstore for the driverid specified
Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic IEnumerable<IProjectElementMapTargetElement> GetAllMappedTargets(
string driverID
)
Public Function GetAllMappedTargets (
driverID As String
) As IEnumerable(Of IProjectElementMapTargetElement)
Parameters
- driverID
- Type: System.String
Return Value
Type:
IEnumerable<IProjectElementMapTargetElement>all targets which are mapped in this databasemappingstore.
See Also