Share via


EntityProperty Members

Class for storing information about a single property in an entity in a table.

The following tables list the members exposed by the EntityProperty type.

Public Constructors

  Name Description
  EntityProperty Overloaded.  

Top

Public Properties

  Name Description
public property BinaryValue Gets or sets the byte array value of this EntityProperty object.
public property BooleanValue Gets or sets the boolean value of this EntityProperty object.
public property DateTime Gets or sets the DateTime value of this EntityProperty object. An exception will be thrown if you attempt to set this property to anything other than a DateTime object.
public property DateTimeOffsetValue Gets or sets the DateTimeOffset value of this EntityProperty object.
public property DoubleValue Gets or sets the double value of this EntityProperty object.
public property GuidValue Gets or sets the Guid value of this EntityProperty object.
public property Int32Value Gets or sets the Int32 value of this EntityProperty object.
public property Int64Value Gets or sets the Int64 value of this EntityProperty object.
public property PropertyAsObject Gets the EntityProperty as a generic object.
public property PropertyType Gets the EdmType of this EntityProperty object.
public property StringValue Gets or sets the string value of this EntityProperty object.

Top

Public Methods

(see also Protected Methods)

  Name Description
public methodstatic CreateEntityPropertyFromObject Creates an EntityProperty from the specified object.
public method Equals Overloaded.  
public methodstatic GeneratePropertyForBool Creates a new EntityProperty object that represents the specified Boolean value.
public methodstatic GeneratePropertyForByteArray Creates a new EntityProperty object that represents the specified byte array.
public methodstatic GeneratePropertyForDateTimeOffset Creates a new EntityProperty object that represents the specified DateTimeOffset value.
public methodstatic GeneratePropertyForDouble Creates a new EntityProperty object that represents the specified Double value.
public methodstatic GeneratePropertyForGuid Creates a new EntityProperty object that represents the specified Guid value.
public methodstatic GeneratePropertyForInt Creates a new EntityProperty object that represents the specified Int32 value.
public methodstatic GeneratePropertyForLong Creates a new EntityProperty object that represents the specified Int64 value.
public methodstatic GeneratePropertyForString Creates a new EntityProperty object that represents the specified String value.
public method GetHashCode Overridden. Gets the hash code for this entity property.
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

EntityProperty Class
Microsoft.WindowsAzure.Storage.Table Namespace