Click or drag to resize
DBDelTreeAction Constructor (String, String)
Creates a new DBDelTreeAction that deletes the database true 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 DBDelTreeAction(
	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