Prado\Data\SqlMap\Configuration\TSqlMapSelectKey::getProperty PHP Method

getProperty() public method

public getProperty ( ) : string
return string property name for the generated key.
    public function getProperty()
    {
        return $this->_property;
    }