EdmProperty Class
Represents a property for the EntityType in a conceptual model. An EdmProperty class derives from the EdmMember class and provides the P:System.Data.Metadata.Edm.EdmProperty.Default and the Nullable facets for the type of this EdmProperty.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
System.Data.Metadata.Edm::MetadataItem
System.Data.Metadata.Edm::EdmMember
System.Data.Metadata.Edm::EdmProperty
| Name | Description | |
|---|---|---|
![]() | BuiltInTypeKind | Gets the built-in type kind for this EdmProperty.(Overrides MetadataItem::BuiltInTypeKind.) |
![]() | DeclaringType | Gets the type on which this member is declared.(Inherited from EdmMember.) |
![]() | DefaultValue | Gets the default value for this EdmProperty. |
![]() | Documentation | Gets or sets the documentation associated with this type.(Inherited from MetadataItem.) |
![]() | MetadataProperties | Gets the list of properties of the current type.(Inherited from MetadataItem.) |
![]() | Name | Gets the name of this member.(Inherited from EdmMember.) |
![]() | Nullable | Gets a value indicating whether this EdmProperty can have a null value. |
![]() | TypeUsage |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns the name of this member.(Inherited from EdmMember.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

