Click or drag to resize
DigitalRuneDataStoreTRemove Method
Removes data with the given ID.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public bool Remove(
	int id
)

Parameters

id
Type: SystemInt32
The ID of the data that should be removed.

Return Value

Type: Boolean
if the data was removed; if the data was not stored in the data store.
See Also