Visual Basic (Declaration) | |
---|---|
Public Overloads Sub upsertAsync( _ ByVal externalIDFieldName As String, _ ByVal sObjects() As sObject _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SforceService Dim externalIDFieldName As String Dim sObjects() As sObject instance.upsertAsync(externalIDFieldName, sObjects) |
C# | |
---|---|
public void upsertAsync( string externalIDFieldName, sObject[] sObjects ) |
Managed Extensions for C++ | |
---|---|
public: void upsertAsync( string* externalIDFieldName, sObject*[]* sObjects ) |
C++/CLI | |
---|---|
public: void upsertAsync( String^ externalIDFieldName, array<sObject^>^ sObjects ) |
Parameters
- externalIDFieldName
- sObjects
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family