dotConnect for Zoho CRM Documentation
Devart.Data.Zoho.APIVersion2 Namespace / ZohoLoader Class / Close Method / Close(Boolean) Method

In This Topic
    Close(Boolean) Method
    In This Topic
    Closes loading session and flushes remaining rows to the table.
    Syntax
    'Declaration
     
    Public Overloads Overrides NotOverridable Sub Close( _
       Optional ByVal sendData As Boolean _
    ) 
    public override void Close( 
       bool sendData
    )

    Parameters

    sendData
    See Also