Click or drag to resize
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)
Syntax
protected virtual void RetrieveSequences(
	DBSchema schemaToFill
)

Parameters

schemaToFill
Type: SD.LLBLGen.Pro.DBDriverCoreDBSchema
The schema to fill.
Remarks
Do not call subtask progress handlers, this is already done by the caller.
See Also