Sharp.Migrations.Runner.GetCurrentVersion C# (CSharp) Method

GetCurrentVersion() protected method

protected GetCurrentVersion ( ) : void
return void
        protected virtual void GetCurrentVersion()
        {
            _initialVersion = VersionRepository.GetCurrentVersion();
        }