IsPrimaryKey

Top  Previous  Next

Indicates if the column is the primary key for this table.

 

Syntax:

function IsPrimaryKey: Boolean;

 

Description:

If the column is part of a composite primary key, this method will return a false value.  To find out if a column is part of a composite primary key, use the table's PrimaryKeys method.

 

Example:

 

scripting_tcolumn_isprimarykey