MetaTableColumn.pkey
bool pkey() @property nothrowGet pkey field.
Returns
tells if the column is part of a primary key
void pkey(bool propval) @property nothrowSet pkey field.
Parameters
propval | tells if the column is part of a primary key |
bool pkey() @property nothrowGet pkey field.
void pkey(bool propval) @property nothrowSet pkey field.
propval | tells if the column is part of a primary key |