Humpback.Tests.TestMigrationProvider.DropTable C# (CSharp) Méthode

DropTable() private static méthode

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