15 references to Text
Aspire.Microsoft.Data.SqlClient (2)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientDiagnosticListener.cs (1)
120case 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)
120case 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)
126command.CommandType = System.Data.CommandType.Text; 148command.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)
1470command.CommandType = CommandType.Text;
System.Data.Odbc (6)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
93case CommandType.Text:
System\Data\Odbc\Odbc32.cs (1)
43case CommandType.Text:
System\Data\Odbc\OdbcCommand.cs (3)
213DefaultValue(System.Data.CommandType.Text), 220return ((0 != cmdType) ? cmdType : CommandType.Text); 226case CommandType.Text:
System\Data\Odbc\OdbcCommandBuilder.cs (1)
111case 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)]