2 implementations of CommandType
System.Data.Common (1)
System\Data\Common\DbCommand.cs (1)
26
public abstract CommandType
CommandType
{ get; set; }
System.Data.OleDb (1)
OleDbCommand.cs (1)
159
public override CommandType
CommandType
2 references to CommandType
System.Data.Odbc (1)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
302
return DataAdapter(SR.GetString(SR.ADP_DeriveParametersNotSupported, value.GetType().Name, value.
CommandType
.ToString()));
System.Data.OleDb (1)
System\Data\Common\AdapterUtil.cs (1)
553
return DataAdapter(SR.GetString(SR.ADP_DeriveParametersNotSupported, value.GetType().Name, value.
CommandType
.ToString()));