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

MappedStatement.ExecuteQueryForRowDelegate Method

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

Overload List

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

public virtual IList ExecuteQueryForRowDelegate(ISqlMapSession,Object,RowDelegate);

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

public virtual IList<T> ExecuteQueryForRowDelegate<T>(ISqlMapSession,Object,RowDelegate<T>);

See Also

MappedStatement Class | IBatisNet.DataMapper.MappedStatements Namespace