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

ReflectionInfo.GetSetterType Method 

Gets the type of the member.

[Visual Basic]
Public Function GetSetterType( _
   ByVal String As String _
) As Type
[C#]
public Type GetSetterType(
   String memberName
);

Parameters

memberName
Member's name.

Return Value

See Also

ReflectionInfo Class | IBatisNet.Common.Utilities.Objects Namespace