| 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.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DBPutAction(
string family,
string key,
string val
)
Public Sub New (
family As String,
key As String,
val As String
)
public:
DBPutAction(
String^ family,
String^ key,
String^ val
)
new :
family : string *
key : string *
val : string -> DBPutAction
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