Exemplo n.º 1
0
 /// <summary>
 /// Delete a key-value pair by key in the table.
 /// </summary>
 /// <param name="key">The key.</param>
 /// <exception cref="SDBPException"/>
 /// <seealso cref="Delete(byte[])"/>
 public virtual void Delete(string key)
 {
     client.Delete(tableID, key);
 }