dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceLoader Class / GetIDs Method

In This Topic
    GetIDs Method
    In This Topic
    Returns the array of IDs of the inserted rows. Call this method only after calling the Close method.
    Syntax
    'Declaration
     
    Public Function GetIDs() As String()
    public string[] GetIDs()

    Return Value

    The array of IDs of the inserted rows.
    See Also