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(Byte[])(array<Byte>^)(Byte[])(Byte()) | Initializes a new instance of the EntityProperty class by using the byte array value of the property. | |
EntityProperty(Nullable<Boolean>)(Nullable<Boolean>)(Nullable<Boolean>)(Nullable(Of Boolean)) | Initializes a new instance of the EntityProperty class by using the Boolean value of the property. | |
EntityProperty(Nullable<DateTime>)(Nullable<DateTime>)(Nullable<DateTime>)(Nullable(Of DateTime)) | Initializes a new instance of the EntityProperty class by using the DateTimeDateTimeDateTimeDateTime value of the property. | |
EntityProperty(Nullable<DateTimeOffset>)(Nullable<DateTimeOffset>)(Nullable<DateTimeOffset>)(Nullable(Of DateTimeOffset)) | Initializes a new instance of the EntityProperty class by using the DateTimeOffset value of the property. | |
EntityProperty(Nullable<Double>)(Nullable<Double>)(Nullable<Double>)(Nullable(Of Double)) | Initializes a new instance of the EntityProperty class by using the Double value of the property. | |
EntityProperty(Nullable<Guid>)(Nullable<Guid>)(Nullable<Guid>)(Nullable(Of Guid)) | Initializes a new instance of the EntityProperty class by using the Guid value of the property. | |
EntityProperty(Nullable<Int32>)(Nullable<Int32>)(Nullable<Int32>)(Nullable(Of Int32)) | Initializes a new instance of the EntityProperty class by using the Int32 value of the property. | |
EntityProperty(Nullable<Int64>)(Nullable<Int64>)(Nullable<Int64>)(Nullable(Of Int64)) | Initializes a new instance of the EntityProperty class by using the Int64 value of the property. | |
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. | |
DateTimeDateTimeDateTimeDateTime | Gets or sets the DateTimeDateTimeDateTimeDateTime value of this EntityProperty object. An exception will be thrown if you attempt to set this property to anything other than a DateTimeDateTimeDateTimeDateTime 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.