コード例 #1
0
 public Dictionary <string, object> ChangeAttributesRaw(Dictionary <string, object> attributes)
 {
     try
     {
         return(DDBWrapper.ChangeAttributes(DatasetFolderPath, attributes));
     }
     catch (DDBException ex)
     {
         throw new InvalidOperationException($"Cannot change attributes of ddb '{DatasetFolderPath}'", ex);
     }
 }