Replays the selections, custom mappings, and WHERE clause settings that the user has made before saving the project. Modifies the passed SchemaMappings to reflect the user changes.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public Function ReplayUserActions ( _
	ByRef schemaMappings As SchemaMappings _
) As List(Of UserActionWarning)
C#
public List<UserActionWarning> ReplayUserActions(
	ref SchemaMappings schemaMappings
)
Visual C++
public:
List<UserActionWarning>^ ReplayUserActions(
	SchemaMappings^% schemaMappings
)

Parameters

schemaMappings
Type: RedGate.SQLDataCompare.Engine..::.SchemaMappings%

Return Value

A list of the selections, custom mappings, and WHERE clause settings that could not be replayed due to changes in the database schema.

See Also