DBSchemaRetrieverRetrieveSequences Method |
Retrieves the sequences for the schema specified.
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected virtual void RetrieveSequences(
DBSchema schemaToFill
)
Protected Overridable Sub RetrieveSequences (
schemaToFill As DBSchema
)
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