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

ObjectProbe.HasWritableProperty Method 

Checks to see if a Object has a writable property/field be a given name

[Visual Basic]
Public Shared Function HasWritableProperty( _
   ByVal Object As Object, _
   ByVal String As String _
) As Boolean
[C#]
public static bool HasWritableProperty(
   Object obj,
   String propertyName
);

Parameters

obj
The object to check
propertyName
The property to check for

Return Value

True if the property exists and is writable

See Also

ObjectProbe Class | IBatisNet.Common.Utilities.Objects Namespace