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

ReflectionPropertyGetAccessor Constructor 

Initializes a new instance of the ReflectionPropertyGetAccessor class.

[Visual Basic]
Public Sub New( _
   ByVal Type As Type, _
   ByVal String As String _
)
[C#]
public ReflectionPropertyGetAccessor(
   Type targetType,
   String propertyName
);

Parameters

targetType
Type of the target.
propertyName
Name of the property.

See Also

ReflectionPropertyGetAccessor Class | IBatisNet.Common.Utilities.Objects.Members Namespace