Click or drag to resize

IGenerator.GetCatalogsInScope 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.7.0.0 (5.7.0)
Syntax
HashSet<DBCatalog> GetCatalogsInScope()

Return Value

Type: HashSet<DBCatalog>
The catalogs requested.
See Also