getUInt16Field( )

Gets the value of the field as an unsigned 16-bit integer value.

Interface

AGDBSet

IDL definition
unsigned short getUInt16Field(const String name);
ADO equivalent

Field object accessors

JavaScript synopsis
dbset.getUInt16Field(name)
C synopsis
PODSUInt16 AVgetUInt16Field(
  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 16-bit integer value.

See also

setUInt16Field( )