You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to set NpgsqlDataAdapter.UpdateBatchSize fails with Specified method is not supported..
This implementation inherited from DbDataAdapter.UpdateBatchSize .
Is it possible to implement batch support similar to SqlDataAdapter?
Attempt to set
NpgsqlDataAdapter.UpdateBatchSizefails withSpecified method is not supported..This implementation inherited from DbDataAdapter.UpdateBatchSize .
Is it possible to implement batch support similar to
SqlDataAdapter?