3 references to NotSupported
System.Data.Common (3)
System\Data\DataException.cs (3)
380
public static Exception NotSupportedOnDataSourceBatch() => Common.ADP.
NotSupported
(SR.Batch_NotSupportedOnDataSourceBatch);
386
public static Exception NotSupportedOnDataSourceCommand() => Common.ADP.
NotSupported
(SR.Command_NotSupportedOnDataSourceCommand);
521
public static Exception ColumnTypeNotSupported() => Common.ADP.
NotSupported
(SR.DataColumn_NullableTypesNotSupported);