Share via


table_result::entity Method

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

const azure::storage::table_entity& entity() const;

Return Value

A table_entity object.

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

table_result Class