'Declaration Public Function New( _ ByVal tableName As String, _ ByVal connection As ZohoConnection _ )
public ZohoLoader( string tableName, ZohoConnection connection )
Parameters
- tableName
- Name of the table that will be loaded.
- connection
- A ZohoConnection object that represents the connection to a data source.