FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getErrorsLogByDates Method

Gets the error count by dates.

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

Syntax


public DataTable getErrorsLogByDates(
	Nullable<DateTime> oStartDate,
	Nullable<DateTime> oEndDate,
	string sUser
)
Public Function getErrorsLogByDates ( _
	oStartDate As Nullable(Of DateTime), _
	oEndDate As Nullable(Of DateTime), _
	sUser As String _
) As DataTable
public:
DataTable^ getErrorsLogByDates(
	Nullable<DateTime^> oStartDate, 
	Nullable<DateTime^> oEndDate, 
	String^ sUser
)

Parameters

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

Return Value

DataTable.