This method is called by the batch preview component. It should return true if the data where the reader object points to should be used. Please note that the reader object pointer should not be moved.

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

Syntax

C#
bool ShouldDoThatOne(
	IDataReader reader
)
Visual Basic (Declaration)
Function ShouldDoThatOne ( _
	reader As IDataReader _
) As Boolean
Visual C++
bool ShouldDoThatOne(
	IDataReader^ reader
)

Parameters

reader
Type: System.Data..::.IDataReader
The reader object which columns can be checked.

Return Value

Returns true, if the record the reader objects points currently to should be used.

See Also