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

ResultMapStrategy.GetValue Method 

Gets the value of an argument constructor.

[Visual Basic]
NotOverridable Public Function GetValue( _
   ByVal RequestScope As RequestScope, _
   ByVal ResultProperty As ResultProperty, _
   ByRef IDataReader& As IDataReader@, _
   ByVal Object As Object _
) As Object _
    Implements IArgumentStrategy.
[C#]
public object GetValue(
   RequestScope request,
   ResultProperty mapping,
   ref IDataReader& reader,
   Object keys
);

Parameters

request
The current RequestScope.
mapping
The ResultProperty with the argument infos.
reader
The current IDataReader.
keys
The keys

Return Value

The paremeter value.

Implements

IArgumentStrategy.

See Also

ResultMapStrategy Class | IBatisNet.DataMapper.MappedStatements.ArgumentStrategy Namespace