Exemple #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;
 }