Fields Property (Parameter Object)

English Query

English Query

Fields Property (Parameter Object)

Contains an array of the fields in the specified query command, which yields the values of a parameter of a command relationship.

Applies To

Parameter Object

QueryCmd Object

Syntax

Parameter.Fields(Index) [= value]

Parts

Parameter

An object variable that describes a parameter for a command relationship.

(Index)

The zero-based index of a specific item in the Fields array.

value

A returned integer that represents the field in the query command.

Remarks

This property is read-only. A single parameter can contain more than one field. For example, a jukebox application might contain the command relationship "Play tracks". If the key of the Tracks table in the database consists of both TrackID and AlbumID, the track parameter for the command relationship will contain both fields.

See Also

DomainCmd Object

FieldCount Property

QueryCommands Collection