9 references to StoredProcedure
Aspire.Microsoft.Data.SqlClient (2)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientDiagnosticListener.cs (1)
112
case CommandType.
StoredProcedure
:
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\SqlClientTraceInstrumentationOptions.cs (1)
57
/// cref="CommandType.
StoredProcedure
"/> commands as the <see
Aspire.Microsoft.EntityFrameworkCore.SqlServer (2)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientDiagnosticListener.cs (1)
112
case CommandType.
StoredProcedure
:
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\SqlClientTraceInstrumentationOptions.cs (1)
57
/// cref="CommandType.
StoredProcedure
"/> commands as the <see
System.Data.Odbc (5)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
94
case CommandType.
StoredProcedure
:
System\Data\Odbc\Odbc32.cs (1)
44
case CommandType.
StoredProcedure
:
System\Data\Odbc\OdbcCommand.cs (2)
227
case CommandType.
StoredProcedure
:
710
&& (CommandType != CommandType.
StoredProcedure
))
System\Data\Odbc\OdbcCommandBuilder.cs (1)
113
case System.Data.CommandType.
StoredProcedure
: