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

CachingStatement.ExecuteQueryForList Method (ISqlMapSession, Object, IList<T>)

Executes the SQL and and fill a strongly typed collection.

[Visual Basic]
NotOverridable Overloads Public Sub ExecuteQueryForList( _
   ByVal ISqlMapSession As ISqlMapSession, _
   ByVal Object As Object, _
   ByVal IList<T> As IList{``0} _
) _
    Implements IMappedStatement.
[C#]
public void <T>ExecuteQueryForList(
   ISqlMapSession session,
   Object parameterObject,
   IList<T> resultObject
);

Parameters

session
The session used to execute the statement.
parameterObject
The object used to set the parameters in the SQL.
resultObject
A strongly typed collection of result objects.

Implements

IMappedStatement.

See Also

CachingStatement Class | IBatisNet.DataMapper.MappedStatements Namespace | CachingStatement.ExecuteQueryForList Overload List