getUInt32Field( )

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

Interface

AGDBSet

IDL definition
unsigned long getUInt32Field(const String name);
ADO equivalent

Field object accessors

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

  • name   [in] The name of the field.

Returns

The value of the field as an unsigned 32-bit integer value.

See also

setUInt32Field( )