Grido\Components\Operation::getPrimaryKey PHP Method

getPrimaryKey() public method

public getPrimaryKey ( ) : string
return string
    public function getPrimaryKey()
    {
        if ($this->primaryKey === NULL) {
            $this->primaryKey = $this->grid->primaryKey;
        }
        return $this->primaryKey;
    }