table_operation::merge_entity Method
Creates a new table operation to merge the contents of the specified entity with the existing entity.
static const table_operation merge_entity(
table_entity entity
);
Parameters
- entity
The entity whose contents are being merged.
Return Value
A azure::storage::table_operation object.
Requirements
Header: table.h
Namespace: azure::storage