Create Method

Constructs the appropriate provider for synchronizing changes for the specified table

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

Syntax

'Declaration
Public Shared Function Create ( _
    tableName As String, _
    configuration As CommerceRuntimeConfiguration _
) As IChangeTrackingProvider
'Usage
Dim tableName As String
Dim configuration As CommerceRuntimeConfiguration
Dim returnValue As IChangeTrackingProvider

returnValue = ChangeTrackingProviderFactory.Create(tableName, _
    configuration)
public static IChangeTrackingProvider Create(
    string tableName,
    CommerceRuntimeConfiguration configuration
)
public:
static IChangeTrackingProvider^ Create(
    String^ tableName, 
    CommerceRuntimeConfiguration^ configuration
)

Parameters

Return Value

Type: Microsoft.Dynamics.Commerce.Runtime.Data.IChangeTrackingProvider
A provider that can be used to retrieve changes for the specified table

See Also

Reference

ChangeTrackingProviderFactory Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace