Exemplo n.º 1
0
 public int Unset(string key, string path = null)
 {
     return(DDBWrapper.MetaUnset(_ddb.DatasetFolderPath, key, path));
 }