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: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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.





