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