dotConnect for Zoho CRM Documentation
Devart.Data.Zoho Namespace / ZohoProviderFactory Class / CreateCommand Method

In This Topic
    CreateCommand Method (ZohoProviderFactory)
    In This Topic
    Creates and returns a ZohoCommand object.
    Syntax
    'Declaration
     
    Public Overrides Function CreateCommand() As DbCommand
    public override DbCommand CreateCommand()

    Return Value

    A ZohoCommand object.
    See Also