company logo

List collection property names (LCN)

The command lists the collection property names available for the data type of the opened collection.

Parameters:

  • mask - display collection names according to the mask, only. The mask may contain * as place holder(s).
  • -Dn - re-direction to other data source.
  • -Cn - re-direction to other collection in the hierarchy or in the data source referenced by -Dn.

Syntax:

  lcn [mask] -Dn -Cn

Examples:

  lcn          // list all collection property names

  lcn ABC*     // list all collection property names beginning with ABC

  lcn -D3 -c2  // list all collection property names for collection 2

               // of data source 3