This method is called by the batch preview component. It should return true if the previous collected data should be removed as the new data (ShouldDoThatOne(IDataReader)) is used instead.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool ResetData()
Visual Basic (Declaration)
Function ResetData As Boolean
Visual C++
bool ResetData()

Return Value

Return true in order to remove any previous collected data.

See Also