dotConnect for Zoho CRM Documentation
Devart.Data.Zoho Namespace / ZohoLoader Class / ZohoLoader Constructor / ZohoLoader Constructor()

In This Topic
ZohoLoader Constructor()
In This Topic
Creates an ZohoLoader object without Connection and with empty TableName.
Syntax
'Declaration
 
Public Function New()
 
Remarks
To use an ZohoLoader object created with this constructor you must set Connection and TableName properties.
See Also