Click or drag to resize

IGeneratorGetCatalogsInScope Method

Gets the list of catalogs in scope of the current cycle the generator is executed for. The catalogs aren't sorted. If you want to process them in a given order a sort has to be applied after this method.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
HashSet<DBCatalog> GetCatalogsInScope()

Return Value

Type: HashSetDBCatalog
The catalogs requested.
See Also