setDoubleField( )

Sets the doubles value for a field in an AGDBSet object.

Interface

AGDBSet

IDL definition
double setDoubleField(const String name);
ADO equivalent

Fields collection on RecordSet

JavaScript synopsis
gDBSet.setDoubleField("doubleField");
C synopsis
PODSDouble setDoubleField(const String name);
Parameters
  • gDbset   The AGDBSet object.

  • name   [in] The name of the field.

Returns

The doubles value for the field.

See also

getDoubleField( )