Exemplo n.º 1
0
 /**
  * LIMIT clause (how many rows to return)
  * 
  * @param  int $limit
  * @return Zend_Cloud_DocumentService_Adapter_WindowsAzure_Query
  */
 public function limit($limit)
 {
     $this->_azureSelect->top($limit);
     return $this;
 }