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

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

Parameters

family
Type: SystemString
the family of the key to retrieve.
key
Type: SystemString
the key to retrieve.
See Also