summaryM:DotNetNuke.Data.PetaPoco.PetaPocoRepository`1.GetPageByScopeInternal(System.Object,System.Int32,System.Int32)

Namespace: DotNetNuke.Data.PetaPoco
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected override IPagedList<T> GetPageByScopeInternal(
	Object propertyValue,
	int pageIndex,
	int pageSize
)
Visual Basic
Protected Overrides Function GetPageByScopeInternal ( 
	propertyValue As Object,
	pageIndex As Integer,
	pageSize As Integer
) As IPagedList(Of T)

Parameters

propertyValue
Type: System..::..Object
parampropertyValueM:DotNetNuke.Data.PetaPoco.PetaPocoRepository`1.GetPageByScopeInternal(System.Object,System.Int32,System.Int32)
pageIndex
Type: System..::..Int32
parampageIndexM:DotNetNuke.Data.PetaPoco.PetaPocoRepository`1.GetPageByScopeInternal(System.Object,System.Int32,System.Int32)
pageSize
Type: System..::..Int32
parampageSizeM:DotNetNuke.Data.PetaPoco.PetaPocoRepository`1.GetPageByScopeInternal(System.Object,System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Data.PetaPoco.PetaPocoRepository`1.GetPageByScopeInternal(System.Object,System.Int32,System.Int32)

See Also