| 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.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DBDelAction(
string family,
string key
)
Public Sub New (
family As String,
key As String
)
public:
DBDelAction(
String^ family,
String^ key
)
new :
family : string *
key : string -> DBDelAction
Parameters
- family
- Type: SystemString
the family of the key - key
- Type: SystemString
the key of the entry to retrieve
See Also