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

ParameterMap.GetProperty Method (Int32)

Get the ParameterProperty at index.

[Visual Basic]
Overloads Public Function GetProperty( _
   ByVal Int32 As Integer _
) As ParameterProperty
[C#]
public ParameterProperty GetProperty(
   Int32 index
);

Parameters

index
Index

Return Value

A ParameterProperty

See Also

ParameterMap Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace | ParameterMap.GetProperty Overload List