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

ReflectionFieldSetAccessor.Set Method 

Sets the value for the field of the specified target.

[Visual Basic]
NotOverridable Public Sub Set( _
   ByVal Object As Object, _
   ByVal Object As Object _
) _
    Implements ISet.
[C#]
public void Set(
   Object target,
   Object value
);

Parameters

target
Object to set the property on.
value
Property value.

Implements

ISet.

See Also

ReflectionFieldSetAccessor Class | IBatisNet.Common.Utilities.Objects.Members Namespace