FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDBAuditLogProvider..::..getSummaryByDate Method

Get summary by date.

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

Syntax


public Dictionary<string, long> getSummaryByDate(
	DateTime oStartDate,
	DateTime oEndDate
)
Public Function getSummaryByDate ( _
	oStartDate As DateTime, _
	oEndDate As DateTime _
) As Dictionary(Of String, Long)
public:
Dictionary<String^, long long^>^ getSummaryByDate(
	DateTime^ oStartDate, 
	DateTime^ oEndDate
)

Parameters

oStartDate
Type: DateTime
The o start date.
oEndDate
Type: DateTime
The o end date.

Return Value

Dictionary<System.String, System.Int64>.