Share via


table_query::operator= Operator

Returns a reference to a table_query object.

table_query& operator=(
   table_query&& other
);

Parameters

  • other
    A reference to a set of table_query to use to set properties.

Return Value

A table_query object with properties set.

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

table_query Class