예제 #1
0
파일: IDHandler.cs 프로젝트: superyfwy/db4o
		public override void DefragIndexEntry(DefragmentContextImpl context)
		{
			int sourceId = context.CopyIDReturnOriginalID(true);
			context.CurrentParentSourceID(sourceId);
		}
예제 #2
0
        public override void DefragIndexEntry(DefragmentContextImpl context)
        {
            int sourceId = context.CopyIDReturnOriginalID(true);

            context.CurrentParentSourceID(sourceId);
        }