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

Drop2Tables() private static method

private static Drop2Tables ( ) : string>.KeyValuePair
return string>.KeyValuePair
        private static KeyValuePair<string, string> Drop2Tables()
        {
            return new KeyValuePair<string, string>("7xxx.sql", @"{'up':[{'drop_table':'tname1'},{'drop_table':'tname2'}]}");
        }