Internal use only.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool Map( IDataReader reader, InfigoTemplate handler, bool bValidate ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function Map ( _ reader As IDataReader, _ handler As InfigoTemplate, _ bValidate As Boolean _ ) As Boolean | 
| Visual C++ | 
|---|
| public: virtual bool Map( IDataReader^ reader, InfigoTemplate^ handler, bool bValidate ) sealed | 
Parameters
- reader
- Type: System.Data..::.IDataReader
 Internal use only.
- handler
- Type: InfigoSDK..::.InfigoTemplate
 Internal use only.
- bValidate
- Type: System..::.Boolean
 Internal use only.





