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

IArgumentStrategy.GetValue Method 

Gets the value of an argument constructor.

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

See Also

IArgumentStrategy Interface | IBatisNet.DataMapper.MappedStatements.ArgumentStrategy Namespace