dotConnect for Zoho CRM Documentation
Devart.Data.Zoho.APIVersion1 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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also