entity_property Class
Class for storing information about a single property in an entity in a table.
class entity_property;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the entity_property class. |
Public Methods
Name | Description |
---|---|
Gets the byte array value of the entity_property object. |
|
Gets the boolean value of the entity_property object. |
|
Gets the datetime value of the entity_property object. |
|
Gets the double-precision floating point value of the entity_property object. |
|
Gets the GUID value of the entity_property object. |
|
Gets the 32-bit integer value of the entity_property object. |
|
Gets the 64-bit integer value of the entity_property object. |
|
Indicates whether the value is null. |
|
Gets the property type of the entity_property object. |
|
Sets the value to null. |
|
Sets the property type of the entity_property object. |
|
Overloaded. Sets the byte array value of the entity_property object. |
|
Returns the value of the entity_property object as a string. |
|
Gets the string value of the entity_property object. |
Public Operators
Name | Description |
---|---|
Returns a reference to a entity_property object. |
Inheritance Hierarchy
entity_property
Requirements
Header: table.h
Namespace: azure::storage