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

ResultMap Constructor 

Initializes a new instance of the ResultMap class.

[Visual Basic]
Public Sub New( _
   ByVal ConfigurationScope As ConfigurationScope, _
   ByVal String As String, _
   ByVal String As String, _
   ByVal String As String, _
   ByVal String As String _
)
[C#]
public ResultMap(
   ConfigurationScope configScope,
   String id,
   String className,
   String extendMap,
   String groupBy
);

Parameters

configScope
The config scope.
id
Identifier used to identify the resultMap amongst the others.
className
The output class name of the resultMap.
extendMap
The extend result map bame.
groupBy
The groupBy properties

See Also

ResultMap Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace