Implemented interface member:
property
CommandType
System.Data.IDbCommand.CommandType
4 overrides of CommandType
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
233public override CommandType CommandType
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
289public override CommandType CommandType
System.Data.Odbc (1)
System\Data\Odbc\OdbcCommand.cs (1)
212public override CommandType CommandType
System.Data.OleDb (1)
OleDbCommand.cs (1)
159public override CommandType CommandType
3 writes to CommandType
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
236set => command.CommandType = value;
System.Data.Common (2)
System\Data\Common\DBCommandBuilder.cs (1)
1470command.CommandType = CommandType.Text;
System\Data\Common\DbDataSource.cs (1)
292set => _wrappedCommand.CommandType = value;
2 references to CommandType
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
235get => command.CommandType;
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
291get => _wrappedCommand.CommandType;