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

ResultMapCollection.Item Property

Sets or Gets the ResultMap at the given index.

[Visual Basic]
Public Default Property Item( _
   ByVal Int32 As Integer _
) As 
[C#]
public IResultMap this[
   Int32 index
] {get; set;}

See Also

ResultMapCollection Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace