Share via


Transfer.BatchSize Property

Definition

Number of rows in each batch of SqlBulkCopy. At the end of each batch, the rows in the batch are sent to the server.

public int BatchSize { get; set; }
member this.BatchSize : int with get, set
Public Property BatchSize As Integer

Property Value

Applies to