Namespace: Cartella.SalesForce
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public UpsertResult[] upsert(
	string externalIDFieldName,
	sObject[] sObjects
)
Visual Basic
Public Function upsert ( _
	externalIDFieldName As String, _
	sObjects As sObject() _
) As UpsertResult()
Visual C++
public:
array<UpsertResult^>^ upsert(
	String^ externalIDFieldName, 
	array<sObject^>^ sObjects
)

Parameters

externalIDFieldName
Type: System..::..String
sObjects
Type: array<Cartella.SalesForce..::..sObject>[]()[][]

Remarks