FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getEngineEventByStatus Method

Gets the engine event by status.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public DataTable getEngineEventByStatus(
	Nullable<DateTime> oStartDate,
	Nullable<DateTime> oEndDate
)
Public Function getEngineEventByStatus ( _
	oStartDate As Nullable(Of DateTime), _
	oEndDate As Nullable(Of DateTime) _
) As DataTable
public:
DataTable^ getEngineEventByStatus(
	Nullable<DateTime^> oStartDate, 
	Nullable<DateTime^> oEndDate
)

Parameters

oStartDate
Type: Nullable<(Of <(<'DateTime>)>)>
The o start date.
oEndDate
Type: Nullable<(Of <(<'DateTime>)>)>
The o end date.

Return Value

DataTable.