Click or drag to resize

Generator.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.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public HashSet<DBCatalog> GetCatalogsInScope()

Return Value

Type: HashSet<DBCatalog>
The catalogs requested.

Implements

IGenerator.GetCatalogsInScope()
See Also