Exemplo n.º 1
0
 /**
  * FROM clause (table name)
  * 
  * @param string $from
  * @return Zend_Cloud_DocumentService_Adapter_WindowsAzure_Query
  */
 public function from($from)
 {
     $this->_azureSelect->from($from);
     return $this;
 }