Click or drag to resize

SequenceRetrievalQuerySequenceRetrievalCommand Property

The Scalar command used to retrieve the used/to use sequence value. This command will be executed as a scalar query and depending on ExecuteSequenceCommandFirst it will be executed before or after the actual query.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public DbCommand SequenceRetrievalCommand { get; set; }

Property Value

Type: DbCommand

Implements

ISequenceRetrievalQuerySequenceRetrievalCommand
See Also