• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/compatible/internals/entitycompatibility.php
  • Класс: BitrixSaleCompatibleInternalsEntityCompatibility
  • Вызов: EntityCompatibility::execute
public function execute()
{
	/** @var CompatibleCDBResult $result */
	$result = new CompatibleCDBResult();
	$this->query->prepare($this->sort, $this->filter, $this->group, $this->select);
	if ($this->query->counted())
	{
		return $this->query->exec()->getSelectedRowsCount();
	}

	return $this->query->compatibleExec($result, $this->nav);
}