FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getErrorsLogsByType Method

Gets the error count by dates.

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

Syntax


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

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.
sType
Type: String
The s Type like (Error, Warnings, Info).

Return Value

DataTable.