PrimitiveColumnConfiguration Class
Configures a primitive column from an entity type.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.ModelConfiguration.Configuration.PrimitiveColumnConfiguration
System.Data.Entity.ModelConfiguration.Configuration.LengthColumnConfiguration
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Serves as a hash function for a particular type.(Overrides Object.GetHashCode().) |
![]() | GetType() | Gets the Type of the current instance. |
![]() | HasColumnOrder(Nullable<Int32>) | Configures the order of the primitive column used to store the property. This method is also used to specify key ordering when an entity type has a composite key. |
![]() | HasColumnType(String) | Configures the data type of the primitive column used to store the property. |
![]() | IsOptional() | Configures the primitive column to be optional. |
![]() | IsRequired() | Configures the primitive column to be required. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string that represents the current object.(Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.