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

ObjectProbe.GetMemberTypeForSetter Method (Object, String)

Returns the type that the set expects to receive as a parameter when setting a member value.

[Visual Basic]
Overloads Public Shared Function GetMemberTypeForSetter( _
   ByVal Object As Object, _
   ByVal String As String _
) As Type
[C#]
public static Type GetMemberTypeForSetter(
   Object obj,
   String memberName
);

Parameters

obj
The object to check
memberName
The name of the member

Return Value

The type of the member

See Also

ObjectProbe Class | IBatisNet.Common.Utilities.Objects Namespace | ObjectProbe.GetMemberTypeForSetter Overload List