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

IPropertyStrategy.Set Method 

Sets value of the specified ResultProperty on the target object.

[Visual Basic]
Sub Set( _
   ByVal RequestScope As RequestScope, _
   ByVal IResultMap As IResultMap, _
   ByVal ResultProperty As ResultProperty, _
   ByRef Object& As Object@, _
   ByVal IDataReader As IDataReader, _
   ByVal Object As Object _
)
[C#]
void Set(
   RequestScope request,
   IResultMap resultMap,
   ResultProperty mapping,
   ref Object& target,
   IDataReader reader,
   Object keys
);

Parameters

request
The request.
resultMap
The result map.
mapping
The ResultProperty.
target
The target.
reader
The reader.
keys
The keys

See Also

IPropertyStrategy Interface | IBatisNet.DataMapper.MappedStatements.PropertyStrategy Namespace