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

DelegatePropertyGetAccessor Constructor 

Initializes a new instance of the DelegatePropertyGetAccessor class for get property access via DynamicMethod.

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

Parameters

targetObjectType
Type of the target object.
propertyName
Name of the property.

See Also

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