DBCatalogGetAllMappableTargets Method  | 
 
            Gets all mappable targets from this catalog from all its schemas.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic IEnumerable<IProjectElementMapTargetElement> GetAllMappableTargets()
Public Function GetAllMappableTargets As IEnumerable(Of IProjectElementMapTargetElement)
Return Value
Type: 
IEnumerableIProjectElementMapTargetElementenumerable over all tables and views in this catalog.
See Also