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

ObjectProbe.GetMemberTypeForGetter Method (Type, String)

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

[Visual Basic]
Overloads Public Shared Function GetMemberTypeForGetter( _
   ByVal Type As Type, _
   ByVal String As String _
) As Type
[C#]
public static Type GetMemberTypeForGetter(
   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 | ObjectProbe.GetMemberTypeForGetter Overload List