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

ParameterMap.GetParameterIndex Method 

Retrieve the index for array property

[Visual Basic]
Public Function GetParameterIndex( _
   ByVal String As String _
) As Integer
[C#]
public int GetParameterIndex(
   String propertyName
);

Parameters

propertyName

Return Value

See Also

ParameterMap Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace