IField.Exec 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.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
SyntaxObject Exec(
FieldExecCmds command,
Enum flags,
params Object[] args
)
Function Exec (
command As FieldExecCmds,
flags As Enum,
ParamArray args As Object()
) As Object
Parameters
- command
- Type: NetQuarry.Data.FieldExecCmds
The command to execute. - flags
- Type: System.Enum
Command-specific modifier flags. - args
- Type:System.Object[]
Command-specific parameters.
Return Value
Type:
ObjectCommand-specific result.
See Also