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

PaginatedList Constructor 

Constructor

[Visual Basic]
Public Sub New( _
   ByVal IMappedStatement As IMappedStatement, _
   ByVal Object As Object, _
   ByVal Int32 As Integer _
)
[C#]
public PaginatedList(
   IMappedStatement mappedStatement,
   Object parameterObject,
   Int32 pageSize
);

Parameters

mappedStatement
parameterObject
pageSize

See Also

PaginatedList Class | IBatisNet.DataMapper.MappedStatements Namespace