DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.AdoNet.GoogleAnalytics Namespace / C1GoogleAnalyticsDataAdapter Class / UpdateBatchSize Property

In This Topic
    UpdateBatchSize Property (C1GoogleAnalyticsDataAdapter)
    In This Topic
    Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch.
    Syntax
    'Declaration
     
    Public Property UpdateBatchSize As Integer
    public int UpdateBatchSize {get; set;}
    See Also