1 override of UpdateBatchSize
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDataAdapter.cs (1)
102override public int UpdateBatchSize {
1 reference to UpdateBatchSize
System.Data (1)
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
827int maxBatchCommands = Math.Min(UpdateBatchSize, dataRows.Length);