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

ReflectionFieldSetAccessor Constructor 

Initializes a new instance of the ReflectionFieldSetAccessor class.

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

Parameters

targetType
Type of the target.
fieldName
Name of the field.

See Also

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