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

ParameterPropertyCollection.Item Property

Sets or Gets the ParameterProperty at the given index.

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

See Also

ParameterPropertyCollection Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace