Gets an enumerable sequence of all the pages in this database.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public IEnumerable<Page> Pages(
bool stubsOnly = true
)
Public Function Pages (
Optional stubsOnly As Boolean = true
) As IEnumerable(Of Page)
public:
IEnumerable<Page^>^ Pages(
bool stubsOnly = true
)
member Pages :
?stubsOnly : bool
(* Defaults:
let _stubsOnly = defaultArg stubsOnly true
*)
-> IEnumerable<Page>
Parameters
- stubsOnly (Optional)
- Type: SystemBoolean
Load page stub only?
Return Value
Type:
IEnumerablePageEnumeration of pages in a Database
See Also