dotConnect for Zoho CRM Documentation
Devart.Data.Zoho.APIVersion2 Namespace / ZohoLoader Class / ZohoLoader Constructor / ZohoLoader Constructor(String)
Name of the table that will be loaded.

In This Topic
    ZohoLoader Constructor(String)
    In This Topic
    Initializes a new instance of the ZohoLoader class with table name that will be loaded.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tableName As String _
    )
    public ZohoLoader( 
       string tableName
    )

    Parameters

    tableName
    Name of the table that will be loaded.
    See Also