Esempio n. 1
0
    /// <summary>
    /// Returns text for azure containing tables which need to be manually copied.
    /// </summary>
    private string GetManualCopyText()
    {
        SeparatedTables tables = new SeparatedTables(Server.MapPath("~/App_Data/DBSeparation"), null);

        return(ResHelper.GetString("separationDB.manualcopy") + tables.GetTableNames("<br />"));
    }
 /// <summary>
 /// Returns text for azure containing tables which need to be manually copied.
 /// </summary>
 private string GetManualCopyText()
 {
     SeparatedTables tables = new SeparatedTables(Server.MapPath("~/App_Data/DBSeparation"), null);
     return ResHelper.GetString("separationDB.manualcopy") + tables.GetTableNames("<br />");
 }