Class for storing information about a single property in an entity in a table.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
| Name | Description | |
|---|---|---|
| EntityProperty(String)(String^)(String)(String) | Initializes a new instance of the EntityProperty class by using the String value of the property. |
Properties
| Name | Description | |
|---|---|---|
| BinaryValueBinaryValueBinaryValueBinaryValue | Gets or sets the byte array value of this EntityProperty object. | |
| BooleanValueBooleanValueBooleanValueBooleanValue | Gets or sets the boolean value of this EntityProperty object. | |
| DateTimeOffsetValueDateTimeOffsetValueDateTimeOffsetValueDateTimeOffsetValue | Gets or sets the DateTimeOffset value of this EntityProperty object. | |
| DoubleValueDoubleValueDoubleValueDoubleValue | Gets or sets the double value of this EntityProperty object. | |
| GuidValueGuidValueGuidValueGuidValue | Gets or sets the Guid value of this EntityProperty object. | |
| Int32ValueInt32ValueInt32ValueInt32Value | Gets or sets the Int32 value of this EntityProperty object. | |
| Int64ValueInt64ValueInt64ValueInt64Value | Gets or sets the Int64 value of this EntityProperty object. | |
| PropertyAsObjectPropertyAsObjectPropertyAsObjectPropertyAsObject | Gets the EntityProperty as a generic object. | |
| PropertyTypePropertyTypePropertyTypePropertyType | Gets the EdmType of this EntityProperty object. | |
| StringValueStringValueStringValueStringValue | Gets or sets the string value of this EntityProperty object. |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.