Enumerates all objects short ids on this Page
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic IEnumerable<uint> PageShortIds()
Public Function PageShortIds As IEnumerable(Of UInteger)
public:
IEnumerable<unsigned int>^ PageShortIds()
member PageShortIds : unit -> IEnumerable<uint32>
Return Value
Type:
IEnumerableUInt32Enumeration of all slot short ids on this Page
See Also