40 references to Text
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
131
return CommandType.
Text
;
System.Data (27)
fx\src\data\System\Data\Common\DBCommand.cs (1)
42
DefaultValue(System.Data.CommandType.
Text
),
fx\src\data\System\Data\Common\DBCommandBuilder.cs (1)
1310
command.CommandType = CommandType.
Text
;
fx\src\data\System\Data\Odbc\OdbcCommand.cs (3)
208
DefaultValue(System.Data.CommandType.
Text
),
216
return ((0 != cmdType) ? cmdType : CommandType.
Text
);
220
case CommandType.
Text
:
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (1)
111
case System.Data.CommandType.
Text
:
fx\src\data\System\Data\OleDb\OleDbCommand.cs (6)
169
DefaultValue(System.Data.CommandType.
Text
),
177
return ((0 != cmdType) ? cmdType : CommandType.
Text
);
181
case CommandType.
Text
:
377
Debug.Assert(System.Data.CommandType.
Text
== CommandType || System.Data.CommandType.StoredProcedure == CommandType, "CreateAccessor: incorrect CommandType");
600
case CommandType.
Text
:
962
case System.Data.CommandType.
Text
:
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (1)
105
case System.Data.CommandType.
Text
:
fx\src\data\System\Data\SqlClient\SqlCommand.cs (13)
696
DefaultValue(System.Data.CommandType.
Text
),
704
return ((0 != cmdType) ? cmdType : CommandType.
Text
);
710
case CommandType.
Text
:
850
(System.Data.CommandType.
Text
== this.CommandType)
1545
if ((System.Data.CommandType.
Text
== this.CommandType) && (0 == GetParameterCount(_parameters))) {
1639
else if (!ShouldUseEnclaveBasedWorkflow && !BatchRPCMode && (System.Data.CommandType.
Text
== this.CommandType) && (0 == GetParameterCount(_parameters))) {
2714
case System.Data.CommandType.
Text
:
4436
else if ((System.Data.CommandType.
Text
== this.CommandType) && (0 == GetParameterCount(_parameters))) {
4458
else if (System.Data.CommandType.
Text
== this.CommandType) {
5471
Debug.Assert(System.Data.CommandType.
Text
== this.CommandType, "invalid use of sp_prepexec for stored proc invocation!");
5620
Debug.Assert(System.Data.CommandType.
Text
== this.CommandType, "invalid use of sp_executesql for stored proc invocation!");
5941
Debug.Assert(System.Data.CommandType.
Text
== this.CommandType, "invalid call to GetCommandText for stored proc!");
5951
Debug.Assert(System.Data.CommandType.
Text
== this.CommandType, "invalid use of sp_prepare for stored proc invocation!");
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (1)
124
case CommandType.
Text
:
System.Data.Entity (7)
System\Data\EntityClient\EntityCommand.cs (5)
59
this._commandType = CommandType.
Text
;
239
if (CommandType.
Text
!= CommandType)
304
if (value != CommandType.
Text
&& value != CommandType.StoredProcedure)
575
if (CommandType.
Text
== CommandType)
825
if (this.CommandType == CommandType.
Text
&& parameter.Direction != ParameterDirection.Input)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
411
commandType = CommandType.
Text
;
476
commandType = CommandType.
Text
;
System.Data.Entity.Design (1)
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (1)
190
command.CommandType = CommandType.
Text
;
System.Web (4)
Cache\SqlCacheDependency.cs (2)
1516
sqlCmd.CommandType = CommandType.
Text
;
1528
sqlCmd.CommandType = CommandType.
Text
;
State\sqlstateclientmanager.cs (1)
1004
cmd.CommandType = CommandType.
Text
;
UI\WebControls\SqlDataSourceView.cs (1)
1181
return CommandType.
Text
;