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
)
Public Function Exec (
command As DatabaseExecCommands,
flags As Integer,
ParamArray args As Object()
) As Object
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:
Objectan object specific to the command referenced by the cmd argument
See Also