dotConnect for Zoho CRM Documentation
Devart.Data.Zoho.APIVersion2 Namespace / ZohoLoader Class
Members

In This Topic
    ZohoLoader Class
    In This Topic
    Serves to load external data into Zoho CRM.
    Syntax
    'Declaration
     
    Public NotInheritable Class ZohoLoader 
       Inherits Devart.Data.SqlShimLoader
       Implements System.ComponentModel.IComponentSystem.IDisposable 
    Remarks
    Please note that dotConnect for Zoho CRM has two loader classes: Devart.Data.Zoho.ZohoLoader for loading data via Devart.Data.Zoho.ZohoConnection with APIVersion set to v2 and this ZohoLoader class for using with Devart.Data.Zoho.ZohoConnection with APIVersion set to v1.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             Devart.Common.DbLoader
                Devart.Data.SqlShimLoader
                   Devart.Data.Zoho.APIVersion2.ZohoLoader

    See Also