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

SelectObjectStrategy.Get Method 

Gets the value of the specified ResultProperty that must be set on the target object.

[Visual Basic]
NotOverridable Public Function Get( _
   ByVal RequestScope As RequestScope, _
   ByVal IResultMap As IResultMap, _
   ByVal ResultProperty As ResultProperty, _
   ByRef Object& As Object@, _
   ByVal IDataReader As IDataReader _
) As Object _
    Implements IPropertyStrategy.
[C#]
public object Get(
   RequestScope request,
   IResultMap resultMap,
   ResultProperty mapping,
   ref Object& target,
   IDataReader reader
);

Parameters

request
The request.
resultMap
The result map.
mapping
The mapping.
target
The target object
reader
The reader.

Implements

IPropertyStrategy.

See Also

SelectObjectStrategy Class | IBatisNet.DataMapper.MappedStatements.PropertyStrategy Namespace