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

ObjectProbe.GetReadablePropertyNames Method 

Returns an array of the readable properties names exposed by an object

[Visual Basic]
Public Shared Function GetReadablePropertyNames( _
   ByVal Object As Object _
) As String()
[C#]
public static string[] GetReadablePropertyNames(
   Object obj
);

Parameters

obj
The object

Return Value

The properties name

See Also

ObjectProbe Class | IBatisNet.Common.Utilities.Objects Namespace