15 references to Text
Aspire.Microsoft.Data.SqlClient (2)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientDiagnosticListener.cs (1)
120
case CommandType.
Text
:
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\SqlClientTraceInstrumentationOptions.cs (1)
82
/// <c>SqlCommand</c>s with <see cref="CommandType.
Text
"/>.</item>
Aspire.Microsoft.EntityFrameworkCore.SqlServer (2)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientDiagnosticListener.cs (1)
120
case CommandType.
Text
:
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\SqlClientTraceInstrumentationOptions.cs (1)
82
/// <c>SqlCommand</c>s with <see cref="CommandType.
Text
"/>.</item>
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (2)
UserStoreEncryptPersonalDataTest.cs (2)
126
command.CommandType = System.Data.CommandType.
Text
;
148
command.CommandType = System.Data.CommandType.
Text
;
System.Data.Common (2)
System\Data\Common\DbCommand.cs (1)
24
[DefaultValue(System.Data.CommandType.
Text
)]
System\Data\Common\DBCommandBuilder.cs (1)
1470
command.CommandType = CommandType.
Text
;
System.Data.Odbc (6)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
93
case CommandType.
Text
:
System\Data\Odbc\Odbc32.cs (1)
43
case CommandType.
Text
:
System\Data\Odbc\OdbcCommand.cs (3)
213
DefaultValue(System.Data.CommandType.
Text
),
220
return ((0 != cmdType) ? cmdType : CommandType.
Text
);
226
case CommandType.
Text
:
System\Data\Odbc\OdbcCommandBuilder.cs (1)
111
case System.Data.CommandType.
Text
:
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
23
[System.ComponentModel.DefaultValueAttribute(System.Data.CommandType.
Text
)]