Prado\Data\SqlMap\Configuration\TDiscriminator::setColumnIndex PHP Method

setColumnIndex() public method

The columnIndex attribute value is the index of the column in the ResultSet from which the value will be used to populate the object property.
public setColumnIndex ( $value )
    public function setColumnIndex($value)
    {
        $this->_columnIndex = TPropertyValue::ensureInteger($value);
    }