company logo

Get type definition for identifying key

Keywords:  keyIdentifying key

The function returns a type definition for the identifying key. No identifying key is defined for enumerations.

When no identifying key is defined, the function returns an invalid type definition.

// fragment

... function ( TypeDefinition 6td) {

  if ( !(keyDef = td.identKeyDefinition()).IsValid() )

    printf("Identifying key not defined");

};