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

In This Topic
    ZohoParameterCollection Class
    In This Topic
    Collects all parameters relevant to a ZohoCommand as well as their respective mappings to System.Data.DataSet columns.
    Syntax
    Remarks
    The number of parameters in the collection must be equal to the number of parameter placeholders within the command text, or Zoho CRM raises an error.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.Data.Common.DbParameterCollection
             Devart.Common.DbParameterBaseCollection
                Devart.Data.SqlShimParameterCollection<T>
                   Devart.Data.Zoho.ZohoParameterCollection

    See Also