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

ISet.Set Method 

Sets the value for the field/property of the specified target.

[Visual Basic]
Sub Set( _
   ByVal Object As Object, _
   ByVal Object As Object _
)
[C#]
void Set(
   Object target,
   Object value
);

Parameters

target
Object to set the field/property on.
value
Value.

See Also

ISet Interface | IBatisNet.Common.Utilities.Objects.Members Namespace