FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getErrorsLogsByDateWithPriority Method

Gets the error logs by date with priority

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

Syntax


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

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.
sPriority
Type: String
The priority.

Return Value

DataTable.