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.4.0.0 (5.4.0)
SyntaxHashSet<DBCatalog> GetCatalogsInScope()
Function GetCatalogsInScope As HashSet(Of DBCatalog)
Return Value
Type: 
HashSetDBCatalogThe catalogs requested.
See Also