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

ResultPropertyCollection.FindByPropertyName Method 

Finds a property by his name.

[Visual Basic]
Public Function FindByPropertyName( _
   ByVal String As String _
) As ResultProperty
[C#]
public ResultProperty FindByPropertyName(
   String propertyName
);

Parameters

propertyName
Name of the property.

Return Value

See Also

ResultPropertyCollection Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace