2 implementations of CommandType
System.Data.Common (1)
System\Data\Common\DbCommand.cs (1)
26public abstract CommandType CommandType { get; set; }
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
25public override System.Data.CommandType CommandType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
1 reference to CommandType
System.Data.Odbc (1)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
302return DataAdapter(SR.GetString(SR.ADP_DeriveParametersNotSupported, value.GetType().Name, value.CommandType.ToString()));