2 implementations of CommandType
System.Data.Common (1)
System\Data\Common\DbCommand.cs (1)
26public abstract CommandType CommandType { get; set; }
System.Data.OleDb (1)
OleDbCommand.cs (1)
159public override CommandType CommandType
2 references 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()));
System.Data.OleDb (1)
System\Data\Common\AdapterUtil.cs (1)
553return DataAdapter(SR.GetString(SR.ADP_DeriveParametersNotSupported, value.GetType().Name, value.CommandType.ToString()));