iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ReaderAutoMapper.Build Method 

Builds a ResultPropertyCollection for an AutoResultMap.

[Visual Basic]
Public Shared Function Build( _
   ByVal DataExchangeFactory As DataExchangeFactory, _
   ByVal IDataReader As IDataReader, _
   ByRef Object& As Object@ _
) As ResultPropertyCollection
[C#]
public static ResultPropertyCollection Build(
   DataExchangeFactory dataExchangeFactory,
   IDataReader reader,
   ref Object& resultObject
);

Parameters

dataExchangeFactory
The data exchange factory.
reader
The reader.
resultObject
The result object.

See Also

ReaderAutoMapper Class | IBatisNet.DataMapper.MappedStatements Namespace