The provider for access to SQL Server databases.

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

Syntax

Visual Basic (Declaration)
Public Class SqlProvider _
	Implements ICancellable
C#
public class SqlProvider : ICancellable
Visual C++
public ref class SqlProvider : ICancellable

Remarks

Use %GetMigrationSQL(ComparisonSession, System.Boolean)% to get an ExecutionBlock containing the SQL script to migrate data between two databases. It also provides helper methods used internally by SQL Data Compare.

Examples

See ComparisonSessionfor code samples on comparing data See GetMigrationSQL(ComparisonSession, Boolean)for code samples on synchronizing data.

Inheritance Hierarchy

System..::.Object
  RedGate.SQLDataCompare.Engine..::.SqlProvider

See Also