6 references to NotSupportedOnDataSourceBatch
System.Data.Common (6)
System\Data\Common\DbDataSource.cs (6)
564
=> throw ExceptionBuilder.
NotSupportedOnDataSourceBatch
();
567
=> Task.FromException(ExceptionBuilder.
NotSupportedOnDataSourceBatch
());
573
get => throw ExceptionBuilder.
NotSupportedOnDataSourceBatch
();
574
set => throw ExceptionBuilder.
NotSupportedOnDataSourceBatch
();
579
get => throw ExceptionBuilder.
NotSupportedOnDataSourceBatch
();
580
set => throw ExceptionBuilder.
NotSupportedOnDataSourceBatch
();