Click or drag to resize
Galactic API

NoSqlUtilityDelete Method

Deletes the specified id and it's associated document from the database.

Namespace:  Galactic.NoSql
Assembly:  Galactic.NoSql (in Galactic.NoSql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public abstract bool Delete(
	string id
)

Parameters

id
Type: SystemString
The name of the id to delete.

Return Value

Type: Boolean
True if the id/document was deleted, false if there was an error or it could not otherwise be deleted.
See Also