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

ObjectProbe.GetMemberValue Method 

Return the specified member on an object.

[Visual Basic]
Public Shared Function GetMemberValue( _
   ByVal Object As Object, _
   ByVal String As String, _
   ByVal AccessorFactory As AccessorFactory _
) As Object
[C#]
public static object GetMemberValue(
   Object obj,
   String memberName,
   AccessorFactory accessorFactory
);

Parameters

obj
The Object on which to invoke the specified property.
memberName
Name of the member.
accessorFactory
The accessor factory.

Return Value

An Object representing the return value of the invoked property.

See Also

ObjectProbe Class | IBatisNet.Common.Utilities.Objects Namespace