WebSiteSyncUpsert Method

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
private void SyncUpsert(
	string tableName,
	ArrayList fields,
	SqlConnection connection,
	DataRow source,
	DataRow destination,
	DateTime syncDate
)

Parameters

tableName  String
 
fields  ArrayList
 
connection  SqlConnection
 
source  DataRow
 
destination  DataRow
 
syncDate  DateTime
 

See Also