setUInt16Field( )

Sets the value, as an unsigned 16-bit integer, for a field in the AGDBSet object.

Interface

AGDBSet

IDL definition
void setUInt16Field(
  const String name,
  unsigned short value
);
ADO equivalent

Field object accessors

JavaScript synopsis
dbset.setUInt16Field(name, value)
C synopsis
void AVsetUInt16Field(
  AGDBSet* dbset,
  const PODSString name,
  PODSUInt16 value
);
Parameters
  • dbset   The AGDBSet object.

  • name   [in] The name of the field.

  • value   [in] The value to set for the field.

Returns

None

See also

getUInt16Field( )