getInt32Field( )

Gets the 32- bit integer value for a field in the AGDBSet object.

Interface

AGDBSet

IDL definition
long getInt32Field(const String name);
ADO equivalent

Field object accessors

JavaScript synopsis
dbset.getInt32Field(name)
C synopsis
PODSInt32 AVgetInt32Field(
  AGDBSet* dbset,
  const PODSString name
);
Parameters
  • dbset   The AGDBSet object.

  • name   [in] The name of the field.

Returns

The 32-bit integer value for a field.

See also

setInt32Field( )