DataType

Description

Returns the underlying datatype of the QueryFieldDef object. The CType enum that is returned identifies the basic column datatype of the field.

Syntaxe

VBScript

queryfielddef.DataType 

Perl

$queryfielddef->GetDataType(); 
Identificateur
Description
queryfielddef
A QueryFieldDef object.
Valeur de retour
Returns a Long that identifies the underlying data type for the field. The value corresponds to one of the CType constants.

Commentaires