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

UpdateMappedStatement.ExecuteQueryForMap Method 

[Visual Basic]
Overrides Public Function ExecuteQueryForMap( _
   ByVal ISqlMapSession As ISqlMapSession, _
   ByVal Object As Object, _
   ByVal String As String, _
   ByVal String As String _
) As IDictionary _
    Implements IMappedStatement.
[C#]
public override IDictionary ExecuteQueryForMap(
   ISqlMapSession session,
   Object parameterObject,
   String keyProperty,
   String valueProperty
);

Parameters

session
parameterObject
keyProperty
valueProperty

Return Value

Implements

IMappedStatement.

See Also

UpdateMappedStatement Class | IBatisNet.DataMapper.MappedStatements Namespace