BExIS.Ext.Model.DB.DefaultMigrationRunner.diff C# (CSharp) Méthode

diff() private méthode

return migrations that their version is greater than v1 and less than or equal to v2
private diff ( System.Version v1, System.Version v2, List migrations ) : List
v1 System.Version is assumed less than or equal to v2.
v2 System.Version
migrations List
Résultat List
        private List<Migration> diff(Version v1, Version v2, List<Migration> migrations)
        {
            return migrations;
        }