getColumnName( )

Retrieves the name of the column at the specified index value.

Interface

AGDBMetadata

IDL definition
const String getColumnName(const unsigned long index);
ADO equivalent

Name property on Field object

JavaScript synopsis
mdObj.getColumnName(index)
C synopsis
PODSString AVgetColumnName(
  AGDBMetadata* mdObj,
  const PODSUInt32 index
);
Parameters
  • mdObj   The AGDBMetadata object.

  • index   [in] Index of a column.

Returns

The name of the column at the index value.