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

CachingStatement.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 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 IList<T> ExecuteQueryForRowDelegate<T>(ISqlMapSession,Object,RowDelegate<T>);

See Also

CachingStatement Class | IBatisNet.DataMapper.MappedStatements Namespace