PrimitiveColumnConfiguration Class

Definition

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