Click or drag to resize

GeneratorGetCatalogsInScope 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.8.0.0 (5.8.21.0208)
Syntax
public HashSet<DBCatalog> GetCatalogsInScope()

Return Value

Type: HashSetDBCatalog
The catalogs requested.

Implements

IGeneratorGetCatalogsInScope
See Also