getStringField( )

Gets the string value of a field in the AGDBSet object.

Interface

AGDBSet

IDL definition
String getStringField(const String name);
ADO equivalent

Field object accessors

JavaScript synopsis
dbset.getStringField(name)
C synopsis
PODSString AVgetStringField(
  AGDBSet* dbset,
  const PODSString name
);
Parameters
  • dbset   The AGDBSet object.

  • name   [in] The name of the field.

Returns

The string value of a field.

See also

setStringField( )