Share via


table_result::set_entity Method

Sets a table_entity object returned as part of a azure::storage::table_result object.

void set_entity(
   azure::storage::table_entity value
);

Parameters

  • value
    A table_entity object.

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

table_result Class