System.Data.AutoIncrementInt64.MoveAfter C# (CSharp) Method

MoveAfter() private method

private MoveAfter ( ) : void
return void
        internal override void MoveAfter()
        {
            _current = unchecked(_current + _step);
        }