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

ObjectProbe.GetMemberInfoForSetter Method 

Returns the MemberInfo of the set member on the specified type.

[Visual Basic]
Public Shared Function GetMemberInfoForSetter( _
   ByVal Type As Type, _
   ByVal String As String _
) As MemberInfo
[C#]
public static MemberInfo GetMemberInfoForSetter(
   Type type,
   String memberName
);

Parameters

type
The type to check
memberName
The name of the member

Return Value

The type of the member

See Also

ObjectProbe Class | IBatisNet.Common.Utilities.Objects Namespace