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

ResultMap.SetValueOfProperty Method 

Set the value of an object property.

[Visual Basic]
NotOverridable Public Sub SetValueOfProperty( _
   ByRef Object& As Object@, _
   ByVal ResultProperty As ResultProperty, _
   ByVal Object As Object _
) _
    Implements IResultMap.
[C#]
public void SetValueOfProperty(
   ref Object& target,
   ResultProperty property,
   Object dataBaseValue
);

Parameters

target
The object to set the property.
property
The result property to use.
dataBaseValue
The database value to set.

Implements

IResultMap.

See Also

ResultMap Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace