Deletes items from the store for the specified date range.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
long Delete(
	DateTime start,
	DateTime end
)
Visual Basic (Declaration)
Function Delete ( _
	start As DateTime, _
	end As DateTime _
) As Long
Visual C++
long long Delete(
	DateTime start, 
	DateTime end
)

Parameters

start
Type: System..::.DateTime
The date of the first item to delete in the store.
end
Type: System..::.DateTime
The end of the last item to delete in the store.

Return Value

The number of items deleted from the data store.

See Also