CreateCurrentHighVersionCommand Method

Constructs and returns a SqlCommand object that can be used to retrieve information about the current version used to retrieve incremental changes in the future

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Data
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Protected Overrides Function CreateCurrentHighVersionCommand As SqlCommand
'Usage
Dim returnValue As SqlCommand

returnValue = Me.CreateCurrentHighVersionCommand()
protected override SqlCommand CreateCurrentHighVersionCommand()
protected:
virtual SqlCommand^ CreateCurrentHighVersionCommand() override

Return Value

Type: System.Data.SqlClient.SqlCommand
A SqlCommand that can be used to retrieve the current version which can be used to retrieve incremental changes in the future

Remarks

Caller is responsible for disposing the command

See Also

Reference

SimpleChangeTrackingProvider Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace