set_primary_key | R Documentation |
Set the primary key a table in a RelDataModel
set_primary_key(x, tableName, fieldNames)
x |
a RelDataModel |
tableName |
the name of the table to modify (a single character) |
fieldNames |
the names of the fields to include in the primary key |
A RelDataModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.