PrimitiveColumnConfiguration Class

 

Configures a primitive column from an entity type.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.PrimitiveColumnConfiguration
    System.Data.Entity.ModelConfiguration.Configuration.LengthColumnConfiguration

public class PrimitiveColumnConfiguration

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a particular type.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.

System_CAPS_pubmethodHasColumnOrder(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.

System_CAPS_pubmethodHasColumnType(String)

Configures the data type of the primitive column used to store the property.

System_CAPS_pubmethodIsOptional()

Configures the primitive column to be optional.

System_CAPS_pubmethodIsRequired()

Configures the primitive column to be required.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.