Click or drag to resize
DBPutAction Constructor (String, String, String)
Creates a new DBPutAction that sets 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 DBPutAction(
	string family,
	string key,
	string val
)

Parameters

family
Type: SystemString
the family of the key
key
Type: SystemString
the key of the entry to set
val
Type: SystemString
the value to set
See Also