UNIQUE_PARTIAL_NAME

Returns a character string containing a unique object name.

Format

UNIQUE_PARTIAL_NAME (Parent, Type)

Arguments

 
Parent
A database object defining the scope within which the name must be unique.
Type
A character string defining the type of the object for which this name will be used.

Example

The following example produces PAR_1:
UNIQUE_PARTIAL_NAME(.model_1, "part")