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

ResultMapStrategy.Set Method 

Sets value of the specified ResultProperty on the target object when a 'resultMapping' attribute exists on the ResultProperty.

[Visual Basic]
NotOverridable Public 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 _
) _
    Implements IPropertyStrategy.
[C#]
public 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

Implements

IPropertyStrategy.

See Also

ResultMapStrategy Class | IBatisNet.DataMapper.MappedStatements.PropertyStrategy Namespace