Table Remove Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Removes a key-identified item from the named table returning true when item was deleted or false when item was not found

Namespace: NFX.DataAccess.Cache
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool Remove(
	ulong key
)

Return Value

Type: OnlineBoolean
See Also