FieldType

Description

Returns the field type of the QueryFieldDef. The FieldType enum that is returned identifies the schema datatype of the field.

Syntax

VBScript

queryfielddef.FieldType 

Perl

$queryfielddef->GetFieldType(); 
Identifier
Description
queryfielddef
A QueryFieldDef object.
Return value
Returns a Long that identifies the field type for the field. The value corresponds to one of the FieldType constants.