Humpback.Tests.TestMigrationProvider.Drop2Tables C# (CSharp) 메소드

Drop2Tables() 개인적인 정적인 메소드

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