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.1.0.0 (5.1.0)
Syntax public IEnumerable<IProjectElementMapTargetElement> GetAllMappableTargets()
Public Function GetAllMappableTargets As IEnumerable(Of IProjectElementMapTargetElement)
Return Value
Type:
IEnumerableIProjectElementMapTargetElementenumerable over all tables and views in this catalog.
See Also