Click or drag to resize

DatabaseExec Method

Execute a DatabaseExecCommands command on the object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Object Exec(
	DatabaseExecCommands command,
	int flags,
	params Object[] args
)

Parameters

command
Type: NetQuarryDatabaseExecCommands
A DatabaseExecCommands enumeration
flags
Type: SystemInt32
Command specific flags. When not required, this argument should be 0
args
Type: SystemObject
Command specific arguments

Return Value

Type: Object
an object specific to the command referenced by the cmd argument
See Also