EdmMember Class
Represents the edm member class
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | BuiltInTypeKind | Gets the built-in type kind for this type.(Inherited from MetadataItem.) |
![]() | DeclaringType | Gets the type on which this member is declared. |
![]() | Documentation | Gets or sets the documentation associated with this type.(Inherited from MetadataItem.) |
![]() | IsStoreGeneratedComputed | Tells whether this member is marked as a Computed member in the EDM definition |
![]() | IsStoreGeneratedIdentity | Tells whether this member's Store generated pattern is marked as Identity in the EDM definition |
![]() | MetadataProperties | Gets the list of properties of the current type.(Inherited from MetadataItem.) |
![]() | Name | Gets or sets the name of the property. Setting this from a store-space model-convention will change the name of the database column for this property. In the conceptual model, this should align with the corresponding property from the entity class and should not be changed. |
![]() | TypeUsage | Gets the instance of the TypeUsage class that contains both the type of the member and facets for the type. |
Name | Description | |
---|---|---|
![]() | AddAnnotation(String, Object) | Adds or updates an annotation with the specified name and value.(Inherited from MetadataItem.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveAnnotation(String) | Removes an annotation with the specified name.(Inherited from MetadataItem.) |
![]() | ToString() | Returns the name of this member.(Overrides Object.ToString().) |
Name | Description | |
---|---|---|
![]() | GetStoreGeneratedPatternValue(Version, DataSpace) | Obtains the StoreGeneratedPattern value of an EdmProperty, given a target version and DataSpace(Defined by MetadataWorkspaceExtensions.) |
![]() | GetStoreType(DbProviderManifest) | Get the StoreType from an EdmMember's EdmType through the DbProviderManifest(Defined by MetadataWorkspaceExtensions.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.