Humpback.Tests.TestMigrationProvider.DropTable C# (CSharp) Method

DropTable() private static method

private static DropTable ( ) : string>.KeyValuePair
return string>.KeyValuePair
        private static KeyValuePair<string, string> DropTable()
        {
            return new KeyValuePair<string, string>("7xxx.sql", @"{'up':{'drop_table':'tname'}}");
        }