Internal use only.

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

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.

Return Value

Internal use only.

Implements

IInfigoMapping..::.Map(IDataReader, InfigoTemplate, Boolean)

See Also