WebSiteSyncUpsert Method
Namespace: Centralpoint.WebAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
private void SyncUpsert(
string tableName,
ArrayList fields,
SqlConnection connection,
DataRow source,
DataRow destination,
DateTime syncDate
)
Private Sub SyncUpsert (
tableName As String,
fields As ArrayList,
connection As SqlConnection,
source As DataRow,
destination As DataRow,
syncDate As DateTime
)
Parameters
- tableName String
-
- fields ArrayList
-
- connection SqlConnection
-
- source DataRow
-
- destination DataRow
-
- syncDate DateTime
-