Enumerates all objects short ids on this Page
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public 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