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