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