table_query::select_columns Method
Gets the names of the entity properties to return when the query is executed.
const std::vector<utility::string_t>& select_columns() const;
Return Value
An enumerable collection of strings containing the names of the properties to return when the query is executed.
Requirements
Header: table.h
Namespace: azure::storage