Storm\Core\Relational\ResultRow::IsOf PHP Method

IsOf() final public method

final public IsOf ( Storm\Core\Relational\ITable $Table )
$Table Storm\Core\Relational\ITable
    public final function IsOf(ITable $Table)
    {
        return isset($this->Tables[$Table->GetName()]);
    }