Click or drag to resize
DatabasePutCommand Constructor
Creates a new DatabasePutCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DatabasePutCommand(
	string family,
	string key,
	string value
)

Parameters

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