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

DeleteMappedStatement.ExecuteQueryForRowDelegate Method (ISqlMapSession, Object, RowDelegate)

[Visual Basic]
Overrides Overloads Public Function ExecuteQueryForRowDelegate( _
   ByVal ISqlMapSession As ISqlMapSession, _
   ByVal Object As Object, _
   ByVal RowDelegate As RowDelegate _
) As IList _
    Implements IMappedStatement.
[C#]
public override IList ExecuteQueryForRowDelegate(
   ISqlMapSession session,
   Object parameterObject,
   RowDelegate rowDelegate
);

Parameters

session
parameterObject
rowDelegate

Return Value

Implements

IMappedStatement.

See Also

DeleteMappedStatement Class | IBatisNet.DataMapper.MappedStatements Namespace | DeleteMappedStatement.ExecuteQueryForRowDelegate Overload List