Table of Contents

Class BaseSqlProvider

Namespace
Dynamicweb.DataIntegration.Integration
Assembly
Dynamicweb.DataIntegration.dll
[ResponseMapping(true)]
public abstract class BaseSqlProvider : BaseProvider, ISource, IDestination, IParameterizedDestination
Inheritance
BaseSqlProvider
Implements
Inherited Members
Extension Methods

Properties

TotalRowsAffected

public virtual long TotalRowsAffected { get; set; }

Property Value

long

Methods

GetSqlSourceSchema(SqlConnection, IEnumerable<string>)

public static Schema GetSqlSourceSchema(SqlConnection connection, IEnumerable<string> tableNames = null)

Parameters

connection SqlConnection
tableNames IEnumerable<string>

Returns

Schema

OrderTablesByConstraints(Job, SqlConnection, bool)

protected static void OrderTablesByConstraints(Job job, SqlConnection connection, bool isSource = false)

Parameters

job Job
connection SqlConnection
isSource bool

OrderTablesInJob(Job, bool)

public virtual void OrderTablesInJob(Job job, bool isSource)

Parameters

job Job
isSource bool
To top