summaryM:DotNetNuke.Data.RepositoryBase`1.Find(System.Int32,System.Int32,System.String,System.Object[])

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

Syntax

C#
public abstract IPagedList<T> Find(
	int pageIndex,
	int pageSize,
	string sqlCondition,
	params Object[] args
)
Visual Basic
Public MustOverride Function Find ( 
	pageIndex As Integer,
	pageSize As Integer,
	sqlCondition As String,
	ParamArray args As Object()
) As IPagedList(Of T)

Parameters

pageIndex
Type: System..::..Int32
parampageIndexM:DotNetNuke.Data.RepositoryBase`1.Find(System.Int32,System.Int32,System.String,System.Object[])
pageSize
Type: System..::..Int32
parampageSizeM:DotNetNuke.Data.RepositoryBase`1.Find(System.Int32,System.Int32,System.String,System.Object[])
sqlCondition
Type: System..::..String
paramsqlConditionM:DotNetNuke.Data.RepositoryBase`1.Find(System.Int32,System.Int32,System.String,System.Object[])
args
Type: array<System..::..Object>[]()[][]
paramargsM:DotNetNuke.Data.RepositoryBase`1.Find(System.Int32,System.Int32,System.String,System.Object[])

Return Value

returnsM:DotNetNuke.Data.RepositoryBase`1.Find(System.Int32,System.Int32,System.String,System.Object[])

Implements

IRepository<(Of <(<'T>)>)>..::..Find(Int32, Int32, String, array<Object>[]()[][])

See Also