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 | Initializes a new instance of the EntityProperty class by using the String value of the property. |
Public Properties
| Name | Description | |
|---|---|---|
|
BinaryValue | Gets or sets the byte array value of this EntityProperty object. |
|
BooleanValue | Gets or sets the boolean value of this EntityProperty object. |
|
DateTimeOffsetValue | Gets or sets the DateTimeOffset value of this EntityProperty object. |
|
DoubleValue | Gets or sets the double value of this EntityProperty object. |
|
GuidValue | Gets or sets the Guid value of this EntityProperty object. |
|
Int32Value | Gets or sets the Int32 value of this EntityProperty object. |
|
Int64Value | Gets or sets the Int64 value of this EntityProperty object. |
|
PropertyAsObject | Gets the EntityProperty as a generic object. |
|
PropertyType | Gets the EdmType of this EntityProperty object. |
|
StringValue | Gets or sets the string value of this EntityProperty object. |
Public Methods (see also Protected Methods)
| Name | Description | |
|---|---|---|
|
CreateEntityPropertyFromObject | Creates an EntityProperty from the specified object. |
|
Equals | Overloaded. |
|
GeneratePropertyForBool | Creates a new EntityProperty object that represents the specified Boolean value. |
|
GeneratePropertyForByteArray | Creates a new EntityProperty object that represents the specified byte array. |
|
GeneratePropertyForDateTimeOffset | Creates a new EntityProperty object that represents the specified DateTimeOffset value. |
|
GeneratePropertyForDouble | Creates a new EntityProperty object that represents the specified Double value. |
|
GeneratePropertyForGuid | Creates a new EntityProperty object that represents the specified Guid value. |
|
GeneratePropertyForInt | Creates a new EntityProperty object that represents the specified Int32 value. |
|
GeneratePropertyForLong | Creates a new EntityProperty object that represents the specified Int64 value. |
|
GeneratePropertyForString | Creates a new EntityProperty object that represents the specified String value. |
|
GetHashCode | Overridden. Gets the hash code for this entity property. |
|
GetType | (Inherited from Object) |
|
ToString | (Inherited from Object) |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |