nn::nex::DuplicatedObject::GetDatasetNameString Member Function

Syntax

const qChar * GetDatasetNameString(
     qByte byDatasetIndex
) const;

Parameters

Name Description
in byDatasetIndex Specifies the index number of the dataset.

Return Values

Returns a pointer to the name string of the dataset associated with this duplicated object whose index number corresponds to byDatasetIndex.

Description

Gets the name of a dataset associated with this duplicated object.

This function can be convenient when tracing. The index numbers to specify in byDatasetIndex are assigned in the same order as the order of declarations in the DDL file. These numbers are positive integers starting from 1.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL