| DBSchemaRetrieverRetrieveSequences Method  | 
 
            Retrieves the sequences for the schema specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected virtual void RetrieveSequences(
	DBSchema schemaToFill
)
Protected Overridable Sub RetrieveSequences ( 
	schemaToFill As DBSchema
)
Parameters
- schemaToFill
 - Type: SD.LLBLGen.Pro.DBDriverCoreDBSchema
The schema to fill. 
RemarksDo not call subtask progress handlers, this is already done by the caller.
See Also