Sets the unique / primary key field to be used as condition for this query.
string $field: The name of the field to set.
$this
public function key($field) { $this->key = $field; return $this; }