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

ParameterMap.GetProperty Method (String)

Get a ParameterProperty by his name.

[Visual Basic]
Overloads Public Function GetProperty( _
   ByVal String As String _
) As ParameterProperty
[C#]
public ParameterProperty GetProperty(
   String name
);

Parameters

name
The name of the ParameterProperty

Return Value

A ParameterProperty

See Also

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