Click or drag to resize
DBDelAction Constructor (String, String)
Creates a new DBDelAction that deletes the value of the database entry with the given key in the given family.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DBDelAction(
	string family,
	string key
)

Parameters

family
Type: SystemString
the family of the key
key
Type: SystemString
the key of the entry to retrieve
See Also