Share via


table_query::table_query Constructor

Initializes a new instance of the azure::storage::table_query class.

table_query();

table_query(
   table_query&& other
);

Parameters

  • other
    A reference to a set of table_query on which to base the new instance.

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

table_query Class