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

IResultMap.SetValueOfProperty Method 

Set the value of an object property.

[Visual Basic]
Sub SetValueOfProperty( _
   ByRef Object& As Object@, _
   ByVal ResultProperty As ResultProperty, _
   ByVal Object As Object _
)
[C#]
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.

See Also

IResultMap Interface | IBatisNet.DataMapper.Configuration.ResultMapping Namespace