8 references to NotSupportedOnDataSourceCommand
System.Data.Common (8)
System\Data\Common\DbDataSource.cs (8)
335
=> throw ExceptionBuilder.
NotSupportedOnDataSourceCommand
();
338
=> Task.FromException(ExceptionBuilder.
NotSupportedOnDataSourceCommand
());
344
get => throw ExceptionBuilder.
NotSupportedOnDataSourceCommand
();
345
set => throw ExceptionBuilder.
NotSupportedOnDataSourceCommand
();
350
get => throw ExceptionBuilder.
NotSupportedOnDataSourceCommand
();
351
set => throw ExceptionBuilder.
NotSupportedOnDataSourceCommand
();
564
=> throw ExceptionBuilder.
NotSupportedOnDataSourceCommand
();
567
=> Task.FromException(ExceptionBuilder.
NotSupportedOnDataSourceCommand
());