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

IMappedStatement.ExecuteQueryForRowDelegate Method (ISqlMapSession, Object, RowDelegate)

Runs a query with a custom object that gets a chance to deal with each row as it is processed.

[Visual Basic]
Function ExecuteQueryForRowDelegate( _
   ByVal ISqlMapSession As ISqlMapSession, _
   ByVal Object As Object, _
   ByVal RowDelegate As RowDelegate _
) As IList
[C#]
IList ExecuteQueryForRowDelegate(
   ISqlMapSession session,
   Object parameterObject,
   RowDelegate rowDelegate
);

Parameters

session
The session used to execute the statement.
parameterObject
The object used to set the parameters in the SQL.
rowDelegate

Return Value

See Also

IMappedStatement Interface | IBatisNet.DataMapper.MappedStatements Namespace | IMappedStatement.ExecuteQueryForRowDelegate Overload List