VelocityDB & VelocityGraph

Object and Graph Database - ask us, share & let us know what you need.

VelocityDB Version 3.13 Release Notes

Optimize IEnumerable Skip by overriding extension method for AllObjects.

Sample:

AllObjects<NotSharingPage> all = db.AllObjects<NotSharingPage>();

List<NotSharingPage> notSharingPageList = all.Skip(100).ToList();

Download it.