Updates the last successful run time for a query in the database

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void UpdateLastRunDate(
	DateTime runDateTime
)
Visual Basic (Declaration)
Public Sub UpdateLastRunDate ( _
	runDateTime As DateTime _
)
Visual C++
public:
void UpdateLastRunDate(
	DateTime runDateTime
)

Parameters

runDateTime
Type: System..::.DateTime
Datetime to update the query with

See Also