PrimitiveColumnConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures a primitive column from an entity type.
public class PrimitiveColumnConfiguration
type PrimitiveColumnConfiguration = class
Public Class PrimitiveColumnConfiguration
- Inheritance
-
PrimitiveColumnConfiguration
- Derived
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |
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. |
ToString() | Returns a string that represents the current object. |
Applies to
Entity Framework