getInt16Field( )

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

Interface

AGDBSet

IDL definition
short getInt16Field(const String name);
ADO equivalent

Field object accessors

JavaScript synopsis
dbset.getInt16Field(name)
C synopsis
PODSInt16 AVgetInt16Field(
  AGDBSet* dbset,
  const PODSString name
);
Parameters
  • dbset   The AGDBSet object.

  • name   [in] The name of the field.

Returns

The value of the field as a 16-bit integer value.

See also

setInt16Field( )