4 references to CreateInternalIdDateTimeCommand
System.Workflow.Runtime (4)
Tracking\SqlTrackingWorkflowInstance.cs (4)
195
SqlCommand cmd =
CreateInternalIdDateTimeCommand
("[dbo].[GetActivityEventsWithDetails]", _actMinDT);
330
SqlCommand cmd =
CreateInternalIdDateTimeCommand
("[dbo].[GetUserEventsWithDetails]", _userMinDT);
476
SqlCommand cmd =
CreateInternalIdDateTimeCommand
("[dbo].[GetWorkflowInstanceEventsWithDetails]", _instMinDT);
676
cmd =
CreateInternalIdDateTimeCommand
("[dbo].[GetWorkflowChanges]", _changesMinDT);