IFieldExec Method (FieldExecCmds, Int32, Object) |
The Exec method provide extended functionality for fields.
See
FieldExecCmds for the enumerated list of commands.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Object Exec(
FieldExecCmds command,
int flags,
params Object[] args
)
Function Exec (
command As FieldExecCmds,
flags As Integer,
ParamArray args As Object()
) As Object
Parameters
- command
- Type: NetQuarry.DataFieldExecCmds
The command to execute. - flags
- Type: SystemInt32
Command-specific modifier flags. - args
- Type: SystemObject
Command-specific parameters.
Return Value
Type:
ObjectCommand-specific result.
See Also