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

ParameterMap.SetOutputParameter Method 

Set output parameter value.

[Visual Basic]
Public Sub SetOutputParameter( _
   ByRef Object& As Object@, _
   ByVal ParameterProperty As ParameterProperty, _
   ByVal Object As Object _
)
[C#]
public void SetOutputParameter(
   ref Object& target,
   ParameterProperty mapping,
   Object dataBaseValue
);

Parameters

target
mapping
dataBaseValue

See Also

ParameterMap Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace