Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
PagingView
<
(Of
<
(
<'
T
>
)
>
)
>
.
.
::
.
.
PageCount Property
PagingView
<
(Of
<
(
<'
T
>
)
>
)
>
Class
See Also
Gets the number of pages in this
view
.
Namespace:
C1.Data
Assembly:
C1.Data.Entity
(in C1.Data.Entity.dll)
Syntax
C#
public
int
PageCount
{
get
; }
Visual Basic
Public
ReadOnly
Property
PageCount
As
Integer
Get
Remarks
If
PageSize
is 0,
PageCount
is also 0.
See Also
PagingView
<
(Of
<
(
<'
T
>
)
>
)
>
Class
C1.Data Namespace