125 references to StoredProcedure
System.Activities.DurableInstancing (9)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
116
return CommandType.
StoredProcedure
;
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
47
return CommandType.
StoredProcedure
;
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
56
return CommandType.
StoredProcedure
;
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
60
return CommandType.
StoredProcedure
;
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (1)
59
return CommandType.
StoredProcedure
;
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
94
return CommandType.
StoredProcedure
;
System\Activities\DurableInstancing\RecoverInstanceLocksAsyncResult.cs (1)
55
return CommandType.
StoredProcedure
;
System\Activities\DurableInstancing\TestVersionAndRunAsyncResult.cs (1)
68
return CommandType.
StoredProcedure
;
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (1)
48
return CommandType.
StoredProcedure
;
System.Data (28)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (2)
221
case CommandType.
StoredProcedure
:
648
&& (CommandType != CommandType.
StoredProcedure
)) {
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (1)
113
case System.Data.CommandType.
StoredProcedure
:
fx\src\data\System\Data\OleDb\OleDbCommand.cs (4)
182
case CommandType.
StoredProcedure
:
377
Debug.Assert(System.Data.CommandType.Text == CommandType || System.Data.CommandType.
StoredProcedure
== CommandType, "CreateAccessor: incorrect CommandType");
601
case CommandType.
StoredProcedure
:
966
case System.Data.CommandType.
StoredProcedure
:
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (1)
107
case System.Data.CommandType.
StoredProcedure
:
fx\src\data\System\Data\SqlClient\SqlCommand.cs (18)
711
case CommandType.
StoredProcedure
:
848
|| (this.CommandType == CommandType.
StoredProcedure
)
2716
case System.Data.CommandType.
StoredProcedure
:
2783
paramsCmd.CommandType = CommandType.
StoredProcedure
;
3731
if (CommandType == Data.CommandType.
StoredProcedure
) {
4423
writeTask = _stateObj.Parser.TdsExecuteRPC(this, _sqlRPCParameterEncryptionReqArray, timeout, inSchema, this.Notification, _stateObj, CommandType.
StoredProcedure
== CommandType, sync: !asyncWrite);
4434
writeTask = _stateObj.Parser.TdsExecuteRPC(this, _SqlRPCBatchArray, timeout, inSchema, this.Notification, _stateObj, CommandType.
StoredProcedure
== CommandType, sync: !asyncWrite );
4500
writeTask = _stateObj.Parser.TdsExecuteRPC(this, _rpcArrayOf1, timeout, inSchema, this.Notification, _stateObj, CommandType.
StoredProcedure
== CommandType, sync:!asyncWrite);
4503
Debug.Assert(this.CommandType == System.Data.CommandType.
StoredProcedure
, "unknown command type!");
4535
writeTask=_stateObj.Parser.TdsExecuteRPC(this, _rpcArrayOf1, timeout, inSchema, this.Notification, _stateObj, CommandType.
StoredProcedure
== CommandType, sync:!asyncWrite);
5425
parameter.Validate(ii, CommandType.
StoredProcedure
== CommandType);
5549
Debug.Assert(this.CommandType == System.Data.CommandType.
StoredProcedure
, "Command must be a stored proc to execute an RPC");
5664
Debug.Assert(CommandType == CommandType.
StoredProcedure
, "BuildStoredProcedureStatementForColumnEncryption() should only be called for stored procedures");
5750
sqlParam.Validate(i, CommandType.
StoredProcedure
== CommandType);
6142
if (cmdType == CommandType.
StoredProcedure
) {
6219
param.Validate(index, CommandType.
StoredProcedure
== CommandType);
6258
if ( CommandType.
StoredProcedure
== cmdType &&
6353
string commandText = CommandType == CommandType.
StoredProcedure
? CommandText : string.Empty;
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (1)
125
case CommandType.
StoredProcedure
:
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
1989
c.CommandType = CommandType.
StoredProcedure
;
System.Data.Entity (5)
System\Data\EntityClient\EntityCommand.cs (3)
304
if (value != CommandType.Text && value != CommandType.
StoredProcedure
)
607
else if (CommandType.
StoredProcedure
== CommandType)
624
Debug.Assert(CommandType.
StoredProcedure
== this.CommandType);
System\Data\Objects\ObjectContext.cs (1)
2660
entityCommand.CommandType = CommandType.
StoredProcedure
;
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
451
commandType = CommandType.
StoredProcedure
;
System.Web (56)
Cache\SqlCacheDependency.cs (2)
1500
sqlCmd.CommandType = CommandType.
StoredProcedure
;
1692
sqlCmd.CommandType = CommandType.
StoredProcedure
;
DataAccess\SqlConnectionHelper.cs (1)
268
command.CommandType = CommandType.
StoredProcedure
;
Management\SqlServices.cs (1)
611
cmd.CommandType = CommandType.
StoredProcedure
;
Management\SqlWebEventProvider.cs (1)
188
sqlCommand.CommandType = CommandType.
StoredProcedure
;
Profile\SqlProfileProvider.cs (6)
166
cmd.CommandType = CommandType.
StoredProcedure
;
231
cmd.CommandType = CommandType.
StoredProcedure
;
341
cmd.CommandType = CommandType.
StoredProcedure
;
389
cmd.CommandType = CommandType.
StoredProcedure
;
423
cmd.CommandType = CommandType.
StoredProcedure
;
510
cmd.CommandType = CommandType.
StoredProcedure
;
Security\SQLMembershipProvider.cs (17)
364
cmd.CommandType = CommandType.
StoredProcedure
;
467
cmd.CommandType = CommandType.
StoredProcedure
;
624
cmd.CommandType = CommandType.
StoredProcedure
;
744
cmd.CommandType = CommandType.
StoredProcedure
;
824
cmd.CommandType = CommandType.
StoredProcedure
;
889
cmd.CommandType = CommandType.
StoredProcedure
;
941
cmd.CommandType = CommandType.
StoredProcedure
;
1029
cmd.CommandType = CommandType.
StoredProcedure
;
1120
cmd.CommandType = CommandType.
StoredProcedure
;
1174
cmd.CommandType = CommandType.
StoredProcedure
;
1239
cmd.CommandType = CommandType.
StoredProcedure
;
1321
cmd.CommandType = CommandType.
StoredProcedure
;
1376
cmd.CommandType = CommandType.
StoredProcedure
;
1474
cmd.CommandType = CommandType.
StoredProcedure
;
1584
cmd.CommandType = CommandType.
StoredProcedure
;
1645
cmd.CommandType = CommandType.
StoredProcedure
;
1725
cmd.CommandType = CommandType.
StoredProcedure
;
Security\SQLRoleProvider.cs (10)
115
cmd.CommandType = CommandType.
StoredProcedure
;
177
cmd.CommandType = CommandType.
StoredProcedure
;
245
cmd.CommandType = CommandType.
StoredProcedure
;
299
cmd.CommandType = CommandType.
StoredProcedure
;
350
cmd.CommandType = CommandType.
StoredProcedure
;
466
cmd.CommandType = CommandType.
StoredProcedure
;
578
cmd.CommandType = CommandType.
StoredProcedure
;
633
cmd.CommandType = CommandType.
StoredProcedure
;
702
cmd.CommandType = CommandType.
StoredProcedure
;
762
cmd.CommandType = CommandType.
StoredProcedure
;
State\sqlstateclientmanager.cs (14)
1030
cmd.CommandType = CommandType.
StoredProcedure
;
1069
cmdTempGetAppId.CommandType = CommandType.
StoredProcedure
;
1284
_cmdTempGet.CommandType = CommandType.
StoredProcedure
;
1326
_cmdTempGetExclusive.CommandType = CommandType.
StoredProcedure
;
1367
_cmdTempReleaseExclusive.CommandType = CommandType.
StoredProcedure
;
1381
_cmdTempInsertLong.CommandType = CommandType.
StoredProcedure
;
1397
_cmdTempInsertShort.CommandType = CommandType.
StoredProcedure
;
1412
_cmdTempUpdateLong.CommandType = CommandType.
StoredProcedure
;
1429
_cmdTempUpdateShort.CommandType = CommandType.
StoredProcedure
;
1446
_cmdTempUpdateShortNullLong.CommandType = CommandType.
StoredProcedure
;
1462
_cmdTempUpdateLongNullShort.CommandType = CommandType.
StoredProcedure
;
1479
_cmdTempRemove.CommandType = CommandType.
StoredProcedure
;
1494
_cmdTempInsertUninitializedItem.CommandType = CommandType.
StoredProcedure
;
1510
_cmdTempResetTimeout.CommandType = CommandType.
StoredProcedure
;
UI\WebControls\SqlDataSourceView.cs (2)
956
if (command.CommandType != CommandType.
StoredProcedure
) {
1183
return CommandType.
StoredProcedure
;
UI\WebParts\SqlPersonalizationProvider.cs (1)
966
command.CommandType = CommandType.
StoredProcedure
;
Util\SecUtil.cs (1)
270
cmd.CommandType = CommandType.
StoredProcedure
;
System.Workflow.Runtime (22)
Hosting\SqlWorkflowPersistenceService.cs (1)
565
command.CommandType = CommandType.
StoredProcedure
;
Tracking\SqlTrackingQuery.cs (2)
170
cmd.CommandType = CommandType.
StoredProcedure
;
184
cmd.CommandType = CommandType.
StoredProcedure
;
Tracking\SqlTrackingService.cs (15)
277
cmd.CommandType = CommandType.
StoredProcedure
;
369
cmd.CommandType = CommandType.
StoredProcedure
;
630
cmd.CommandType = CommandType.
StoredProcedure
;
828
command.CommandType = CommandType.
StoredProcedure
;
867
command.CommandType = CommandType.
StoredProcedure
;
1238
command.CommandType = CommandType.
StoredProcedure
;
1291
command.CommandType = CommandType.
StoredProcedure
;
1419
command.CommandType = CommandType.
StoredProcedure
;
1536
command.CommandType = CommandType.
StoredProcedure
;
1733
command.CommandType = CommandType.
StoredProcedure
;
1834
command.CommandType = CommandType.
StoredProcedure
;
1912
command.CommandType = CommandType.
StoredProcedure
;
1975
command.CommandType = CommandType.
StoredProcedure
;
2098
command.CommandType = CommandType.
StoredProcedure
;
2123
command.CommandType = CommandType.
StoredProcedure
;
Tracking\SqlTrackingWorkflowInstance.cs (4)
551
cmd.CommandType = CommandType.
StoredProcedure
;
668
cmd.CommandType = CommandType.
StoredProcedure
;
763
cmd.CommandType = CommandType.
StoredProcedure
;
853
cmd.CommandType = CommandType.
StoredProcedure
;
System.WorkflowServices (5)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (5)
766
command.CommandType = CommandType.
StoredProcedure
;
843
command.CommandType = CommandType.
StoredProcedure
;
945
command.CommandType = CommandType.
StoredProcedure
;
1408
command.CommandType = CommandType.
StoredProcedure
;
1467
command.CommandType = CommandType.
StoredProcedure
;