EdmScalarPropertyAttribute Class
Attribute for scalar properties in an IEntity. Implied default AttributeUsage properties Inherited=True, AllowMultiple=False, The metadata system expects this and will only look at the first of each of these attributes, even if there are more.
Assembly: EntityFramework (in EntityFramework.dll)
System.Attribute
System.Data.Entity.Core.Objects.DataClasses.EdmPropertyAttribute
System.Data.Entity.Core.Objects.DataClasses.EdmScalarPropertyAttribute
Name | Description | |
---|---|---|
![]() | EdmScalarPropertyAttribute() | Initializes a new instance of the EdmScalarPropertyAttribute class. |
Name | Description | |
---|---|---|
![]() | EntityKeyProperty | Gets or sets the value that indicates whether the property is part of the entity key. |
![]() | IsNullable | Gets or sets the value that indicates whether the property can have a null value. |
![]() | TypeId | (Inherited from Attribute.) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Attribute.) |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object) | (Inherited from Attribute.) |
![]() | ToString() | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | _Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfoCount(UInt32) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.