Internal use only.

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

Syntax

C#
public bool ShouldDoThatOne(
	IDataReader reader
)
Visual Basic (Declaration)
Public Function ShouldDoThatOne ( _
	reader As IDataReader _
) As Boolean
Visual C++
public:
virtual bool ShouldDoThatOne(
	IDataReader^ reader
) sealed

Parameters

reader
Type: System.Data..::.IDataReader
Internal use only.

Return Value

Internal use only.

Implements

IInfigoBatchPreviewParameter..::.ShouldDoThatOne(IDataReader)

See Also