Click or drag to resize

FieldKernelExec Method (FieldExecCmds, Enum, Object)

The Exec method provide extended functionality for fields. See FieldExecCmds for the enumerated list of commands.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Object Exec(
	FieldExecCmds command,
	Enum flags,
	params Object[] args
)

Parameters

command
Type: NetQuarry.DataFieldExecCmds
The command to execute.
flags
Type: SystemEnum
Command-specific modifier flags.
args
Type: SystemObject
Command-specific parameters.

Return Value

Type: Object
Command-specific result.

Implements

IFieldExec(FieldExecCmds, Enum, Object)
See Also