DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoDataAdapter Class / UpdateBatchSize Property

In This Topic
    UpdateBatchSize Property (C1MagentoDataAdapter)
    In This Topic
    Gets or sets the number of commands that can be executed in a single batch, also effectively enabling (>1) or disabling batch support.
    Syntax
    'Declaration
     
    Public Property UpdateBatchSize As Integer
    public int UpdateBatchSize {get; set;}
    See Also