Description
Returns
the underlying datatype of the QueryFieldDef object. The CType enum that is
returned identifies the basic column datatype of the field.
Syntax
VBScript
queryfielddef.DataType
Perl
$queryfielddef->GetDataType();
- Identifier
- Description
- queryfielddef
- A QueryFieldDef object.
- Return value
- Returns a Long that identifies the underlying data type
for the field. The value corresponds to one of the CType constants.