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

ResultPropertyCollection.Item Property

Sets or Gets the ResultProperty at the given index.

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

See Also

ResultPropertyCollection Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace